Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c74 struct acpi_peripheral *acpi_peripherals; member
176 acpi_dev = &cros_laptop->acpi_peripherals[i]; in chromeos_laptop_adjust_client()
206 acpi_dev = &cros_laptop->acpi_peripherals[i]; in chromeos_laptop_detach_i2c_client()
258 .acpi_peripherals = _name##_peripherals, \
797 struct acpi_peripheral *acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals() local
805 if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals()
812 acpi_peripherals = kcalloc(n_peripherals, in chromeos_laptop_prepare_acpi_peripherals()
813 sizeof(*src->acpi_peripherals), in chromeos_laptop_prepare_acpi_peripherals()
815 if (!acpi_peripherals) in chromeos_laptop_prepare_acpi_peripherals()
818 acpi_dev = acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals()
[all …]