Searched refs:chrg (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dintel_mid_battery.c497 * @chrg: charge mode to set battery charger in
504 enum batt_charge_type chrg)
509 switch (chrg) {
562 enum batt_charge_type chrg; local
615 chrg = BATT_USBOTG_TRICKLE_CHARGE;
618 if (pmic_battery_set_charger(pbi, chrg)) {
503 pmic_battery_set_charger(struct pmic_power_module_info *pbi, enum batt_charge_type chrg) argument
H A Dwm8350_power.c55 u16 sm, ov, co, chrg; local
61 chrg = wm8350_reg_read(wm8350, WM8350_BATTERY_CHARGER_CONTROL_2);
67 chrg &= WM8350_CHG_ISEL_MASK;
79 && (ov & WM8350_USB_LIMIT_OVRDE) && (chrg == 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h709 struct CharacterRange chrg; member in struct:TextRange
714 struct CharacterRange chrg; member in struct:TextToFind
729 CharacterRange chrg; member in struct:RangeToFormat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp314 tr.chrg.cpMin = startPos;
315 tr.chrg.cpMax = endPos;
1115 ft.chrg.cpMin = minPos;
1116 ft.chrg.cpMax = maxPos;
1148 fr.chrg.cpMin = startPos;
1149 fr.chrg.cpMax = endPos;
1237 tr.chrg.cpMin = startPos;
1238 tr.chrg.cpMax = endPos;
2991 tr.chrg.cpMin = startPos;
2992 tr.chrg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp786 textRange.chrg.cpMin = from;
787 textRange.chrg.cpMax = to;
2432 enlink->chrg.cpMin,
2433 enlink->chrg.cpMax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx3171 int linePrintStart = pdoc->LineFromPosition(pfr->chrg.cpMin);
3175 int linePrintMax = pdoc->LineFromPosition(pfr->chrg.cpMax);
3193 int nPrintPos = pfr->chrg.cpMin;
4718 int pos = pdoc->FindText(ft->chrg.cpMin, ft->chrg.cpMax, ft->lpstrText,
5982 int cpMax = tr->chrg.cpMax;
5986 int len = cpMax - tr->chrg.cpMin; // No -1 as cpMin and cpMax are referring to inter character positions
5987 pdoc->GetCharRange(tr->lpstrText, tr->chrg.cpMin, len);
6185 for (int iChar = tr->chrg.cpMin; iChar < tr->chrg
[all...]

Completed in 147 milliseconds