Home
last modified time | relevance | path

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

12345678

/linux/drivers/gpu/drm/nouveau/include/nvif/
A Dpush.h180 X##mA, (dA))
184 X##mA, (dA))
189 X##mA, (dA))
195 X##mA, (dA))
202 X##mA, (dA))
210 X##mA, (dA))
219 X##mA, (dA))
229 X##mA, (dA))
240 X##mA, (dA))
246 X##mA, (dA))
[all …]
/linux/Documentation/devicetree/bindings/sound/
A Dfsl,sgtl5000.yaml63 1 = 1.66 mA 2.87 mA 4.02 mA
64 2 = 3.33 mA 5.74 mA 8.03 mA
65 3 = 4.99 mA 8.61 mA 12.05 mA
76 1 = 1.66 mA 2.87 mA 4.02 mA
77 2 = 3.33 mA 5.74 mA 8.03 mA
78 3 = 4.99 mA 8.61 mA 12.05 mA
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.
/linux/Documentation/devicetree/bindings/power/supply/
A Dti,lp8727.yaml53 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 */
A Drichtek,rt5033-charger.yaml27 Current of pre-charge mode. The pre-charge current levels are 350 mA
28 to 650 mA programmed by I2C per 100 mA.
31 Current of fast-charge mode. The fast-charge current levels are 700 mA
32 to 2000 mA programmed by I2C per 100 mA.
35 This property is end of charge current. Its level ranges from 150 mA
36 to 600 mA. Between 150 mA and 300 mA in 50 mA steps, between 300 mA and
37 600 mA in 100 mA steps.
A Dbq24735.yaml39 This value must be between 128mA and 8.128A with a 64mA step resolution.
40 The POR value is 0x0000h. This number is in mA (e.g. 8192).
55 This value must be between 128mA and 8.064A with a 128mA step resolution.
56 The POR value is 0x1000h. This number is in mA (e.g. 8064).
A Dbq2415x.yaml36 description: initial maximum current charger can pull from power supply in mA.
50 description: maximum charging current in mA.
56 below this value (in mA).
/linux/Documentation/devicetree/bindings/phy/
A Dphy-stm32-usbphyc.yaml129 - <0> = 18.87 mA target current / nominal + 0%
130 - <1> = 19.165 mA target current / nominal + 1.56%
131 - <2> = 19.46 mA target current / nominal + 3.12%
132 - <3> = 19.755 mA target current / nominal + 4.68%
133 - <4> = 20.05 mA target current / nominal + 6.24%
134 - <5> = 20.345 mA target current / nominal + 7.8%
135 - <6> = 20.64 mA target current / nominal + 9.36%
136 - <7> = 20.935 mA target current / nominal + 10.92%
137 - <8> = 21.23 mA target current / nominal + 12.48%
138 - <9> = 21.525 mA target current / nominal + 14.04%
[all …]
/linux/Documentation/leds/
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::
/linux/Documentation/devicetree/bindings/leds/backlight/
A Dsky81452-backlight.txt17 - skyworks,current-limit-mA
18 : It should be 2300mA or 2750mA.
28 skyworks,current-limit-mA = <2300>;
/linux/drivers/usb/phy/
A Dphy-gpio-vbus-usb.c37 unsigned mA; member
58 static void set_vbus_draw(struct gpio_vbus_data *gpio_vbus, unsigned mA) in set_vbus_draw() argument
68 if (mA) { in set_vbus_draw()
69 regulator_set_current_limit(vbus_draw, 0, 1000 * mA); in set_vbus_draw()
84 gpio_vbus->mA = mA; in set_vbus_draw()
202 static int gpio_vbus_set_power(struct usb_phy *phy, unsigned mA) in gpio_vbus_set_power() argument
209 set_vbus_draw(gpio_vbus, mA); in gpio_vbus_set_power()
226 return gpio_vbus_set_power(phy, suspend ? 0 : gpio_vbus->mA); in gpio_vbus_set_suspend()
A Dphy.c235 if (usb_phy->chg_cur.sdp_max == mA) 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()
256 if (usb_phy->chg_cur.aca_max == mA) in usb_phy_set_charger_current()
259 usb_phy->chg_cur.aca_max = (mA > DEFAULT_ACA_CUR_MAX) ? in usb_phy_set_charger_current()
[all …]
/linux/include/linux/usb/
A Dphy.h134 unsigned mA);
229 unsigned int mA);
271 unsigned int mA) in usb_phy_set_charger_current() argument
288 usb_phy_set_power(struct usb_phy *x, unsigned mA) in usb_phy_set_power() argument
293 usb_phy_set_charger_current(x, mA); in usb_phy_set_power()
296 return x->set_power(x, mA); in usb_phy_set_power()
/linux/Documentation/hwmon/
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
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)
/linux/Documentation/devicetree/bindings/iio/dac/
A Dadi,ad5755.yaml86 4: 4 mA to 20 mA current range.
87 5: 0 mA to 20 mA current range.
88 6: 0 mA to 24 mA current range.
A Dadi,ad5421.yaml14 AD5421 is designed for us in loop-powered, 4 mA to 20 mA smart transmitter
/linux/Documentation/devicetree/bindings/clock/
A Dti,lmk04832.yaml114 HSDS 6 mA 0x02
115 HSDS 8 mA 0x03
119 CML 16 mA 0x07
120 CML 24 mA 0x08
121 CML 32 mA 0x09
/linux/Documentation/devicetree/bindings/leds/
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/
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/devicetree/bindings/pinctrl/
A Dmediatek,mt8183-pinctrl.yaml122 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
123 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
126 When E1=0/E0=0, the strength is 0.125mA.
127 When E1=0/E0=1, the strength is 0.25mA.
128 When E1=1/E0=0, the strength is 0.5mA.
129 When E1=1/E0=1, the strength is 1mA.
A Dmediatek,mt8365-pinctrl.yaml126 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
127 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
130 When E1=0/E0=0, the strength is 0.125mA.
131 When E1=0/E0=1, the strength is 0.25mA.
132 When E1=1/E0=0, the strength is 0.5mA.
133 When E1=1/E0=1, the strength is 1mA.
/linux/Documentation/arch/arm/pxa/
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/
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/drivers/usb/gadget/udc/
A Dtrace.h27 __field(unsigned, mA)
48 __entry->mA = g->mA;
66 __entry->speed, __entry->max_speed, __entry->state, __entry->mA,

Completed in 849 milliseconds

12345678