Searched refs:acpi_peripherals (Results 1 – 1 of 1) sorted by relevance
71 const struct acpi_peripheral *acpi_peripherals; member173 acpi_dev = &cros_laptop->acpi_peripherals[i]; in chromeos_laptop_adjust_client()241 .acpi_peripherals = _name##_peripherals, \776 struct acpi_peripheral *acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals() local784 if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals()791 acpi_peripherals = kcalloc(n_peripherals, in chromeos_laptop_prepare_acpi_peripherals()792 sizeof(*src->acpi_peripherals), in chromeos_laptop_prepare_acpi_peripherals()794 if (!acpi_peripherals) in chromeos_laptop_prepare_acpi_peripherals()797 acpi_dev = acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals()799 src_dev = &src->acpi_peripherals[i]; in chromeos_laptop_prepare_acpi_peripherals()[all …]