/linux-6.1.9/include/linux/device/ |
D | bus.h | 166 struct device *bus_find_device(struct bus_type *bus, struct device *start, 180 return bus_find_device(bus, start, name, device_match_name); in bus_find_device_by_name() 192 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node() 204 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode() 216 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt() 228 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device() 243 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | ibmebus.c | 197 dev = bus_find_device(&ibmebus_bus_type, NULL, child, in ibmebus_create_devices() 281 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in probe_store() 317 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in remove_store()
|
/linux-6.1.9/drivers/vdpa/ |
D | vdpa.c | 225 dev = bus_find_device(&vdpa_bus, NULL, dev_name(&vdev->dev), vdpa_name_match); in __vdpa_register_device() 651 dev = bus_find_device(&vdpa_bus, NULL, name, vdpa_name_match); in vdpa_nl_cmd_dev_del_set_doit() 735 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match); in vdpa_nl_cmd_dev_get_doit() 1051 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match); in vdpa_nl_cmd_dev_config_get_doit() 1139 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match); in vdpa_nl_cmd_dev_stats_get_doit()
|
/linux-6.1.9/drivers/usb/phy/ |
D | phy-am335x-control.c | 137 dev = bus_find_device(&platform_bus_type, NULL, node, match); in am335x_get_phy_control()
|
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | cpsw-phy-sel.c | 175 dev = bus_find_device(&platform_bus_type, NULL, node, match); in cpsw_phy_sel()
|
D | davinci_emac.c | 1515 phy = bus_find_device(&mdio_bus_type, NULL, NULL, in emac_dev_open()
|
/linux-6.1.9/drivers/base/ |
D | auxiliary.c | 358 dev = bus_find_device(&auxiliary_bus_type, start, data, match); in auxiliary_find_device()
|
D | bus.c | 322 struct device *bus_find_device(struct bus_type *bus, in bus_find_device() function 340 EXPORT_SYMBOL_GPL(bus_find_device);
|
D | platform.c | 1504 return bus_find_device(&platform_bus_type, start, drv, in platform_find_device_by_driver()
|
/linux-6.1.9/drivers/pci/ |
D | search.c | 277 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
|
/linux-6.1.9/drivers/i2c/ |
D | i2c-core-of.c | 151 dev = bus_find_device(&i2c_bus_type, NULL, node, in of_find_i2c_adapter_by_node()
|
D | i2c-core-acpi.c | 431 dev = bus_find_device(&i2c_bus_type, NULL, handle, device_match_acpi_handle); in i2c_acpi_find_adapter_by_handle()
|
/linux-6.1.9/drivers/s390/cio/ |
D | scm.c | 190 dev = bus_find_device(&scm_bus_type, NULL, sale, check_address); in scmdev_find()
|
D | css.c | 495 dev = bus_find_device(&css_bus_type, NULL, in get_subchannel_by_schid()
|
D | device.c | 646 dev = bus_find_device(&ccw_bus_type, NULL, dev_id, match_dev_id); in get_ccwdev_by_dev_id()
|
/linux-6.1.9/drivers/acpi/ |
D | utils.c | 909 dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb); in acpi_dev_present() 942 dev = bus_find_device(&acpi_bus_type, start, &match, acpi_dev_match_cb); in acpi_dev_get_next_match_dev()
|
D | acpi_lpss.c | 555 dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device() 559 return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
|
/linux-6.1.9/drivers/char/ipmi/ |
D | ipmi_si_platform.c | 431 while ((dev = bus_find_device(&platform_bus_type, NULL, name, in ipmi_remove_platform_device_by_name()
|
/linux-6.1.9/drivers/s390/crypto/ |
D | ap_bus.c | 1780 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_domains() 1926 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_adapter() 2130 bus_find_device(&ap_bus_type, NULL, in ap_scan_bus()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | dev.c | 621 next = bus_find_device(&pci_bus_type, NULL, dev, match); in mlx5_get_next_dev()
|
/linux-6.1.9/drivers/usb/core/ |
D | usb.c | 359 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
|
/linux-6.1.9/drivers/cxl/core/ |
D | port.c | 788 port_dev = bus_find_device(&cxl_bus_type, NULL, dev, match_root_child); in find_cxl_root() 1015 dev = bus_find_device(&cxl_bus_type, NULL, ctx, match_port_by_dport); in __find_cxl_port()
|
/linux-6.1.9/drivers/thunderbolt/ |
D | switch.c | 3392 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_link_depth() 3416 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_uuid() 3443 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_route()
|
/linux-6.1.9/drivers/hwtracing/coresight/ |
D | coresight-core.c | 713 dev = bus_find_device(&coresight_bustype, NULL, &id, in coresight_get_sink_by_id()
|
/linux-6.1.9/drivers/nvmem/ |
D | core.c | 956 dev = bus_find_device(&nvmem_bus_type, NULL, data, match); in __nvmem_device_get()
|