| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | sgtl5000.txt | 36 1 = 1.66 mA 2.87 mA 4.02 mA 37 2 = 3.33 mA 5.74 mA 8.03 mA 38 3 = 4.99 mA 8.61 mA 12.05 mA 45 1 = 1.66 mA 2.87 mA 4.02 mA 46 2 = 3.33 mA 5.74 mA 8.03 mA 47 3 = 4.99 mA 8.61 mA 12.05 mA
|
| D | cs35l34.txt | 28 - 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-v5.4/arch/arm64/boot/dts/qcom/ |
| D | msm8998-pins.dtsi | 9 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 */
|
| D | msm8992-pins.dtsi | 39 drive-strength = <16>; /* 16mA */ 47 drive-strength = <2>; /* 2mA */ 63 drive-strength = <2>; /* 2mA */ 71 drive-strength = <8>; /* 8mA */
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/dac/ |
| D | ad5758.txt | 44 * <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
|
| D | ad5755.txt | 52 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.
|
| /Linux-v5.4/arch/arm/mach-davinci/ |
| D | usb.c | 66 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
|
| D | usb-da8xx.c | 94 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-v5.4/Documentation/leds/ |
| D | leds-lm3556.rst | 22 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-v5.4/Documentation/devicetree/bindings/leds/backlight/ |
| D | sky81452-backlight.txt | 17 - skyworks,current-limit-mA 18 : It should be 2300mA or 2750mA. 28 skyworks,current-limit-mA = <2300>;
|
| D | pm8941-wled.txt | 14 - qcom,current-limit: mA; per-string current limit; value from 0 to 25 15 default: 20mA 16 - qcom,current-boost-limit: mA; boost current limit; one of: 18 default: 805mA
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/ |
| D | stmpe.txt | 34 0 -> 20 mA (typical 35mA max) 35 1 -> 50 mA (typical 80 mA max) 100 * 50 mA typical 80 mA max touchscreen drivers
|
| /Linux-v5.4/Documentation/devicetree/bindings/power/supply/ |
| D | ti,bq24735.txt | 16 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
|
| D | bq2415x.txt | 19 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).
|
| D | lp8727_charger.txt | 30 /* AC charger: 5% EOC and 500mA charging current */ 37 /* USB charger: 10% EOC and 400mA charging current */
|
| /Linux-v5.4/drivers/usb/phy/ |
| D | phy.c | 182 void usb_phy_set_charger_current(struct usb_phy *usb_phy, unsigned int mA) in usb_phy_set_charger_current() argument 186 if (usb_phy->chg_cur.sdp_max == mA) in usb_phy_set_charger_current() 189 usb_phy->chg_cur.sdp_max = (mA > DEFAULT_SDP_CUR_MAX_SS) ? in usb_phy_set_charger_current() 190 DEFAULT_SDP_CUR_MAX_SS : mA; in usb_phy_set_charger_current() 193 if (usb_phy->chg_cur.dcp_max == mA) in usb_phy_set_charger_current() 196 usb_phy->chg_cur.dcp_max = (mA > DEFAULT_DCP_CUR_MAX) ? in usb_phy_set_charger_current() 197 DEFAULT_DCP_CUR_MAX : mA; in usb_phy_set_charger_current() 200 if (usb_phy->chg_cur.cdp_max == mA) in usb_phy_set_charger_current() 203 usb_phy->chg_cur.cdp_max = (mA > DEFAULT_CDP_CUR_MAX) ? in usb_phy_set_charger_current() 204 DEFAULT_CDP_CUR_MAX : mA; in usb_phy_set_charger_current() [all …]
|
| D | phy-gpio-vbus-usb.c | 36 unsigned mA; member 57 static void set_vbus_draw(struct gpio_vbus_data *gpio_vbus, unsigned mA) in set_vbus_draw() argument 67 if (mA) { in set_vbus_draw() 68 regulator_set_current_limit(vbus_draw, 0, 1000 * mA); in set_vbus_draw() 83 gpio_vbus->mA = mA; in set_vbus_draw() 214 static int gpio_vbus_set_power(struct usb_phy *phy, unsigned mA) in gpio_vbus_set_power() argument 221 set_vbus_draw(gpio_vbus, mA); in gpio_vbus_set_power() 238 return gpio_vbus_set_power(phy, suspend ? 0 : gpio_vbus->mA); in gpio_vbus_set_suspend()
|
| D | phy-generic.c | 72 static void nop_set_vbus_draw(struct usb_phy_generic *nop, unsigned mA) in nop_set_vbus_draw() argument 82 if (mA) { in nop_set_vbus_draw() 83 regulator_set_current_limit(vbus_draw, 0, 1000 * mA); in nop_set_vbus_draw() 98 nop->mA = mA; in nop_set_vbus_draw()
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-class-backlight-adp5520 | 18 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.
|
| D | sysfs-class-backlight-adp8860 | 40 value between 0 mA and 30 mA using linear or non-linear 54 between 0 mA and 30 mA using linear or non-linear algorithms.
|
| /Linux-v5.4/include/linux/usb/ |
| D | phy.h | 134 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-v5.4/Documentation/devicetree/bindings/pinctrl/ |
| D | pinctrl-mt8183.txt | 64 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.
|
| /Linux-v5.4/Documentation/devicetree/bindings/leds/ |
| D | leds-lm3601x.txt | 20 - flash-max-microamp : Range from 11mA - 1.5A 22 - led-max-microamp : Range from 2.4mA - 376mA
|
| /Linux-v5.4/Documentation/power/regulator/ |
| D | overview.rst | 101 - 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-v5.4/Documentation/hwmon/ |
| D | ina3221.rst | 33 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
|