Searched refs:bus_find_device_by_name (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/base/ |
D | devcon.c | 85 dev = bus_find_device_by_name(bus, NULL, con->endpoint[ep]); in generic_match()
|
D | bus.c | 185 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/ |
D | mdp4_kms.h | 244 dev = bus_find_device_by_name(&platform_bus_type, NULL, devname); in mdp4_find_pdata()
|
/Linux-v4.19/drivers/gpu/drm/armada/ |
D | armada_drv.c | 246 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
|
/Linux-v4.19/drivers/media/platform/cros-ec-cec/ |
D | cros-ec-cec.c | 233 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_get_notifier()
|
/Linux-v4.19/drivers/mfd/ |
D | mfd-core.c | 383 dev = bus_find_device_by_name(&platform_bus_type, NULL, cell); in mfd_clone_cell()
|
/Linux-v4.19/arch/x86/platform/olpc/ |
D | olpc-xo1-sci.c | 244 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_acp.c | 260 dev = bus_find_device_by_name(&platform_bus_type, NULL, auto_dev_name); in get_mfd_cell_dev()
|
/Linux-v4.19/drivers/net/phy/ |
D | phy_device.c | 802 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/ |
D | bytcr_rt5651.c | 913 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, in snd_byt_rt5651_mc_probe()
|
D | bytcr_rt5640.c | 720 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/ |
D | coresight.c | 889 dev = bus_find_device_by_name(&coresight_bustype, NULL, in coresight_fixup_device_conns()
|
/Linux-v4.19/drivers/staging/fbtft/ |
D | fbtft_device.c | 1346 dev = bus_find_device_by_name(&spi_bus_type, NULL, str); in fbtft_device_spi_delete()
|
/Linux-v4.19/drivers/nvmem/ |
D | core.c | 679 d = bus_find_device_by_name(&nvmem_bus_type, NULL, name); in nvmem_find()
|
/Linux-v4.19/drivers/rapidio/devices/ |
D | rio_mport_cdev.c | 1695 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/ |
D | vio.c | 1658 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
|
/Linux-v4.19/include/linux/ |
D | device.h | 171 struct device *bus_find_device_by_name(struct bus_type *bus,
|