Home
last modified time | relevance | path

Searched refs:for_each_acpi_dev_match (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/firmware/efi/
H A Ddev-path-parser.c33 for_each_acpi_dev_match(adev, hid, NULL, -1) { in parse_acpi_path()
/openbmc/linux/drivers/media/pci/intel/
H A Dipu-bridge.c110 for_each_acpi_dev_match(ivsc_adev, acpi_id->id, NULL, -1) in ipu_bridge_get_ivsc_acpi_dev()
654 for_each_acpi_dev_match(adev, cfg->hid, NULL, -1) {
754 for_each_acpi_dev_match(sensor_adev, cfg->hid, NULL, -1) {
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_maxim_common.c21 for_each_acpi_dev_match(adev, hid, NULL, -1) in get_num_codecs()
/openbmc/linux/
H A D.clang-format189 - 'for_each_acpi_dev_match'
/openbmc/linux/include/acpi/
H A Dacpi_bus.h797 #define for_each_acpi_dev_match(adev, hid, uid, hrv) \ macro