Searched refs:bus_find_device_by_name (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.1/drivers/dma/idxd/ |
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()
|
/Linux-v6.1/sound/soc/intel/boards/ |
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()
|
D | sof_sdw_rt711_sdca.c | 169 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name); in sof_sdw_rt711_sdca_init()
|
D | bytcr_wm5102.c | 416 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
|
/Linux-v6.1/include/linux/device/ |
D | bus.h | 176 static inline struct device *bus_find_device_by_name(struct bus_type *bus, in bus_find_device_by_name() function
|
/Linux-v6.1/drivers/gpu/drm/armada/ |
D | armada_drv.c | 224 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
|
/Linux-v6.1/drivers/base/ |
D | bus.c | 189 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-v6.1/drivers/media/cec/platform/cros-ec/ |
D | cros-ec-cec.c | 243 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_find_hdmi_dev()
|
/Linux-v6.1/arch/x86/platform/olpc/ |
D | olpc-xo1-sci.c | 245 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
|
/Linux-v6.1/drivers/media/cec/i2c/ |
D | ch7322.c | 416 d = bus_find_device_by_name(&pci_bus_type, NULL, in ch7322_get_port()
|
/Linux-v6.1/drivers/pci/ |
D | p2pdma.c | 936 dev = bus_find_device_by_name(&pci_bus_type, NULL, page); in pci_p2pdma_enable_store()
|
/Linux-v6.1/drivers/media/cec/platform/seco/ |
D | seco-cec.c | 521 d = bus_find_device_by_name(&pci_bus_type, NULL, in secocec_cec_find_hdmi_dev()
|
/Linux-v6.1/drivers/platform/x86/ |
D | x86-android-tablets.c | 914 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, in lenovo_yoga_tab2_830_1050_init_codec()
|
/Linux-v6.1/drivers/net/phy/ |
D | phy_device.c | 1124 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect() 1556 d = bus_find_device_by_name(bus, NULL, bus_id); in phy_attach()
|
/Linux-v6.1/drivers/rapidio/devices/ |
D | rio_mport_cdev.c | 1699 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-v6.1/drivers/most/ |
D | core.c | 538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel()
|
/Linux-v6.1/arch/powerpc/platforms/pseries/ |
D | vio.c | 1661 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
|
/Linux-v6.1/drivers/cxl/core/ |
D | region.c | 1392 dev = bus_find_device_by_name(&cxl_bus_type, NULL, decoder); in attach_target()
|