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, \797 struct acpi_peripheral *acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals() local805 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 …]