Lines Matching refs:acpi_dev
162 const struct acpi_peripheral *acpi_dev; in chromeos_laptop_adjust_client() local
171 acpi_dev = &cros_laptop->acpi_peripherals[i]; in chromeos_laptop_adjust_client()
173 memcpy(acpi_ids[0].id, acpi_dev->hid, ACPI_ID_LEN); in chromeos_laptop_adjust_client()
177 acpi_dev->properties); in chromeos_laptop_adjust_client()
773 struct acpi_peripheral *acpi_dev; in chromeos_laptop_prepare_acpi_peripherals() local
793 acpi_dev = acpi_peripherals; in chromeos_laptop_prepare_acpi_peripherals()
799 *acpi_dev = *src_dev; in chromeos_laptop_prepare_acpi_peripherals()
803 acpi_dev->properties = in chromeos_laptop_prepare_acpi_peripherals()
805 if (IS_ERR(acpi_dev->properties)) { in chromeos_laptop_prepare_acpi_peripherals()
806 error = PTR_ERR(acpi_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
811 acpi_dev++; in chromeos_laptop_prepare_acpi_peripherals()
821 acpi_dev = &acpi_peripherals[i]; in chromeos_laptop_prepare_acpi_peripherals()
822 if (acpi_dev->properties) in chromeos_laptop_prepare_acpi_peripherals()
823 property_entries_free(acpi_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
832 const struct acpi_peripheral *acpi_dev; in chromeos_laptop_destroy() local
849 acpi_dev = &cros_laptop->acpi_peripherals[i]; in chromeos_laptop_destroy()
851 if (acpi_dev->properties) in chromeos_laptop_destroy()
852 property_entries_free(acpi_dev->properties); in chromeos_laptop_destroy()