Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/acpi/
Dac.c55 struct acpi_ac { struct
66 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state() argument
96 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property()
122 struct acpi_ac *ac = data; in acpi_ac_notify()
155 struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb); in acpi_ac_battery_notify()
208 struct acpi_ac *ac; in acpi_ac_probe()
211 ac = kzalloc(sizeof(struct acpi_ac), GFP_KERNEL); in acpi_ac_probe()
264 struct acpi_ac *ac = dev_get_drvdata(dev); in acpi_ac_resume()
281 struct acpi_ac *ac = platform_get_drvdata(pdev); in acpi_ac_remove()