/linux/Documentation/devicetree/bindings/power/supply/ |
H A 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/drivers/power/supply/ |
H A D | sc2731_charger.c | 46 /* Default current definition (unit is mA) */ 51 #define SC2731_CURRENT_PRECHG 450 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()
|
H A D | wm831x_power.c | 198 { 450, 9 << WM831X_CHG_FAST_ILIM_SHIFT }, 232 { 450, 13 << WM831X_CHG_TIME_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()
|
H A D | adp5061.c | 82 #define ADP5061_ICHG_MAX 1300 // mA 119 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 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()
|
H A D | axp20x_battery.c | 357 /* IIO framework gives mA but Power Supply framework gives uA */ in axp20x_battery_get_prop() 521 * 450ma. I will leave the value raw for now. Note that in axp717_battery_get_prop() 522 * IIO framework gives mA but Power Supply framework in axp717_battery_get_prop()
|
H A D | bq25890_charger.c | 314 470, 460, 455, 450, 440, 435, 430, 425, 344 /* TODO: BQ25896 has max ICHG 3008 mA */ 580 /* converted_val = ADC_val * 50mA (table 10.3.19) */ in bq25890_power_supply_get_property()
|
/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A D | qcom-wled.yaml | 62 mA; per-string current limit. 79 mA; boost current limit. 201 enum: [ 105, 280, 450, 620, 970, 1150, 1300, 1500 ]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | apq8016-sbc.dts | 274 qcom,mbhc-vthreshold-low = <75 150 237 450 500>; 275 qcom,mbhc-vthreshold-high = <75 150 237 450 500>; 286 * expansion connector that is able to provide at least 0.18W / 100 mA. 287 * L15/L16 are connected in parallel to provide 55 mA each. A minimum load 289 * would only provide 5 mA. 430 * 2mA drive strength is not enough when connecting multiple
|
H A D | apq8016-schneider-hmibsc.dts | 216 qcom,mbhc-vthreshold-low = <75 150 237 450 500>; 217 qcom,mbhc-vthreshold-high = <75 150 237 450 500>; 455 * 2mA drive strength is not enough when connecting multiple
|
/linux/include/linux/usb/ |
H A D | pd.h | 237 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 240 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) 242 #define PDO_FIXED(mv, ma, flags) \ 244 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 262 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ argument 266 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) 283 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */ 292 #define PDO_PPS_APDO_MAX_CURR(ma) \ 236 PDO_FIXED_CURR(ma) global() argument 238 PDO_FIXED(mv,ma,flags) global() argument 288 PDO_PPS_APDO_MAX_CURR(ma) global() argument 365 PDO_FIXED_OP_CURR(ma) global() argument 366 PDO_FIXED_MAX_CURR(ma) global() argument 393 PDO_PROG_OP_CURR(ma) global() argument [all...] |
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3328.dtsi | 636 compatible = "rockchip,rk3328-mali", "arm,mali-450"; 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 {
|
/linux/drivers/iio/proximity/ |
H A D | isl29501.c | 677 /* light = raw_light * 35 / 10000 (mA) */ in isl29501_get_scale() 765 do_div(freq, 450 * (sample_time + 1)); in isl29501_get_freq()
|