Lines Matching refs:acpi_dev
164 const struct acpi_peripheral *acpi_dev; in chromeos_laptop_adjust_client() local
173 acpi_dev = &cros_laptop->acpi_peripherals[i]; in chromeos_laptop_adjust_client()
175 memcpy(acpi_ids[0].id, acpi_dev->hid, ACPI_ID_LEN); in chromeos_laptop_adjust_client()
179 acpi_dev->properties); in chromeos_laptop_adjust_client()
775 struct acpi_peripheral *acpi_dev; in chromeos_laptop_prepare_acpi_peripherals() local
795 acpi_dev = acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals()
801 *acpi_dev = *src_dev; in chromeos_laptop_prepare_acpi_peripherals()
805 acpi_dev->properties = in chromeos_laptop_prepare_acpi_peripherals()
807 if (IS_ERR(acpi_dev->properties)) { in chromeos_laptop_prepare_acpi_peripherals()
808 error = PTR_ERR(acpi_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
813 acpi_dev++; in chromeos_laptop_prepare_acpi_peripherals()
823 acpi_dev = &acpi_peripherals[i]; in chromeos_laptop_prepare_acpi_peripherals()
824 if (acpi_dev->properties) in chromeos_laptop_prepare_acpi_peripherals()
825 property_entries_free(acpi_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
834 const struct acpi_peripheral *acpi_dev; in chromeos_laptop_destroy() local
848 acpi_dev = &cros_laptop->acpi_peripherals[i]; in chromeos_laptop_destroy()
850 property_entries_free(acpi_dev->properties); in chromeos_laptop_destroy()