Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drockchip_charger_manager.c77 enum jeita_status { enum
135 int jeita_status; member
868 cm->fc_config->jeita_status = CM_JEITA_COLD; in cm_update_jeita_charge_info()
876 cm->fc_config->jeita_status = CM_JEITA_HOT; in cm_update_jeita_charge_info()
892 cm->fc_config->jeita_status = CM_JEITA_COOL + i; in cm_update_jeita_charge_info()
2041 if (cm->fc_config->jeita_status != status) { in cm_jeita_poller()
2045 if ((cm->fc_config->jeita_status == CM_JEITA_COLD) || in cm_jeita_poller()
2046 (cm->fc_config->jeita_status == CM_JEITA_HOT)) { in cm_jeita_poller()
2064 status = cm->fc_config->jeita_status; in cm_jeita_poller()