Lines Matching refs:acpi_ac
97 struct acpi_ac { struct
121 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state() argument
147 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property()
178 struct acpi_ac *ac = seq->private; in acpi_ac_seq_show()
210 static int acpi_ac_add_fs(struct acpi_ac *ac) in acpi_ac_add_fs()
232 static int acpi_ac_remove_fs(struct acpi_ac *ac) in acpi_ac_remove_fs()
252 struct acpi_ac *ac = acpi_driver_data(device); in acpi_ac_notify()
288 struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb); in acpi_ac_battery_notify()
327 struct acpi_ac *ac = NULL; in acpi_ac_add()
333 ac = kzalloc(sizeof(struct acpi_ac), GFP_KERNEL); in acpi_ac_add()
386 struct acpi_ac *ac; in acpi_ac_resume()
409 struct acpi_ac *ac = NULL; in acpi_ac_remove()