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()1286 if (!charger->externally_control) in charger_state_show()1298 return sprintf(buf, "%d\n", charger->externally_control); in charger_externally_control_show()1312 int externally_control; in charger_externally_control_store() local1315 ret = sscanf(buf, "%d", &externally_control); in charger_externally_control_store()1321 if (!externally_control) { in charger_externally_control_store()1322 charger->externally_control = 0; in charger_externally_control_store()1328 !desc->charger_regulators[i].externally_control) { in charger_externally_control_store()1341 charger->externally_control = externally_control; in charger_externally_control_store()[all …]
113 int externally_control; member