acpi_ac
struct acpi_ac *ac = data;
struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb);
struct acpi_ac *ac;
struct acpi_ac *ac = dev_get_drvdata(dev);
struct acpi_ac *ac = platform_get_drvdata(pdev);
static int acpi_ac_get_state(struct acpi_ac *ac)
struct acpi_ac *ac = to_acpi_ac(psy);