Searched refs:externally_control (Results 1 – 2 of 2) sorted by relevance
382 if (desc->charger_regulators[i].externally_control) in try_charger_enable()400 if (desc->charger_regulators[i].externally_control) in try_charger_enable()1285 if (!charger->externally_control) in charger_state_show()1297 return sprintf(buf, "%d\n", charger->externally_control); in charger_externally_control_show()1311 int externally_control; in charger_externally_control_store() local1314 ret = sscanf(buf, "%d", &externally_control); in charger_externally_control_store()1320 if (!externally_control) { in charger_externally_control_store()1321 charger->externally_control = 0; in charger_externally_control_store()1327 !desc->charger_regulators[i].externally_control) { in charger_externally_control_store()1340 charger->externally_control = externally_control; in charger_externally_control_store()[all …]
113 int externally_control; member