Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dsgtl5000.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-6.3-rc2/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.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-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dphy-stm32-usbphyc.yaml125 - <0> = 18.87 mA target current / nominal + 0%
126 - <1> = 19.165 mA target current / nominal + 1.56%
127 - <2> = 19.46 mA target current / nominal + 3.12%
128 - <3> = 19.755 mA target current / nominal + 4.68%
129 - <4> = 20.05 mA target current / nominal + 6.24%
130 - <5> = 20.345 mA target current / nominal + 7.8%
131 - <6> = 20.64 mA target current / nominal + 9.36%
132 - <7> = 20.935 mA target current / nominal + 10.92%
133 - <8> = 21.23 mA target current / nominal + 12.48%
134 - <9> = 21.525 mA target current / nominal + 14.04%
[all …]
/linux-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/input/touchscreen/
A Dstmpe.txt34 0 -> 20 mA (typical 35mA max)
35 1 -> 50 mA (typical 80 mA max)
99 * 50 mA typical 80 mA max touchscreen drivers
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/pinctrl/
A Dmediatek,mt8365-pinctrl.yaml98 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
99 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
102 When E1=0/E0=0, the strength is 0.125mA.
103 When E1=0/E0=1, the strength is 0.25mA.
104 When E1=1/E0=0, the strength is 0.5mA.
105 When E1=1/E0=1, the strength is 1mA.
A Dmediatek,mt8183-pinctrl.yaml117 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
118 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
121 When E1=0/E0=0, the strength is 0.125mA.
122 When E1=0/E0=1, the strength is 0.25mA.
123 When E1=1/E0=0, the strength is 0.5mA.
124 When E1=1/E0=1, the strength is 1mA.
/linux-6.3-rc2/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)
/linux-6.3-rc2/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)

Completed in 22 milliseconds

12345678