Home
last modified time | relevance | path

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

12

/Linux-v5.15/include/linux/device/
Dbus.h162 struct device *bus_find_device(struct bus_type *bus, struct device *start,
176 return bus_find_device(bus, start, name, device_match_name); in bus_find_device_by_name()
188 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
200 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode()
212 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt()
224 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device()
239 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
/Linux-v5.15/arch/powerpc/platforms/pseries/
Dibmebus.c193 dev = bus_find_device(&ibmebus_bus_type, NULL, child, in ibmebus_create_devices()
277 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in probe_store()
313 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in remove_store()
/Linux-v5.15/drivers/vdpa/
Dvdpa.c149 dev = bus_find_device(&vdpa_bus, NULL, dev_name(&vdev->dev), vdpa_name_match); in __vdpa_register_device()
469 dev = bus_find_device(&vdpa_bus, NULL, name, vdpa_name_match); in vdpa_nl_cmd_dev_del_set_doit()
548 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match); in vdpa_nl_cmd_dev_get_doit()
/Linux-v5.15/drivers/usb/phy/
Dphy-am335x-control.c137 dev = bus_find_device(&platform_bus_type, NULL, node, match); in am335x_get_phy_control()
/Linux-v5.15/drivers/net/ethernet/ti/
Dcpsw-phy-sel.c175 dev = bus_find_device(&platform_bus_type, NULL, node, match); in cpsw_phy_sel()
Ddavinci_emac.c1497 phy = bus_find_device(&mdio_bus_type, NULL, NULL, in emac_dev_open()
/Linux-v5.15/drivers/cxl/
Dpmem.c33 dev = bus_find_device(&cxl_bus_type, NULL, NULL, match_nvdimm_bridge); in cxl_find_nvdimm_bridge()
/Linux-v5.15/drivers/base/
Dauxiliary.c215 dev = bus_find_device(&auxiliary_bus_type, start, data, match); in auxiliary_find_device()
Dbus.c322 struct device *bus_find_device(struct bus_type *bus, in bus_find_device() function
340 EXPORT_SYMBOL_GPL(bus_find_device);
Dplatform.c1501 return bus_find_device(&platform_bus_type, start, drv, in platform_find_device_by_driver()
/Linux-v5.15/drivers/pci/
Dsearch.c277 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
/Linux-v5.15/drivers/i2c/
Di2c-core-of.c151 dev = bus_find_device(&i2c_bus_type, NULL, node, in of_find_i2c_adapter_by_node()
Di2c-core-acpi.c415 dev = bus_find_device(&i2c_bus_type, NULL, handle, in i2c_acpi_find_adapter_by_handle()
/Linux-v5.15/drivers/s390/cio/
Dscm.c190 dev = bus_find_device(&scm_bus_type, NULL, sale, check_address); in scmdev_find()
Dcss.c534 dev = bus_find_device(&css_bus_type, NULL, in get_subchannel_by_schid()
/Linux-v5.15/drivers/acpi/
Dutils.c847 dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb); in acpi_dev_present()
880 dev = bus_find_device(&acpi_bus_type, start, &match, acpi_dev_match_cb); in acpi_dev_get_next_match_dev()
Dacpi_lpss.c541 dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
545 return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
/Linux-v5.15/drivers/s390/crypto/
Dap_bus.c1532 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_domains()
1648 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_adapter()
1807 bus_find_device(&ap_bus_type, NULL, in ap_scan_bus()
/Linux-v5.15/drivers/char/ipmi/
Dipmi_si_platform.c431 while ((dev = bus_find_device(&platform_bus_type, NULL, name, in ipmi_remove_platform_device_by_name()
/Linux-v5.15/drivers/usb/core/
Dusb.c359 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
/Linux-v5.15/drivers/thunderbolt/
Dswitch.c3130 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_link_depth()
3154 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_uuid()
3181 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_route()
/Linux-v5.15/drivers/iio/
Dinkern.c149 idev = bus_find_device(&iio_bus_type, NULL, iiospec.np, in __of_iio_channel_get()
/Linux-v5.15/drivers/visorbus/
Dvisorbus_main.c197 dev = bus_find_device(&visorbus_type, dev_start, (void *)&id, in visorbus_get_device_by_id()
/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-core.c685 dev = bus_find_device(&coresight_bustype, NULL, &id, in coresight_get_sink_by_id()
/Linux-v5.15/drivers/nvmem/
Dcore.c971 dev = bus_find_device(&nvmem_bus_type, NULL, data, match); in __nvmem_device_get()

12