Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/idxd/
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-v5.15/sound/soc/intel/boards/
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()
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()
Dbytcr_wm5102.c416 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
/Linux-v5.15/include/linux/device/
Dbus.h172 static inline struct device *bus_find_device_by_name(struct bus_type *bus, in bus_find_device_by_name() function
/Linux-v5.15/drivers/gpu/drm/armada/
Darmada_drv.c235 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
/Linux-v5.15/drivers/base/
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-v5.15/drivers/media/cec/platform/cros-ec/
Dcros-ec-cec.c233 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_find_hdmi_dev()
/Linux-v5.15/arch/x86/platform/olpc/
Dolpc-xo1-sci.c245 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
/Linux-v5.15/drivers/media/cec/i2c/
Dch7322.c416 d = bus_find_device_by_name(&pci_bus_type, NULL, in ch7322_get_port()
/Linux-v5.15/drivers/pci/
Dp2pdma.c961 dev = bus_find_device_by_name(&pci_bus_type, NULL, page); in pci_p2pdma_enable_store()
/Linux-v5.15/drivers/media/cec/platform/seco/
Dseco-cec.c534 d = bus_find_device_by_name(&pci_bus_type, NULL, in secocec_cec_find_hdmi_dev()
/Linux-v5.15/drivers/net/phy/
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-v5.15/drivers/rapidio/devices/
Drio_mport_cdev.c1698 dev = bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name); in rio_mport_add_riodev()
1832 dev = bus_find_device_by_name(&rio_bus_type, NULL, in rio_mport_del_riodev()
/Linux-v5.15/drivers/most/
Dcore.c538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel()
/Linux-v5.15/arch/powerpc/platforms/pseries/
Dvio.c1660 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()