Searched refs:bus_find_device_by_name (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/dma/idxd/ |
H A D | compat.c | 22 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 D | init.c | 737 dev = bus_find_device_by_name(bus, NULL, buf); in idxd_bind() 754 dev = bus_find_device_by_name(bus, NULL, buf); in idxd_unbind()
|
/linux/sound/soc/sdw_utils/ |
H A D | soc_sdw_rt_amp.c | 287 sdw_dev1 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in asoc_sdw_rt_amp_init() 298 sdw_dev2 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[1].name); in asoc_sdw_rt_amp_init()
|
H A D | soc_sdw_rt711.c | 147 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in asoc_sdw_rt711_init()
|
H A D | soc_sdw_rt_sdca_jack_common.c | 209 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in asoc_sdw_rt_sdca_jack_init()
|
/linux/drivers/gpu/drm/armada/ |
H A D | armada_drv.c | 218 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
|
/linux/drivers/base/ |
H A D | bus.c | 242 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 D | ch7322.c | 416 d = bus_find_device_by_name(&pci_bus_type, NULL, in ch7322_get_port()
|
/linux/sound/soc/intel/boards/ |
H A D | bytcr_wm5102.c | 558 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
|
/linux/drivers/platform/x86/amd/pmc/ |
H A D | pmc.c | 625 d = bus_find_device_by_name(&serio_bus, NULL, "serio0"); in amd_pmc_wa_irq1()
|
/linux/drivers/ata/pata_parport/ |
H A D | pata_parport.c | 713 dev = bus_find_device_by_name(bus, NULL, buf); in delete_device_store()
|
/linux/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 1701 dev = bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name); in rio_mport_add_riodev() 1839 dev = bus_find_device_by_name(&rio_bus_type, NULL, in rio_mport_del_riodev()
|
/linux/drivers/most/ |
H A D | core.c | 538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 1666 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
|
/linux/drivers/cxl/core/ |
H A D | region.c | 2180 dev = bus_find_device_by_name(&cxl_bus_type, NULL, buf); in store_targetN()
|