Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Ddevcon.c180 dev = bus_find_device_by_name(bus, NULL, con->endpoint[ep]); in generic_match()
Dbus.c188 dev = bus_find_device_by_name(bus, NULL, buf); in unbind_store()
211 dev = bus_find_device_by_name(bus, NULL, buf); in bind_store()
250 dev = bus_find_device_by_name(bus, NULL, buf); in drivers_probe_store()
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_kms.h233 dev = bus_find_device_by_name(&platform_bus_type, NULL, devname); in mdp4_find_pdata()
/Linux-v5.4/drivers/gpu/drm/armada/
Darmada_drv.c254 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
/Linux-v5.4/drivers/media/platform/cros-ec-cec/
Dcros-ec-cec.c234 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_find_hdmi_dev()
/Linux-v5.4/drivers/mfd/
Dmfd-core.c393 dev = bus_find_device_by_name(&platform_bus_type, NULL, cell); in mfd_clone_cell()
/Linux-v5.4/arch/x86/platform/olpc/
Dolpc-xo1-sci.c246 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
/Linux-v5.4/sound/soc/intel/boards/
Dbytcht_es8316.c541 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, codec_name); in snd_byt_cht_es8316_mc_probe()
Dbytcr_rt5651.c916 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, in snd_byt_rt5651_mc_probe()
Dbytcr_rt5640.c750 i2c_dev = bus_find_device_by_name(&i2c_bus_type, NULL, i2c_dev_name); in byt_rt5640_add_codec_device_props()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acp.c173 dev = bus_find_device_by_name(&platform_bus_type, NULL, auto_dev_name); in get_mfd_cell_dev()
/Linux-v5.4/drivers/pci/
Dp2pdma.c933 dev = bus_find_device_by_name(&pci_bus_type, NULL, page); in pci_p2pdma_enable_store()
/Linux-v5.4/drivers/media/platform/seco-cec/
Dseco-cec.c534 d = bus_find_device_by_name(&pci_bus_type, NULL, in secocec_cec_find_hdmi_dev()
/Linux-v5.4/drivers/net/phy/
Dphy_device.c992 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()
1336 d = bus_find_device_by_name(bus, NULL, bus_id); in phy_attach()
/Linux-v5.4/drivers/nvmem/
Dcore.c98 d = bus_find_device_by_name(&nvmem_bus_type, NULL, name); in nvmem_find()
/Linux-v5.4/drivers/rapidio/devices/
Drio_mport_cdev.c1694 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-v5.4/arch/powerpc/platforms/pseries/
Dvio.c1637 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
/Linux-v5.4/include/linux/
Ddevice.h186 static inline struct device *bus_find_device_by_name(struct bus_type *bus, in bus_find_device_by_name() function
/Linux-v5.4/drivers/staging/most/
Dcore.c576 dev = bus_find_device_by_name(&mc.bus, NULL, mdev); in get_channel()