/openbmc/linux/drivers/dma/idxd/ |
H A D | compat.c | 23 dev = bus_find_device_by_name(bus, NULL, buf); in unbind_store() 41 dev = bus_find_device_by_name(bus, NULL, buf); in bind_store()
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | sof_sdw_rt_amp.c | 324 sdw_dev1 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt_amp_init() 335 sdw_dev2 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[1].name); in sof_sdw_rt_amp_init()
|
H A D | sof_sdw_rt711.c | 168 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt711_init()
|
H A D | sof_sdw_rt_sdca_jack_common.c | 193 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt_sdca_jack_init()
|
H A D | bytcr_wm5102.c | 422 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
|
H A D | bytcr_rt5640.c | 1742 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, in snd_byt_rt5640_mc_probe()
|
/openbmc/linux/include/linux/device/ |
H A D | bus.h | 156 static inline struct device *bus_find_device_by_name(const struct bus_type *bus, in bus_find_device_by_name() function
|
/openbmc/linux/drivers/platform/x86/ |
H A D | lenovo-yogabook.c | 459 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()
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_drv.c | 215 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
|
/openbmc/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()
|
/openbmc/linux/drivers/media/cec/platform/cros-ec/ |
H A D | cros-ec-cec.c | 249 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_find_hdmi_dev()
|
/openbmc/linux/drivers/platform/x86/x86-android-tablets/ |
H A D | lenovo.c | 466 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, in lenovo_yoga_tab2_830_1050_init_codec()
|
/openbmc/linux/arch/x86/platform/olpc/ |
H A D | olpc-xo1-sci.c | 245 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
|
/openbmc/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()
|
/openbmc/linux/drivers/media/cec/platform/seco/ |
H A D | seco-cec.c | 521 d = bus_find_device_by_name(&pci_bus_type, NULL, in secocec_cec_find_hdmi_dev()
|
/openbmc/linux/drivers/pci/ |
H A D | p2pdma.c | 1060 dev = bus_find_device_by_name(&pci_bus_type, NULL, page); in pci_p2pdma_enable_store()
|
/openbmc/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()
|
/openbmc/linux/drivers/platform/x86/amd/pmc/ |
H A D | pmc.c | 724 d = bus_find_device_by_name(&serio_bus, NULL, "serio0"); in amd_pmc_wa_irq1()
|
/openbmc/linux/drivers/net/phy/ |
H A D | phy_device.c | 1157 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect() 1612 d = bus_find_device_by_name(bus, NULL, bus_id); in phy_attach()
|
/openbmc/linux/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 1699 dev = bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name); in rio_mport_add_riodev() 1837 dev = bus_find_device_by_name(&rio_bus_type, NULL, in rio_mport_del_riodev()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 1661 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
|
/openbmc/linux/drivers/most/ |
H A D | core.c | 538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel()
|
/openbmc/linux/drivers/cxl/core/ |
H A D | region.c | 2046 dev = bus_find_device_by_name(&cxl_bus_type, NULL, buf); in store_targetN()
|
/openbmc/linux/drivers/crypto/hisilicon/ |
H A D | qm.c | 3744 dev = bus_find_device_by_name(bus_type, NULL, tbuf_bdf); in qm_get_qos_value()
|