Searched refs:acpi_peripherals (Results 1 – 1 of 1) sorted by relevance
74 struct acpi_peripheral *acpi_peripherals; member176 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, \795 struct acpi_peripheral *acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals() local803 if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals()810 acpi_peripherals = kcalloc(n_peripherals, in chromeos_laptop_prepare_acpi_peripherals()811 sizeof(*src->acpi_peripherals), in chromeos_laptop_prepare_acpi_peripherals()813 if (!acpi_peripherals) in chromeos_laptop_prepare_acpi_peripherals()816 acpi_dev = acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals()[all …]