Home
last modified time | relevance | path

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

/linux/drivers/dma/idxd/
H A Dcompat.c22 dev = bus_find_device_by_name(bus, NULL, buf); in unbind_store()
45 dev = bus_find_device_by_name(bus, NULL, buf); in bind_store()
H A Dinit.c798 dev = bus_find_device_by_name(bus, NULL, buf); in idxd_bind()
815 dev = bus_find_device_by_name(bus, NULL, buf); in idxd_unbind()
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_rt_amp.c282 sdw_dev1 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in asoc_sdw_rt_amp_init()
293 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.c148 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.c210 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.c1661 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.h169 static inline struct device *bus_find_device_by_name(const struct bus_type *bus, in bus_find_device_by_name() function
/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/drivers/media/cec/i2c/
H A Dch7322.c416 d = bus_find_device_by_name(&pci_bus_type, NULL, in ch7322_get_port()
/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.c527 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, in lenovo_yoga_tab2_830_1050_init_codec()
/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c536 d = bus_find_device_by_name(&serio_bus, NULL, "serio0"); in amd_pmc_wa_irq1()
/linux/drivers/ata/pata_parport/
H A Dpata_parport.c705 dev = bus_find_device_by_name(bus, NULL, buf); in delete_device_store()
/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c1680 dev = bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name); in rio_mport_add_riodev()
1818 dev = bus_find_device_by_name(&rio_bus_type, NULL, in rio_mport_del_riodev()
/linux/arch/powerpc/platforms/pseries/
H A Dvio.c1668 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
/linux/drivers/most/
H A Dcore.c538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel()
/linux/drivers/net/phy/
H A Dphy_device.c1272 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()
/linux/drivers/cxl/core/
H A Dregion.c2394 dev = bus_find_device_by_name(&cxl_bus_type, NULL, buf); in store_targetN()