/linux-6.14.4/Documentation/devicetree/bindings/power/supply/ |
D | ti,lp8727.yaml | 53 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA, 54 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA 76 /* AC charger: 5% EOC and 500mA charging current */ 83 /* USB charger: 10% EOC and 400mA charging current */
|
/linux-6.14.4/Documentation/devicetree/bindings/leds/ |
D | silergy,sy7802.yaml | 7 title: Silergy SY7802 1800mA Boost Charge Pump LED Driver 17 high side current sources. Each channel is able to deliver 900mA current.
|
/linux-6.14.4/arch/arm64/boot/dts/mediatek/ |
D | mt8186-corsola-starmie.dtsi | 10 en_pp6000_mipi_disp_150ma: en-pp6000-mipi-disp-150ma { 46 25000 900 80 25000 900 423 en_pp6000_mipi_disp_150ma_fixed_pins: en_pp6000-mipi-disp-150ma-fixed-pins {
|
/linux-6.14.4/Documentation/usb/ |
D | acm.rst | 23 Temple Place, Suite 330, Boston, MA 02111-1307 USA 75 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 80 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA 89 C: #Ifs= 1 Cfg#= 1 Atr=60 MxPwr= 0mA 94 C:* #Ifs= 2 Cfg#= 2 Atr=60 MxPwr= 0mA
|
/linux-6.14.4/arch/arm64/boot/dts/exynos/google/ |
D | gs101-oriole.dts | 114 * Since extboost is the primary path, advertise 900mA. 116 source-pdos = <PDO_FIXED(5000, 900,
|
/linux-6.14.4/drivers/power/supply/ |
D | axp288_charger.c | 41 #define VBUS_ISPOUT_CUR_LIM_900MA 0x0 /* 900mA */ 42 #define VBUS_ISPOUT_CUR_LIM_1500MA 0x1 /* 1500mA */ 43 #define VBUS_ISPOUT_CUR_LIM_2000MA 0x2 /* 2000mA */ 44 #define VBUS_ISPOUT_CUR_NO_LIM 0x3 /* 2500mA */ 54 #define CHRG_CCCV_CC_OFFSET 200 /* 200mA */ 55 #define CHRG_CCCV_CC_LSB_RES 200 /* 200mA */ 79 #define CHRG_VBUS_ILIM_100MA 0x0 /* 100mA */ 80 #define CHRG_VBUS_ILIM_500MA 0x1 /* 500mA */ 81 #define CHRG_VBUS_ILIM_900MA 0x2 /* 900mA */ 82 #define CHRG_VBUS_ILIM_1500MA 0x3 /* 1500mA */ [all …]
|
D | adp5061.c | 82 #define ADP5061_ICHG_MAX 1300 // mA 120 700, 750, 800, 850, 900, 950, 1000, 1050, 1100, 1200, 1300, 132 800, 900, 1000, 1200, 1500, 1800, 2100, 195 /* Convert from uA to mA */ in adp5061_set_input_current_limit() 319 /* Convert from uA to mA */ in adp5061_set_const_chg_current() 374 /* Convert from uA to mA */ in adp5061_set_prechg_current()
|
D | sc2731_charger.c | 46 /* Default current definition (unit is mA) */ 49 #define SC2731_CURRENT_LIMIT_900 900 120 /* Calculate the step value, each step is 50 mA */ in sc2731_charger_set_current() 123 /* Set pre-charge current as 450 mA */ in sc2731_charger_set_current() 387 * default charge termination current to 120 mA, and default in sc2731_charger_hw_init()
|
D | wm831x_power.c | 134 900, 203 { 900, 14 << WM831X_CHG_FAST_ILIM_SHIFT }, 287 "trickle charge current limit", "mA"); in wm831x_config_battery() 295 "fast charge current limit", "mA"); in wm831x_config_battery() 299 "end of charge current threshold", "mA"); in wm831x_config_battery()
|
D | mt6370-charger.c | 713 /* ICHG/IEOC Workaround, ICHG can not be set less than 900mA */ in mt6370_chg_init_setting() 716 dev_err(priv->dev, "Failed to set ICHG to 900mA"); in mt6370_chg_init_setting()
|
D | ab8500_charger.c | 720 * is maximum 500 mA. Every occurrence of USB_STAT_*_HOST_* in ab8500_charger_max_usb_curr() 748 * can consume (900mA). Closest level is 500mA in ab8500_charger_max_usb_curr() 756 * Dedicated charger level minus 120mA (20mA for ACA and in ab8500_charger_max_usb_curr() 757 * 100mA for potential accessory). Closest level is 1300mA in ab8500_charger_max_usb_curr() 1365 /* Power ON charging LED indicator, set LED current to 5mA */ in ab8500_charger_led_en() 3205 unsigned mA = *((unsigned *)power); in ab8500_charger_usb_notifier_call() local 3213 * state or if mA is enough in ab8500_charger_usb_notifier_call() 3215 if ((di->usb_state.usb_current_ua == 2000) && (mA > 2)) in ab8500_charger_usb_notifier_call() 3217 else if (mA == 0) in ab8500_charger_usb_notifier_call() 3219 else if (mA == 2) in ab8500_charger_usb_notifier_call() [all …]
|
/linux-6.14.4/drivers/usb/phy/ |
D | phy.c | 21 #define DEFAULT_SDP_CUR_MAX_SS 900 220 * @mA: the current need to be set 231 void usb_phy_set_charger_current(struct usb_phy *usb_phy, unsigned int mA) in usb_phy_set_charger_current() argument 235 if (usb_phy->chg_cur.sdp_max == mA) in usb_phy_set_charger_current() 238 usb_phy->chg_cur.sdp_max = (mA > DEFAULT_SDP_CUR_MAX_SS) ? in usb_phy_set_charger_current() 239 DEFAULT_SDP_CUR_MAX_SS : mA; in usb_phy_set_charger_current() 242 if (usb_phy->chg_cur.dcp_max == mA) in usb_phy_set_charger_current() 245 usb_phy->chg_cur.dcp_max = (mA > DEFAULT_DCP_CUR_MAX) ? in usb_phy_set_charger_current() 246 DEFAULT_DCP_CUR_MAX : mA; in usb_phy_set_charger_current() 249 if (usb_phy->chg_cur.cdp_max == mA) in usb_phy_set_charger_current() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/connector/ |
D | usb-connector.yaml | 103 USB 2.0 and USB 3.2 specifications, 5V 500mA for USB 2.0 ports and 104 5V 900mA or 1500mA for USB 3.2 ports in single-lane or dual-lane 237 5V@500mA) upon entering SNK_DISCOVERY(instead of 3A or the 1.5A, Rp current advertised, during
|
/linux-6.14.4/drivers/usb/gadget/ |
D | composite.c | 544 * USB 3.x supports up to 900mA, but since 900 isn't divisible in encode_bMaxPower() 545 * by 8 the integral division will effectively cap to 896mA. in encode_bMaxPower() 547 return min(val, 900U) / 8; in encode_bMaxPower() 1046 power = min(power, 900U); in set_config() 2338 * draw at max 100mA while in a connected, but unconfigured state. in composite_reset() 2458 * more than 100mA from USB must report itself as bus-powered in in composite_dev_prepare() 2654 maxpower = min(maxpower, 900U); in composite_resume()
|
/linux-6.14.4/arch/arm64/boot/dts/rockchip/ |
D | rk3308.dtsi | 98 min-residency-us = <900>; 953 pcfg_pull_none_2ma: pcfg-pull-none-2ma { 958 pcfg_pull_up_2ma: pcfg-pull-up-2ma { 963 pcfg_pull_up_4ma: pcfg-pull-up-4ma { 968 pcfg_pull_none_4ma: pcfg-pull-none-4ma { 973 pcfg_pull_down_4ma: pcfg-pull-down-4ma { 978 pcfg_pull_none_8ma: pcfg-pull-none-8ma { 983 pcfg_pull_up_8ma: pcfg-pull-up-8ma { 988 pcfg_pull_none_12ma: pcfg-pull-none-12ma { 993 pcfg_pull_up_12ma: pcfg-pull-up-12ma { [all …]
|
D | rk3328.dtsi | 125 min-residency-us = <900>; 1175 pcfg_pull_none_2ma: pcfg-pull-none-2ma { 1180 pcfg_pull_up_2ma: pcfg-pull-up-2ma { 1185 pcfg_pull_up_4ma: pcfg-pull-up-4ma { 1190 pcfg_pull_none_4ma: pcfg-pull-none-4ma { 1195 pcfg_pull_down_4ma: pcfg-pull-down-4ma { 1200 pcfg_pull_none_8ma: pcfg-pull-none-8ma { 1205 pcfg_pull_up_8ma: pcfg-pull-up-8ma { 1210 pcfg_pull_none_12ma: pcfg-pull-none-12ma { 1215 pcfg_pull_up_12ma: pcfg-pull-up-12ma {
|
D | px30.dtsi | 98 min-residency-us = <900>; 1453 pcfg_pull_none_2ma: pcfg-pull-none-2ma { 1458 pcfg_pull_up_2ma: pcfg-pull-up-2ma { 1463 pcfg_pull_up_4ma: pcfg-pull-up-4ma { 1468 pcfg_pull_none_4ma: pcfg-pull-none-4ma { 1473 pcfg_pull_down_4ma: pcfg-pull-down-4ma { 1478 pcfg_pull_none_8ma: pcfg-pull-none-8ma { 1483 pcfg_pull_up_8ma: pcfg-pull-up-8ma { 1488 pcfg_pull_none_12ma: pcfg-pull-none-12ma { 1493 pcfg_pull_up_12ma: pcfg-pull-up-12ma { [all …]
|
D | rk3399-base.dtsi | 232 min-residency-us = <900>; 2285 pcfg_pull_none_12ma: pcfg-pull-none-12ma { 2290 pcfg_pull_none_13ma: pcfg-pull-none-13ma { 2295 pcfg_pull_none_18ma: pcfg-pull-none-18ma { 2300 pcfg_pull_none_20ma: pcfg-pull-none-20ma { 2305 pcfg_pull_up_2ma: pcfg-pull-up-2ma { 2310 pcfg_pull_up_8ma: pcfg-pull-up-8ma { 2315 pcfg_pull_up_18ma: pcfg-pull-up-18ma { 2320 pcfg_pull_up_20ma: pcfg-pull-up-20ma { 2325 pcfg_pull_down_4ma: pcfg-pull-down-4ma { [all …]
|
/linux-6.14.4/drivers/media/dvb-frontends/ |
D | dib7000m.c | 279 if (state->revision == 0x4000) { // workaround for PA/MA in dib7000m_set_adc_state() 553 // Tuner IO bank: max drive (14mA) 573 dib7000m_write_word(state, 900, 0xff0f); in dib7000m_demod_reset() 578 dib7000m_write_word(state, 900, 0); in dib7000m_demod_reset() 1442 .name = "DiBcom 7000MA/MB/PA/PB/MC", 1473 MODULE_DESCRIPTION("Driver for the DiBcom 7000MA/MB/PA/PB/MC COFDM demodulator");
|
/linux-6.14.4/include/linux/ |
D | power_supply.h | 446 * at 900mA to 4340mV, then maintenance charged at 600mA and 4150mV for up to 447 * 60 hours, then maintenance charged at 600mA and 4100mV for up to 200 hours.
|
/linux-6.14.4/Documentation/driver-api/usb/ |
D | usb.rst | 871 | | | | | |__MaxPower in mA 975 B: Alloc= 28/900 us ( 3%), #Int= 2, #Iso= 0 980 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA 987 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA 994 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA 1003 C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
|
/linux-6.14.4/drivers/video/fbdev/sis/ |
D | init.h | 23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 1054 { 4, 1, 900, 500, 1800, 1000 }, 1055 { 4, 1, 900, 500, 1800, 1000 }, 1129 { 6, 1, 900, 500, 2160, 1250 }, 1130 { 6, 1, 900, 500, 2160, 1250 }, 1148 { 6, 1, 900, 500, 2160, 1250 }, 1149 { 6, 1, 900, 500, 2160, 1250 }, 1167 { 1, 1, 900, 449, 900, 449 }, 1168 { 1, 1, 900, 449, 900, 449 },
|
/linux-6.14.4/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor.dtsi | 319 196 256 324 400 484 576 676 784 900 1024 1156 1296 1413 * at the default drive strength. When we bump it up to 8mA it
|
/linux-6.14.4/ |
D | CREDITS | 44 S: Weymouth, MA 02188 1380 S: Carlisle, MA 01741 1747 S: 998 East 900 South, Suite 26 2465 S: Cambridge, MA 02139 3366 S: Westford, MA 01886 3833 S: Northborough, MA 01532
|
/linux-6.14.4/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.h | 42 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 98 #define MPT3SAS_TIMESYNC_UPDATE_INTERVAL (900) /* 15 minutes */
|