Home
last modified time | relevance | path

Searched refs:bus_find_device (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v4.19/drivers/hwtracing/coresight/
Dof_coresight.c35 dev = bus_find_device(&platform_bus_type, NULL, in of_coresight_get_endpoint_device()
44 return bus_find_device(&amba_bustype, NULL, in of_coresight_get_endpoint_device()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dibmebus.c191 dev = bus_find_device(&ibmebus_bus_type, NULL, child, in ibmebus_create_devices()
276 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in ibmebus_store_probe()
313 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in ibmebus_store_remove()
/Linux-v4.19/drivers/i2c/
Di2c-core-of.c130 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_device_by_node()
148 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_adapter_by_node()
Di2c-core-acpi.c321 dev = bus_find_device(&i2c_bus_type, NULL, handle, in i2c_acpi_find_adapter_by_handle()
330 dev = bus_find_device(&i2c_bus_type, NULL, adev, in i2c_acpi_find_client_by_adev()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c275 while ((d = bus_find_device(&platform_bus_type, p, in exynos_drm_match_add()
303 while ((dev = bus_find_device(&platform_bus_type, NULL, in exynos_drm_get_dma_device()
484 while ((dev = bus_find_device(&platform_bus_type, NULL, in exynos_drm_unregister_devices()
/Linux-v4.19/drivers/firmware/efi/
Ddev-path-parser.c57 *child = bus_find_device(&acpi_bus_type, NULL, &hid_uid, in parse_acpi_path()
/Linux-v4.19/drivers/usb/phy/
Dphy-isp1301.c155 struct device *dev = bus_find_device(&i2c_bus_type, NULL, in isp1301_get_client()
Dphy-am335x-control.c137 dev = bus_find_device(&platform_bus_type, NULL, node, match); in am335x_get_phy_control()
/Linux-v4.19/drivers/net/ethernet/ti/
Dcpsw-phy-sel.c182 dev = bus_find_device(&platform_bus_type, NULL, node, match); in cpsw_phy_sel()
/Linux-v4.19/drivers/pci/
Dsearch.c279 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
/Linux-v4.19/drivers/acpi/
Dutils.c802 dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb); in acpi_dev_present()
828 dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb); in acpi_dev_get_first_match_name()
Dsleep.c504 pwr_btn_dev = bus_find_device(&acpi_bus_type, NULL, NULL, in acpi_pm_finish()
/Linux-v4.19/drivers/base/
Dbus.c332 struct device *bus_find_device(struct bus_type *bus, in bus_find_device() function
350 EXPORT_SYMBOL_GPL(bus_find_device);
372 return bus_find_device(bus, start, (void *)name, match_name); in bus_find_device_by_name()
/Linux-v4.19/drivers/s390/cio/
Dscm.c189 dev = bus_find_device(&scm_bus_type, NULL, sale, check_address); in scmdev_find()
/Linux-v4.19/drivers/of/
Dof_mdio.c306 d = bus_find_device(&mdio_bus_type, NULL, phy_np, of_phy_match); in of_phy_find_device()
Dplatform.c58 dev = bus_find_device(&platform_bus_type, NULL, np, of_dev_node_match); in of_find_device_by_node()
/Linux-v4.19/drivers/scsi/
Dscsi_proc.c382 struct device *next = bus_find_device(&scsi_bus_type, start, NULL, in next_scsi_device()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_drv.c241 while ((d = bus_find_device(&platform_bus_type, p, drv, in vc4_match_add_drivers()
/Linux-v4.19/drivers/thunderbolt/
Dswitch.c1603 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_link_depth()
1627 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_uuid()
1654 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_route()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c335 d = bus_find_device(&platform_bus_type, p, &drv->driver, in rockchip_drm_match_add()
/Linux-v4.19/sound/soc/rockchip/
Drk3399_gru_sound.c435 dev = bus_find_device(dailink_match[i].bus_type, NULL, in rockchip_sound_codec_node_match()
/Linux-v4.19/drivers/s390/crypto/
Dap_bus.c1354 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_bus()
1380 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_bus()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_misc.c771 dev = bus_find_device(&platform_bus_type, NULL, in hns_dsaf_find_platform_device()
/Linux-v4.19/drivers/usb/core/
Dusb.c362 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_mipi_dsi.c113 dev = bus_find_device(&mipi_dsi_bus_type, NULL, np, of_device_match); in of_find_mipi_dsi_device_by_node()

12