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

/linux-master/drivers/dma/idxd/
H A Dcompat.c23 dev = bus_find_device_by_name(bus, NULL, buf);
41 dev = bus_find_device_by_name(bus, NULL, buf);
/linux-master/sound/soc/intel/boards/
H A Dsof_sdw_rt_amp.c300 sdw_dev1 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
311 sdw_dev2 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[1].name);
H A Dsof_sdw_rt711.c178 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
H A Dsof_sdw_rt_sdca_jack_common.c211 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
H A Dbytcr_wm5102.c562 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name);
/linux-master/include/linux/device/
H A Dbus.h145 * bus_find_device_by_name - device iterator for locating a particular device
151 static inline struct device *bus_find_device_by_name(const struct bus_type *bus, function
/linux-master/drivers/gpu/drm/armada/
H A Darmada_drv.c217 d = bus_find_device_by_name(&platform_bus_type, NULL,
/linux-master/drivers/platform/x86/
H A Dlenovo-yogabook.c459 data->kbd_dev = bus_find_device_by_name(&i2c_bus_type, NULL, "i2c-goodix_ts");
465 data->dig_dev = bus_find_device_by_name(&i2c_bus_type, NULL, "i2c-wacom");
/linux-master/drivers/base/
H A Dbus.c240 dev = bus_find_device_by_name(bus, NULL, buf);
263 dev = bus_find_device_by_name(bus, NULL, buf);
313 dev = bus_find_device_by_name(bus, NULL, buf);
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c245 struct device *rtc = bus_find_device_by_name(
/linux-master/drivers/media/cec/i2c/
H A Dch7322.c416 d = bus_find_device_by_name(&pci_bus_type, NULL,
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c492 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL,
/linux-master/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c346 d = bus_find_device_by_name(&pci_bus_type, NULL,
/linux-master/drivers/media/cec/platform/seco/
H A Dseco-cec.c521 d = bus_find_device_by_name(&pci_bus_type, NULL,
/linux-master/drivers/platform/x86/amd/pmc/
H A Dpmc.c789 d = bus_find_device_by_name(&serio_bus, NULL, "serio0");
/linux-master/drivers/pci/
H A Dp2pdma.c1059 dev = bus_find_device_by_name(&pci_bus_type, NULL, page);
/linux-master/drivers/ata/pata_parport/
H A Dpata_parport.c713 dev = bus_find_device_by_name(bus, NULL, buf);
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c1701 dev = bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name);
1838 dev = bus_find_device_by_name(&rio_bus_type, NULL,
/linux-master/drivers/net/phy/
H A Dphy_device.c1173 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id);
1628 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id);
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c1670 found = bus_find_device_by_name(&vio_bus_type, NULL, name);
/linux-master/drivers/most/
H A Dcore.c538 dev = bus_find_device_by_name(&mostbus, NULL, mdev);
/linux-master/drivers/cxl/core/
H A Dregion.c2078 dev = bus_find_device_by_name(&cxl_bus_type, NULL, buf);
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c3655 dev = bus_find_device_by_name(bus_type, NULL, tbuf_bdf);

Completed in 440 milliseconds