Lines Matching defs:boost
726 int boost = 0;
729 boost = 1;
736 if (!boost)
770 else if (boost)
891 int boost;
907 boost = bq2415x_exec_command(bq, BQ2415X_BOOST_MODE_STATUS);
908 if (boost < 0) {
919 if (boost) {
1111 * none - disable charger and boost mode
1114 * boost - disable charger and enable boost mode
1147 } else if (strncmp(buf, "boost", 5) == 0) {
1168 /* show mode entry (auto, none, host, dedicated or boost) */
1194 ret += sysfs_emit_at(buf, ret, "boost");
1205 /* show reported_mode entry (none, host, dedicated or boost) */
1226 return sysfs_emit(buf, "boost\n");