Home
last modified time | relevance | path

Searched refs:mA (Results 1 – 25 of 93) sorted by relevance

1234

/linux/Documentation/leds/
H A Dleds-lm3556.rst22 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 Dleds-mt6370-rgb.rst13 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 Dphy.c231 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 Dphy-generic.h18 unsigned long mA; member
/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dsky81452-backlight.txt17 - skyworks,current-limit-mA
18 : It should be 2300mA or 2750mA.
28 skyworks,current-limit-mA = <2300>;
/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l34.txt28 - 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 Dcs35l36.txt18 - 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 Dcs35l35.txt60 - 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 Dina3221.rst33 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 Dltc4245.rst62 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 Dltc2990.rst55 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 Dltc4151.rst54 curr1_input SENSE current (mA)
H A Dtwl4030-madc-hwmon.rst49 battery charging current in mA.
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm3601x.txt20 - flash-max-microamp : Range from 11mA - 1.5A
22 - led-max-microamp : Range from 2.4mA - 376mA
/linux/Documentation/power/regulator/
H A Doverview.rst101 - 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 Dmfp.rst179 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 Dds2490.rst24 - 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 Dnuvoton,npcm7xx-pinctrl.txt116 <2> - 2mA
117 <4> - 4mA
118 <8> - 8mA
119 <12> - 12mA
120 <16> - 16mA
121 <24> - 24mA
/linux/drivers/mfd/
H A Dtps65010.c677 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 Dgadget.h344 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 Dam3517-craneboard.dts111 * VDIG1=2.7V,300mA max
112 * VDIG2=1.8V,300mA max
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mt636012 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA)
20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
/linux/Documentation/usb/
H A Dacm.rst80 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 Dtps65010.h137 extern int tps65010_set_vbus_draw(unsigned mA);
/linux/drivers/usb/musb/
H A Dtusb6010.c330 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()

1234