Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/chrome/
Dchromeos_laptop.c71 const struct acpi_peripheral *acpi_peripherals; member
171 acpi_dev = &cros_laptop->acpi_peripherals[i]; in chromeos_laptop_adjust_client()
239 .acpi_peripherals = _name##_peripherals, \
772 struct acpi_peripheral *acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals() local
780 if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals()
787 acpi_peripherals = kcalloc(n_peripherals, in chromeos_laptop_prepare_acpi_peripherals()
788 sizeof(*src->acpi_peripherals), in chromeos_laptop_prepare_acpi_peripherals()
790 if (!acpi_peripherals) in chromeos_laptop_prepare_acpi_peripherals()
793 acpi_dev = acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals()
795 src_dev = &src->acpi_peripherals[i]; in chromeos_laptop_prepare_acpi_peripherals()
[all …]