Searched refs:acpi_bus_for_each_dev (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/typec/
H A Dport-mapper.c67 acpi_bus_for_each_dev(typec_port_match, &arg);
/linux-master/drivers/acpi/
H A Dbus.c1108 int acpi_bus_for_each_dev(int (*fn)(struct device *, void *), void *data) function
1112 EXPORT_SYMBOL_GPL(acpi_bus_for_each_dev); variable
/linux-master/include/acpi/
H A Dacpi_bus.h587 int acpi_bus_for_each_dev(int (*fn)(struct device *, void *), void *data);
/linux-master/drivers/hwmon/
H A Dnct6775-platform.c1462 * Callback for acpi_bus_for_each_dev() to find the right device
1483 acpi_bus_for_each_dev(nct6775_asuswmi_device_match, (void *)device_uid);

Completed in 172 milliseconds