Symbol: bus_find_device_by_name
arch/powerpc/platforms/pseries/vio.c
1668
found = bus_find_device_by_name(&vio_bus_type, NULL, name);
arch/x86/platform/olpc/olpc-xo1-sci.c
244
struct device *rtc = bus_find_device_by_name(
drivers/ata/pata_parport/pata_parport.c
713
dev = bus_find_device_by_name(bus, NULL, buf);
drivers/base/bus.c
242
dev = bus_find_device_by_name(bus, NULL, buf);
drivers/base/bus.c
265
dev = bus_find_device_by_name(bus, NULL, buf);
drivers/base/bus.c
315
dev = bus_find_device_by_name(bus, NULL, buf);
drivers/crypto/hisilicon/qm.c
4075
dev = bus_find_device_by_name(bus_type, NULL, tbuf_bdf);
drivers/cxl/core/region.c
2302
dev = bus_find_device_by_name(&cxl_bus_type, NULL, buf);
drivers/dma/idxd/compat.c
22
dev = bus_find_device_by_name(bus, NULL, buf);
drivers/dma/idxd/compat.c
45
dev = bus_find_device_by_name(bus, NULL, buf);
drivers/dma/idxd/init.c
798
dev = bus_find_device_by_name(bus, NULL, buf);
drivers/dma/idxd/init.c
815
dev = bus_find_device_by_name(bus, NULL, buf);
drivers/gpu/drm/armada/armada_drv.c
218
d = bus_find_device_by_name(&platform_bus_type, NULL,
drivers/media/cec/i2c/ch7322.c
416
d = bus_find_device_by_name(&pci_bus_type, NULL,
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
352
d = bus_find_device_by_name(&pci_bus_type, NULL,
drivers/media/cec/platform/seco/seco-cec.c
521
d = bus_find_device_by_name(&pci_bus_type, NULL,
drivers/most/core.c
538
dev = bus_find_device_by_name(&mostbus, NULL, mdev);
drivers/net/phy/phy_device.c
1272
d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id);
drivers/net/phy/phy_device.c
1920
d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id);
drivers/pci/p2pdma.c
1150
dev = bus_find_device_by_name(&pci_bus_type, NULL, page);
drivers/platform/x86/amd/pmc/pmc.c
536
d = bus_find_device_by_name(&serio_bus, NULL, "serio0");
drivers/platform/x86/lenovo/yogabook.c
461
data->kbd_dev = bus_find_device_by_name(&i2c_bus_type, NULL, "i2c-goodix_ts");
drivers/platform/x86/lenovo/yogabook.c
467
data->dig_dev = bus_find_device_by_name(&i2c_bus_type, NULL, "i2c-wacom");
drivers/platform/x86/x86-android-tablets/acer.c
123
acer_a1_840_fg_dev = bus_find_device_by_name(&platform_bus_type, NULL, "chtdc_ti_battery");
drivers/platform/x86/x86-android-tablets/core.c
186
pdev = bus_find_device_by_name(&pci_bus_type, NULL, client_info->adapter_path);
drivers/platform/x86/x86-android-tablets/lenovo.c
527
codec_dev = bus_find_device_by_name(&spi_bus_type, NULL,
drivers/rapidio/devices/rio_mport_cdev.c
1680
dev = bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name);
drivers/rapidio/devices/rio_mport_cdev.c
1818
dev = bus_find_device_by_name(&rio_bus_type, NULL,
sound/soc/intel/boards/bytcr_rt5640.c
1756
codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL,
sound/soc/intel/boards/bytcr_wm5102.c
558
codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name);
sound/soc/sdw_utils/soc_sdw_rt711.c
148
sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
sound/soc/sdw_utils/soc_sdw_rt_amp.c
282
sdw_dev1 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
sound/soc/sdw_utils/soc_sdw_rt_amp.c
293
sdw_dev2 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[1].name);
sound/soc/sdw_utils/soc_sdw_rt_sdca_jack_common.c
210
sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
sound/soc/sdw_utils/soc_sdw_utils.c
1452
sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, sdw_codec_name);