Home
last modified time | relevance | path

Searched refs:bus_find_device_by_name (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/dma/idxd/
H A Dcompat.c22 dev = bus_find_device_by_name(bus, NULL, buf); in unbind_store()
40 dev = bus_find_device_by_name(bus, NULL, buf); in bind_store()
H A Dinit.c784 dev = bus_find_device_by_name(bus, NULL, buf); in idxd_bind()
801 dev = bus_find_device_by_name(bus, NULL, buf); in idxd_unbind()
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_rt_amp.c281 sdw_dev1 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in asoc_sdw_rt_amp_init()
292 sdw_dev2 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[1].name); in asoc_sdw_rt_amp_init()
H A Dsoc_sdw_rt711.c147 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in asoc_sdw_rt711_init()
H A Dsoc_sdw_rt_sdca_jack_common.c209 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in asoc_sdw_rt_sdca_jack_init()
H A Dsoc_sdw_utils.c1266 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, sdw_codec_name); in is_sdca_endpoint_present()
/linux/include/linux/device/
H A Dbus.h154 * bus_find_device_by_name - device iterator for locating a particular device
160 static inline struct device *bus_find_device_by_name(const struct bus_type *bus, in bus_find_device_by_name() function
/linux/drivers/platform/x86/lenovo/
H A Dyogabook.c459 data->kbd_dev = bus_find_device_by_name(&i2c_bus_type, NULL, "i2c-goodix_ts"); in yogabook_pdev_probe()
465 data->dig_dev = bus_find_device_by_name(&i2c_bus_type, NULL, "i2c-wacom"); in yogabook_pdev_probe()
/linux/drivers/gpu/drm/armada/
H A Darmada_drv.c218 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
/linux/drivers/base/
H A Dbus.c242 dev = bus_find_device_by_name(bus, NULL, buf); in unbind_store()
265 dev = bus_find_device_by_name(bus, NULL, buf); in bind_store()
315 dev = bus_find_device_by_name(bus, NULL, buf); in drivers_probe_store()
/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c244 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
/linux/drivers/media/cec/i2c/
H A Dch7322.c416 d = bus_find_device_by_name(&pci_bus_type, NULL, in ch7322_get_port()
/linux/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c352 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_find_hdmi_dev()
/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c186 pdev = bus_find_device_by_name(&pci_bus_type, NULL, client_info->adapter_path); in get_i2c_adap_by_pci_parent()
H A Dlenovo.c493 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, in lenovo_yoga_tab2_830_1050_init_codec()
/linux/sound/soc/intel/boards/
H A Dbytcr_wm5102.c558 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
H A Dbytcr_rt5640.c1752 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, in snd_byt_rt5640_mc_probe()
/linux/drivers/media/cec/platform/seco/
H A Dseco-cec.c521 d = bus_find_device_by_name(&pci_bus_type, NULL, in secocec_cec_find_hdmi_dev()
/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c547 d = bus_find_device_by_name(&serio_bus, NULL, "serio0"); in amd_pmc_wa_irq1()
/linux/drivers/pci/
H A Dp2pdma.c1040 dev = bus_find_device_by_name(&pci_bus_type, NULL, page); in pci_p2pdma_enable_store()
/linux/drivers/ata/pata_parport/
H A Dpata_parport.c713 dev = bus_find_device_by_name(bus, NULL, buf); in delete_device_store()
/linux/drivers/net/phy/
H A Dphy_device.c1307 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()
1808 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_attach()
/linux/drivers/most/
H A Dcore.c538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel()
/linux/arch/powerpc/platforms/pseries/
H A Dvio.c1666 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
/linux/drivers/cxl/core/
H A Dregion.c2242 dev = bus_find_device_by_name(&cxl_bus_type, NULL, buf); in store_targetN()

12