Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/idxd/
H A Dcompat.c23 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 Dsof_sdw_rt_amp.c324 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 Dsof_sdw_rt711.c168 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt711_init()
H A Dsof_sdw_rt_sdca_jack_common.c193 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 Dbytcr_wm5102.c422 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
/openbmc/linux/include/linux/device/
H A Dbus.h156 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 Dlenovo-yogabook.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()
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_drv.c215 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
/openbmc/linux/drivers/base/
H A Dbus.c240 dev = bus_find_device_by_name(bus, NULL, buf); in unbind_store()
263 dev = bus_find_device_by_name(bus, NULL, buf); in bind_store()
313 dev = bus_find_device_by_name(bus, NULL, buf); in drivers_probe_store()
/openbmc/linux/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c249 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 Dlenovo.c466 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 Dolpc-xo1-sci.c245 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
/openbmc/linux/drivers/media/cec/i2c/
H A Dch7322.c416 d = bus_find_device_by_name(&pci_bus_type, NULL, in ch7322_get_port()
/openbmc/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()
/openbmc/linux/drivers/pci/
H A Dp2pdma.c1060 dev = bus_find_device_by_name(&pci_bus_type, NULL, page); in pci_p2pdma_enable_store()
/openbmc/linux/drivers/ata/pata_parport/
H A Dpata_parport.c713 dev = bus_find_device_by_name(bus, NULL, buf); in delete_device_store()
/openbmc/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c724 d = bus_find_device_by_name(&serio_bus, NULL, "serio0"); in amd_pmc_wa_irq1()
/openbmc/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c1699 dev = bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name); in rio_mport_add_riodev()
1836 dev = bus_find_device_by_name(&rio_bus_type, NULL, in rio_mport_del_riodev()
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c1157 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/most/
H A Dcore.c538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvio.c1661 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
/openbmc/linux/drivers/cxl/core/
H A Dregion.c1972 dev = bus_find_device_by_name(&cxl_bus_type, NULL, buf); in store_targetN()
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c3746 dev = bus_find_device_by_name(bus_type, NULL, tbuf_bdf); in qm_get_qos_value()