| /linux/Documentation/leds/ |
| H A D | leds-lm3556.rst | 22 from 93.75 mA to 1500 mA.The Flash currents are adjusted via the CURRENT 37 93.75 mA:: 43 1500 mA:: 64 46.88 mA:: 70 375 mA:: 107 5.86 mA:: 113 46.875mA::
|
| H A D | leds-mt6370-rgb.rst | 13 a sink current up to 24mA and a CHG_VIN power good indicator LED with sink 14 current up to 6mA. It provides three operation modes for RGB LEDs:
|
| /linux/drivers/usb/phy/ |
| H A D | phy.c | 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() 252 usb_phy->chg_cur.cdp_max = (mA > DEFAULT_CDP_CUR_MAX) ? in usb_phy_set_charger_current() 253 DEFAULT_CDP_CUR_MAX : mA; in usb_phy_set_charger_current() [all …]
|
| H A D | phy-generic.h | 18 unsigned long mA; member
|
| /linux/Documentation/devicetree/bindings/leds/backlight/ |
| H A D | sky81452-backlight.txt | 17 - skyworks,current-limit-mA 18 : It should be 2300mA or 2750mA. 28 skyworks,current-limit-mA = <2300>;
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l34.txt | 28 - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The 29 range starts at 1200mA and goes to a maximum of 3840mA with increments of 30 80mA. The default value is 2480mA.
|
| H A D | cs35l36.txt | 18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 20 Range starts at 1600mA and goes to a maximum of 4500mA with increments of 21 50mA.
|
| H A D | cs35l35.txt | 60 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 62 Range starts at 1680mA and goes to a maximum of 4480mA with increments of 63 110mA.
|
| /linux/Documentation/hwmon/ |
| H A D | ina3221.rst | 33 curr[123]_input Current(mA) measurement channels 35 curr[123]_crit Critical alert current(mA) setting, activates the 39 curr[123]_max Warning alert current(mA) setting, activates the 46 curr4_input Sum of current(mA) measurement channels, 49 curr4_crit Critical alert current(mA) setting for sum of current
|
| H A D | ltc4245.rst | 62 curr1_input 12v current (mA) 63 curr2_input 5v current (mA) 64 curr3_input 3v current (mA) 65 curr4_input Vee (-12v) current (mA)
|
| H A D | ltc2990.rst | 55 curr1_input Current in mA across V1-V2 assuming a 1mOhm sense resistor 56 curr2_input Current in mA across V3-V4 assuming a 1mOhm sense resistor
|
| H A D | ltc4151.rst | 54 curr1_input SENSE current (mA)
|
| H A D | twl4030-madc-hwmon.rst | 49 battery charging current in mA.
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-lm3601x.txt | 20 - flash-max-microamp : Range from 11mA - 1.5A 22 - led-max-microamp : Range from 2.4mA - 376mA
|
| /linux/Documentation/power/regulator/ |
| H A D | overview.rst | 101 - regulator current output limit is 20mA @ 5V but is 102 10mA @ 10V. 110 - Domain-3 current limit is 0mA -> 20mA. 116 from 5mA to 10mA to increase LCD illumination. This passes 120 request next current mA value in brightness table (the
|
| /linux/Documentation/arch/arm/pxa/ |
| H A D | mfp.rst | 179 0b000 - fast 1mA 180 0b001 - fast 2mA 181 0b002 - fast 3mA 182 0b003 - fast 4mA 183 0b004 - slow 6mA 184 0b005 - fast 6mA 185 0b006 - slow 10mA 186 0b007 - fast 10mA 251 * drive strength = fast 3mA (MFP_DS03X)
|
| /linux/Documentation/w1/masters/ |
| H A D | ds2490.rst | 24 - The weak pullup current is a minimum of 0.9mA and maximum of 6.0mA. 25 - The 5V strong pullup is supported with a minimum of 5.9mA and a 26 maximum of 30.4 mA. (From DS2490.pdf)
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | nuvoton,npcm7xx-pinctrl.txt | 116 <2> - 2mA 117 <4> - 4mA 118 <8> - 8mA 119 <12> - 12mA 120 <16> - 16mA 121 <24> - 24mA
|
| /linux/drivers/mfd/ |
| H A D | tps65010.c | 677 int tps65010_set_vbus_draw(unsigned mA) in tps65010_set_vbus_draw() argument 686 if (mA >= 500) in tps65010_set_vbus_draw() 687 mA = 500; in tps65010_set_vbus_draw() 688 else if (mA >= 100) in tps65010_set_vbus_draw() 689 mA = 100; in tps65010_set_vbus_draw() 691 mA = 0; in tps65010_set_vbus_draw() 692 the_tps->vbus = mA; in tps65010_set_vbus_draw()
|
| /linux/include/linux/usb/ |
| H A D | gadget.h | 344 int (*vbus_draw) (struct usb_gadget *, unsigned mA); 464 unsigned mA; member 646 int usb_gadget_vbus_draw(struct usb_gadget *gadget, unsigned mA); 666 static inline int usb_gadget_vbus_draw(struct usb_gadget *gadget, unsigned mA) in usb_gadget_vbus_draw() argument
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am3517-craneboard.dts | 111 * VDIG1=2.7V,300mA max 112 * VDIG2=1.8V,300mA max
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-mt6360 | 12 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA) 20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
|
| /linux/Documentation/usb/ |
| H A D | acm.rst | 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/include/linux/mfd/ |
| H A D | tps65010.h | 137 extern int tps65010_set_vbus_draw(unsigned mA);
|
| /linux/drivers/usb/musb/ |
| H A D | tusb6010.c | 330 static int tusb_draw_power(struct usb_phy *x, unsigned mA) in tusb_draw_power() argument 346 if (x->otg->default_a || mA < (musb->min_power << 1)) in tusb_draw_power() 347 mA = 0; in tusb_draw_power() 350 if (mA) { in tusb_draw_power() 359 dev_dbg(musb->controller, "draw max %d mA VBUS\n", mA); in tusb_draw_power()
|