Home
last modified time | relevance | path

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

/linux/drivers/dma/idxd/
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()
/linux/sound/soc/intel/boards/
A Dsof_sdw_rt711.c165 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt711_init()
A Dsof_sdw_rt711_sdca.c166 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt711_sdca_init()
A Dbytcr_wm5102.c416 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
A Dsof_es8336.c510 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, codec_name); in sof_es8336_probe()
/linux/include/linux/device/
A Dbus.h173 static inline struct device *bus_find_device_by_name(struct bus_type *bus, in bus_find_device_by_name() function
/linux/drivers/base/
A Dbus.c189 dev = bus_find_device_by_name(bus, NULL, buf); in unbind_store()
212 dev = bus_find_device_by_name(bus, NULL, buf); in bind_store()
247 dev = bus_find_device_by_name(bus, NULL, buf); in drivers_probe_store()
/linux/drivers/gpu/drm/armada/
A Darmada_drv.c235 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
/linux/drivers/media/cec/platform/cros-ec/
A Dcros-ec-cec.c233 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_find_hdmi_dev()
/linux/arch/x86/platform/olpc/
A Dolpc-xo1-sci.c245 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
/linux/drivers/media/cec/i2c/
A Dch7322.c416 d = bus_find_device_by_name(&pci_bus_type, NULL, in ch7322_get_port()
/linux/drivers/media/cec/platform/seco/
A Dseco-cec.c534 d = bus_find_device_by_name(&pci_bus_type, NULL, in secocec_cec_find_hdmi_dev()
/linux/drivers/pci/
A Dp2pdma.c961 dev = bus_find_device_by_name(&pci_bus_type, NULL, page); in pci_p2pdma_enable_store()
/linux/drivers/net/phy/
A Dphy_device.c1088 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()
1521 d = bus_find_device_by_name(bus, NULL, bus_id); in phy_attach()
/linux/drivers/rapidio/devices/
A Drio_mport_cdev.c1699 dev = bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name); in rio_mport_add_riodev()
1833 dev = bus_find_device_by_name(&rio_bus_type, NULL, in rio_mport_del_riodev()
/linux/drivers/most/
A Dcore.c538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel()
/linux/arch/powerpc/platforms/pseries/
A Dvio.c1660 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()

Completed in 50 milliseconds