Searched refs:acpi_ac (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/
H A Dac.c2 * acpi_ac.c - ACPI AC Adapter Driver ($Revision: 27 $)
86 struct acpi_ac { struct
92 #define to_acpi_ac(x) container_of(x, struct acpi_ac, charger)
108 static int acpi_ac_get_state(struct acpi_ac *ac)
133 struct acpi_ac *ac = to_acpi_ac(psy);
164 struct acpi_ac *ac = seq->private;
238 struct acpi_ac *ac = acpi_driver_data(device);
266 struct acpi_ac *ac = NULL;
272 ac = kzalloc(sizeof(struct acpi_ac), GFP_KERNEL);
314 struct acpi_ac *a
[all...]

Completed in 273 milliseconds