Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dsof_sdw_rt711_sdca.c30 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, sdw_dev_name); in rt711_sdca_add_codec_device_props()
142 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, in sof_sdw_rt711_sdca_exit()
H A Dsof_sdw_rt711.c30 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, sdw_dev_name); in rt711_add_codec_device_props()
142 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, in sof_sdw_rt711_exit()
H A Dbytcht_es8316.c552 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, codec_name); in snd_byt_cht_es8316_mc_probe()
H A Dbytcr_rt5651.c928 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, in snd_byt_rt5651_mc_probe()
H A Dbytcr_rt5640.c923 i2c_dev = bus_find_device_by_name(&i2c_bus_type, NULL, i2c_dev_name); in byt_rt5640_add_codec_device_props()
/OK3568_Linux_fs/kernel/drivers/gnss/
H A Dcmdline.c79 serial_dev = bus_find_device_by_name(&platform_bus_type, in gnss_cmdline_init()
/OK3568_Linux_fs/kernel/include/linux/device/
H A Dbus.h177 static inline struct device *bus_find_device_by_name(struct bus_type *bus, in bus_find_device_by_name() function
/OK3568_Linux_fs/kernel/drivers/base/
H A Dbus.c189 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()
251 dev = bus_find_device_by_name(bus, NULL, buf); in drivers_probe_store()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_drv.c240 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c235 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_find_hdmi_dev()
/OK3568_Linux_fs/kernel/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c245 struct device *rtc = bus_find_device_by_name( in xo1_sci_intr()
/OK3568_Linux_fs/kernel/drivers/media/cec/i2c/
H A Dch7322.c416 d = bus_find_device_by_name(&pci_bus_type, NULL, in ch7322_get_port()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/seco/
H A Dseco-cec.c534 d = bus_find_device_by_name(&pci_bus_type, NULL, in secocec_cec_find_hdmi_dev()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dp2pdma.c982 dev = bus_find_device_by_name(&pci_bus_type, NULL, page); in pci_p2pdma_enable_store()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy_device.c1082 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()
1516 d = bus_find_device_by_name(bus, NULL, bus_id); in phy_attach()
/OK3568_Linux_fs/kernel/drivers/rapidio/devices/
H A Drio_mport_cdev.c1698 dev = bus_find_device_by_name(&rio_bus_type, NULL, dev_info.name); in rio_mport_add_riodev()
1832 dev = bus_find_device_by_name(&rio_bus_type, NULL, in rio_mport_del_riodev()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_av1dec.c1161 dev = bus_find_device_by_name(&av1dec_bus, NULL, "av1d-master"); in av1dec_device_destory()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_dsi.c602 struct device *d = bus_find_device_by_name(&platform_bus_type, in rk628_dsi_host_attach()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dvio.c1645 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
/OK3568_Linux_fs/kernel/drivers/most/
H A Dcore.c538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel()