Home
last modified time | relevance | path

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

12

/linux/include/linux/device/
A Dbus.h163 struct device *bus_find_device(struct bus_type *bus, struct device *start,
177 return bus_find_device(bus, start, name, device_match_name); in bus_find_device_by_name()
189 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
201 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode()
213 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt()
225 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device()
240 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
/linux/arch/powerpc/platforms/pseries/
A 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/drivers/vdpa/
A Dvdpa.c160 dev = bus_find_device(&vdpa_bus, NULL, dev_name(&vdev->dev), vdpa_name_match); in __vdpa_register_device()
553 dev = bus_find_device(&vdpa_bus, NULL, name, vdpa_name_match); in vdpa_nl_cmd_dev_del_set_doit()
637 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match); in vdpa_nl_cmd_dev_get_doit()
801 dev = bus_find_device(&vdpa_bus, NULL, devname, vdpa_name_match); in vdpa_nl_cmd_dev_config_get_doit()
/linux/drivers/usb/phy/
A Dphy-am335x-control.c137 dev = bus_find_device(&platform_bus_type, NULL, node, match); in am335x_get_phy_control()
/linux/drivers/net/ethernet/ti/
A Dcpsw-phy-sel.c175 dev = bus_find_device(&platform_bus_type, NULL, node, match); in cpsw_phy_sel()
A Ddavinci_emac.c1507 phy = bus_find_device(&mdio_bus_type, NULL, NULL, in emac_dev_open()
/linux/drivers/base/
A Dauxiliary.c215 dev = bus_find_device(&auxiliary_bus_type, start, data, match); in auxiliary_find_device()
A Dbus.c322 struct device *bus_find_device(struct bus_type *bus, in bus_find_device() function
340 EXPORT_SYMBOL_GPL(bus_find_device);
A Dplatform.c1500 return bus_find_device(&platform_bus_type, start, drv, in platform_find_device_by_driver()
/linux/drivers/cxl/core/
A Dpmem.c63 dev = bus_find_device(&cxl_bus_type, NULL, cxl_nvd, match_nvdimm_bridge); in cxl_find_nvdimm_bridge()
/linux/drivers/i2c/
A Di2c-core-of.c151 dev = bus_find_device(&i2c_bus_type, NULL, node, in of_find_i2c_adapter_by_node()
A Di2c-core-acpi.c406 dev = bus_find_device(&i2c_bus_type, NULL, handle, device_match_acpi_handle); in i2c_acpi_find_adapter_by_handle()
/linux/drivers/pci/
A Dsearch.c277 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
/linux/drivers/acpi/
A 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()
A 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/drivers/s390/cio/
A Dscm.c190 dev = bus_find_device(&scm_bus_type, NULL, sale, check_address); in scmdev_find()
A Dcss.c534 dev = bus_find_device(&css_bus_type, NULL, in get_subchannel_by_schid()
/linux/drivers/s390/crypto/
A Dap_bus.c1542 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_domains()
1657 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_adapter()
1816 bus_find_device(&ap_bus_type, NULL, in ap_scan_bus()
/linux/drivers/char/ipmi/
A Dipmi_si_platform.c431 while ((dev = bus_find_device(&platform_bus_type, NULL, name, in ipmi_remove_platform_device_by_name()
/linux/drivers/usb/core/
A Dusb.c359 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
/linux/drivers/thunderbolt/
A 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/drivers/iio/
A Dinkern.c166 idev = bus_find_device(&iio_bus_type, NULL, iiospec.np, in __of_iio_channel_get()
/linux/drivers/visorbus/
A Dvisorbus_main.c197 dev = bus_find_device(&visorbus_type, dev_start, (void *)&id, in visorbus_get_device_by_id()
/linux/drivers/hwtracing/coresight/
A Dcoresight-core.c685 dev = bus_find_device(&coresight_bustype, NULL, &id, in coresight_get_sink_by_id()
/linux/drivers/nvmem/
A Dcore.c975 dev = bus_find_device(&nvmem_bus_type, NULL, data, match); in __nvmem_device_get()

Completed in 84 milliseconds

12