Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Ddevcon.c85 dev = bus_find_device_by_name(bus, NULL, con->endpoint[ep]); in generic_match()
Dbus.c185 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()
257 dev = bus_find_device_by_name(bus, NULL, buf); in store_drivers_probe()
369 struct device *bus_find_device_by_name(struct bus_type *bus, in bus_find_device_by_name() function
374 EXPORT_SYMBOL_GPL(bus_find_device_by_name);
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_kms.h244 dev = bus_find_device_by_name(&platform_bus_type, NULL, devname); in mdp4_find_pdata()
/Linux-v4.19/drivers/gpu/drm/armada/
Darmada_drv.c246 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
/Linux-v4.19/drivers/media/platform/cros-ec-cec/
Dcros-ec-cec.c233 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_get_notifier()
/Linux-v4.19/drivers/mfd/
Dmfd-core.c383 dev = bus_find_device_by_name(&platform_bus_type, NULL, cell); in mfd_clone_cell()
/Linux-v4.19/arch/x86/platform/olpc/
Dolpc-xo1-sci.c244 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acp.c260 dev = bus_find_device_by_name(&platform_bus_type, NULL, auto_dev_name); in get_mfd_cell_dev()
/Linux-v4.19/drivers/net/phy/
Dphy_device.c802 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()
1107 d = bus_find_device_by_name(bus, NULL, bus_id); in phy_attach()
/Linux-v4.19/sound/soc/intel/boards/
Dbytcr_rt5651.c913 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, in snd_byt_rt5651_mc_probe()
Dbytcr_rt5640.c720 i2c_dev = bus_find_device_by_name(&i2c_bus_type, NULL, i2c_dev_name); in byt_rt5640_add_codec_device_props()
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight.c889 dev = bus_find_device_by_name(&coresight_bustype, NULL, in coresight_fixup_device_conns()
/Linux-v4.19/drivers/staging/fbtft/
Dfbtft_device.c1346 dev = bus_find_device_by_name(&spi_bus_type, NULL, str); in fbtft_device_spi_delete()
/Linux-v4.19/drivers/nvmem/
Dcore.c679 d = bus_find_device_by_name(&nvmem_bus_type, NULL, name); in nvmem_find()
/Linux-v4.19/drivers/rapidio/devices/
Drio_mport_cdev.c1695 if (bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name)) { in rio_mport_add_riodev()
1827 dev = bus_find_device_by_name(&rio_bus_type, NULL, in rio_mport_del_riodev()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dvio.c1658 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
/Linux-v4.19/include/linux/
Ddevice.h171 struct device *bus_find_device_by_name(struct bus_type *bus,