Lines Matching refs:status
291 * smb347_update_ps_status - refreshes the power source status
340 * smb347_charging_status - returns status of charging
343 * Function returns charging status. %0 means no charging is in progress,
825 * we can update the status now. Charging is automatically
1008 int ret, status;
1029 status = POWER_SUPPLY_STATUS_NOT_CHARGING;
1036 status = POWER_SUPPLY_STATUS_CHARGING;
1039 * set the status to FULL if battery is not in pre
1043 status = POWER_SUPPLY_STATUS_FULL;
1049 status = POWER_SUPPLY_STATUS_NOT_CHARGING;
1053 return status;