Searched refs:externally_control (Results 1 – 2 of 2) sorted by relevance
380 if (desc->charger_regulators[i].externally_control) in try_charger_enable()398 if (desc->charger_regulators[i].externally_control) in try_charger_enable()1282 if (!charger->externally_control) in charger_state_show()1294 return sprintf(buf, "%d\n", charger->externally_control); in charger_externally_control_show()1308 int externally_control; in charger_externally_control_store() local1311 ret = sscanf(buf, "%d", &externally_control); in charger_externally_control_store()1317 if (!externally_control) { in charger_externally_control_store()1318 charger->externally_control = 0; in charger_externally_control_store()1324 !desc->charger_regulators[i].externally_control) { in charger_externally_control_store()1337 charger->externally_control = externally_control; in charger_externally_control_store()[all …]
111 int externally_control; member