Home
last modified time | relevance | path

Searched refs:mA (Results 1 – 25 of 199) 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 Dsgtl5000.yaml59 1 = 1.66 mA 2.87 mA 4.02 mA
60 2 = 3.33 mA 5.74 mA 8.03 mA
61 3 = 4.99 mA 8.61 mA 12.05 mA
72 1 = 1.66 mA 2.87 mA 4.02 mA
73 2 = 3.33 mA 5.74 mA 8.03 mA
74 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.yaml52 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA,
53 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA
75 /* AC charger: 5% EOC and 500mA charging current */
82 /* USB charger: 10% EOC and 400mA charging current */
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.yaml37 description: initial maximum current charger can pull from power supply in mA.
51 description: maximum charging current in mA.
57 below this value (in mA).
/linux/Documentation/devicetree/bindings/phy/
A Dphy-stm32-usbphyc.yaml124 - <0> = 18.87 mA target current / nominal + 0%
125 - <1> = 19.165 mA target current / nominal + 1.56%
126 - <2> = 19.46 mA target current / nominal + 3.12%
127 - <3> = 19.755 mA target current / nominal + 4.68%
128 - <4> = 20.05 mA target current / nominal + 6.24%
129 - <5> = 20.345 mA target current / nominal + 7.8%
130 - <6> = 20.64 mA target current / nominal + 9.36%
131 - <7> = 20.935 mA target current / nominal + 10.92%
132 - <8> = 21.23 mA target current / nominal + 12.48%
133 - <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/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 …]
A Dphy-generic.c71 static void nop_set_vbus_draw(struct usb_phy_generic *nop, unsigned mA) in nop_set_vbus_draw() argument
81 if (mA) { in nop_set_vbus_draw()
82 regulator_set_current_limit(vbus_draw, 0, 1000 * mA); in nop_set_vbus_draw()
97 nop->mA = mA; in nop_set_vbus_draw()
/linux/arch/arm/mach-davinci/
A Dusb.c66 void __init davinci_setup_usb(unsigned mA, unsigned potpgt_ms) in davinci_setup_usb() argument
68 usb_data.power = mA > 510 ? 255 : mA / 2; in davinci_setup_usb()
84 void __init davinci_setup_usb(unsigned mA, unsigned potpgt_ms) in davinci_setup_usb() argument
A Dusb-da8xx.c94 int __init da8xx_register_usb20(unsigned int mA, unsigned int potpgt) in da8xx_register_usb20() argument
96 usb_data.power = mA > 510 ? 255 : mA / 2; in da8xx_register_usb20()
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dstmpe.txt34 0 -> 20 mA (typical 35mA max)
35 1 -> 50 mA (typical 80 mA max)
100 * 50 mA typical 80 mA max touchscreen drivers
/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/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.yaml90 4: 4 mA to 20 mA current range.
91 5: 0 mA to 20 mA current range.
92 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.yaml114 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
115 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
118 When E1=0/E0=0, the strength is 0.125mA.
119 When E1=0/E0=1, the strength is 0.25mA.
120 When E1=1/E0=0, the strength is 0.5mA.
121 When E1=1/E0=1, the strength is 1mA.
/linux/Documentation/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)

Completed in 24 milliseconds

12345678