Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-ACPI-TAD39 is explicitly cleared via the ac_status attribute.
57 What: /sys/bus/platform/devices/ACPI000E:00/ac_status
117 It is analogous to the ac_status attribute.
/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.h60 int ac_status; /* APM AC Present/Not Present */ member
H A Dsharpsl_pm.c227 …sharpsl_pm.battstat.ac_status = (sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN) ? APM_AC_O… in sharpsl_battery_thread()
250 if ((sharpsl_pm.battstat.ac_status == APM_AC_ONLINE) in sharpsl_battery_thread()
262 if ((sharpsl_pm.battstat.ac_status != APM_AC_ONLINE) in sharpsl_battery_thread()
802 info->ac_line_status = sharpsl_pm.battstat.ac_status; in sharpsl_apm_get_power_status()