MPSY_PROP         131 drivers/power/supply/apm_power.c 	if (MPSY_PROP(CURRENT_AVG, &I)) {
MPSY_PROP         133 drivers/power/supply/apm_power.c 		if (MPSY_PROP(CURRENT_NOW, &I))
MPSY_PROP         297 drivers/power/supply/apm_power.c 	if (MPSY_PROP(STATUS, &status))
MPSY_PROP         311 drivers/power/supply/apm_power.c 	if (MPSY_PROP(CAPACITY, &capacity) == 0) {
MPSY_PROP         342 drivers/power/supply/apm_power.c 		if (!MPSY_PROP(TIME_TO_FULL_AVG, &time_to_full) ||
MPSY_PROP         343 drivers/power/supply/apm_power.c 				!MPSY_PROP(TIME_TO_FULL_NOW, &time_to_full))
MPSY_PROP         348 drivers/power/supply/apm_power.c 		if (!MPSY_PROP(TIME_TO_EMPTY_AVG, &time_to_empty) ||
MPSY_PROP         349 drivers/power/supply/apm_power.c 			      !MPSY_PROP(TIME_TO_EMPTY_NOW, &time_to_empty))