Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
Dpush.h126 #define PUSH_1(X,f,ds,n,o,p,s,mA,dA) do { \ argument
127 PUSH_##o##_HDR((p), s, mA, (ds)+(n)); \
128 PUSH_##f(X, (p), X##mA, 1, o, (dA), ds, ""); \
130 #define PUSH_2(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument
131 PUSH_ASSERT((mB) - (mA) == (1?PUSH_##o##_INC), "mthd1"); \
132 PUSH_1(X, DATA_, 1, (ds) + (n), o, (p), s, X##mA, (dA), ##a); \
135 #define PUSH_3(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument
136 PUSH_ASSERT((mB) - (mA) == (0?PUSH_##o##_INC), "mthd2"); \
137 PUSH_2(X, DATA_, 1, (ds) + (n), o, (p), s, X##mA, (dA), ##a); \
140 #define PUSH_4(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dmsm8998-pins.dtsi9 drive-strength = <16>; /* 16 mA */
17 drive-strength = <2>; /* 2 mA */
25 drive-strength = <10>; /* 10 mA */
33 drive-strength = <2>; /* 2 mA */
41 drive-strength = <10>; /* 10 mA */
49 drive-strength = <2>; /* 2 mA */
62 drive-strength = <2>; /* 2 mA */
75 drive-strength = <2>; /* 2 mA */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/
Dad5758.txt44 * <0 20000>: 0 mA to 20 mA current range
45 * <0 24000>: 0 mA to 24 mA current range
46 * <4 24000>: 4 mA to 20 mA current range
47 * <(-20000) 20000>: ±20 mA current range
48 * <(-24000) 24000>: ±24 mA current range
49 * <(-1000) 22000>: −1 mA to +22 mA current range
Dad5755.txt52 4: 4 mA to 20 mA current range.
53 5: 0 mA to 20 mA current range.
54 6: 0 mA to 24 mA current range.
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
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
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()
/kernel/linux/linux-5.10/Documentation/leds/
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::
/kernel/linux/linux-5.10/drivers/usb/phy/
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()
Dphy.c193 void usb_phy_set_charger_current(struct usb_phy *usb_phy, unsigned int mA) in usb_phy_set_charger_current() argument
197 if (usb_phy->chg_cur.sdp_max == mA) in usb_phy_set_charger_current()
200 usb_phy->chg_cur.sdp_max = (mA > DEFAULT_SDP_CUR_MAX_SS) ? in usb_phy_set_charger_current()
201 DEFAULT_SDP_CUR_MAX_SS : mA; in usb_phy_set_charger_current()
204 if (usb_phy->chg_cur.dcp_max == mA) in usb_phy_set_charger_current()
207 usb_phy->chg_cur.dcp_max = (mA > DEFAULT_DCP_CUR_MAX) ? in usb_phy_set_charger_current()
208 DEFAULT_DCP_CUR_MAX : mA; in usb_phy_set_charger_current()
211 if (usb_phy->chg_cur.cdp_max == mA) in usb_phy_set_charger_current()
214 usb_phy->chg_cur.cdp_max = (mA > DEFAULT_CDP_CUR_MAX) ? in usb_phy_set_charger_current()
215 DEFAULT_CDP_CUR_MAX : mA; in usb_phy_set_charger_current()
[all …]
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/backlight/
Dsky81452-backlight.txt17 - skyworks,current-limit-mA
18 : It should be 2300mA or 2750mA.
28 skyworks,current-limit-mA = <2300>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dti,bq24735.txt16 must be between 128mA and 8.128A with a 64mA step resolution. The POR value
17 is 0x0000h. This number is in mA (e.g. 8192), see spec for more information
24 value must be between 128mA and 8.064A with a 128mA step resolution. The
25 POR value is 0x1000h. This number is in mA (e.g. 8064), see the spec for
Dbq2415x.txt19 from power supply in mA.
24 - ti,charge-current: integer, maximum charging current in mA.
26 constant-voltage phase drops below this value (in mA).
Dlp8727_charger.txt30 /* AC charger: 5% EOC and 500mA charging current */
37 /* USB charger: 10% EOC and 400mA charging current */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
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.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-backlight-adp552018 value between 0 mA and 30 mA using linear or non-linear
31 between 0 mA and 30 mA using linear or non-linear algorithms.
Dsysfs-class-backlight-adp886023 value between 0 mA and 30 mA using linear or non-linear
37 between 0 mA and 30 mA using linear or non-linear algorithms.
/kernel/linux/linux-5.10/include/linux/usb/
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()
/kernel/linux/linux-5.10/Documentation/hwmon/
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
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)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-mt8183.txt64 It can only support 2/4/6/8/10/12/14/16mA in mt8183.
66 driving setup. I2C pins can only support 2/4/6/8/10/12/14/16mA driving
68 they can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
78 When E1=0/E0=0, the strength is 0.125mA.
79 When E1=0/E0=1, the strength is 0.25mA.
80 When E1=1/E0=0, the strength is 0.5mA.
81 When E1=1/E0=1, the strength is 1mA.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
Dleds-lm3601x.txt20 - flash-max-microamp : Range from 11mA - 1.5A
22 - led-max-microamp : Range from 2.4mA - 376mA
/kernel/linux/linux-5.10/Documentation/power/regulator/
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
/kernel/linux/linux-5.10/Documentation/arm/pxa/
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)

1234567