/linux-6.12.1/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-6.12.1/Documentation/devicetree/bindings/sound/ |
D | fsl,sgtl5000.yaml | 54 enum: [ 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000 ] 63 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
|
D | cs35l34.txt | 18 in nH and they can be values of 1000nH, 1100nH, 1200nH, 1500nH, and 2200nH. 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.
|
D | cirrus,cs35l41.yaml | 44 Boost-converter peak current limit in mA. 46 Range starts at 1600 mA and goes to a maximum of 4500 mA with increments 47 of 50 mA. See section 4.3.6 of the datasheet for details. 56 values include 1000, 1200, 1500 and 2200.
|
D | cirrus,cs42l43.yaml | 135 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 142 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 165 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 172 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 238 description: Set drive strength in mA
|
D | cs35l35.txt | 18 in nH and they can be values of 1000nH, 1200nH, 1500nH, and 2200nH. 60 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 62 Range starts at 1680mA and goes to a maximum of 4480mA with increments of 63 110mA.
|
/linux-6.12.1/drivers/usb/phy/ |
D | phy.c | 24 #define DEFAULT_CDP_CUR_MIN 1500 26 #define DEFAULT_ACA_CUR_MIN 1500 220 * @mA: the current need to be set 231 void usb_phy_set_charger_current(struct usb_phy *usb_phy, unsigned int mA) in usb_phy_set_charger_current() argument 235 if (usb_phy->chg_cur.sdp_max == mA) in usb_phy_set_charger_current() 238 usb_phy->chg_cur.sdp_max = (mA > DEFAULT_SDP_CUR_MAX_SS) ? 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() [all …]
|
/linux-6.12.1/drivers/power/supply/ |
D | axp288_charger.c | 41 #define VBUS_ISPOUT_CUR_LIM_900MA 0x0 /* 900mA */ 42 #define VBUS_ISPOUT_CUR_LIM_1500MA 0x1 /* 1500mA */ 43 #define VBUS_ISPOUT_CUR_LIM_2000MA 0x2 /* 2000mA */ 44 #define VBUS_ISPOUT_CUR_NO_LIM 0x3 /* 2500mA */ 54 #define CHRG_CCCV_CC_OFFSET 200 /* 200mA */ 55 #define CHRG_CCCV_CC_LSB_RES 200 /* 200mA */ 79 #define CHRG_VBUS_ILIM_100MA 0x0 /* 100mA */ 80 #define CHRG_VBUS_ILIM_500MA 0x1 /* 500mA */ 81 #define CHRG_VBUS_ILIM_900MA 0x2 /* 900mA */ 82 #define CHRG_VBUS_ILIM_1500MA 0x3 /* 1500mA */ [all …]
|
D | adp5061.c | 82 #define ADP5061_ICHG_MAX 1300 // mA 132 800, 900, 1000, 1200, 1500, 1800, 2100, 195 /* Convert from uA to mA */ in adp5061_set_input_current_limit() 319 /* Convert from uA to mA */ in adp5061_set_const_chg_current() 374 /* Convert from uA to mA */ in adp5061_set_prechg_current()
|
D | da9030_battery.c | 108 int mA; member 144 charger->mA, charger->mV); in bat_debug_show() 211 charger->mA = ((val >> 3) & 0xf) * 100; in da9030_charger_update_state() 491 if (pdata->charge_milliamp >= 1500 || in da9030_battery_probe()
|
D | wm831x_power.c | 135 1500, 287 "trickle charge current limit", "mA"); in wm831x_config_battery() 295 "fast charge current limit", "mA"); in wm831x_config_battery() 299 "end of charge current threshold", "mA"); in wm831x_config_battery()
|
D | rk817_charger.c | 136 else if (chg_cur_ma >= 1500) in rk817_chg_cur_to_reg() 999 * Values of 150ma, 200ma, 300ma, and 400ma correspond to 00, 01, 10, in rk817_battery_init()
|
D | 88pm860x_battery.c | 224 /* current(mA) = value * 0.125 */ in measure_current() 645 * set charge current as 500mA, wait about 500ms till charging in calc_resistor() 668 * set charge current as 100mA, wait about 500ms till charging in calc_resistor() 946 info->max_capacity = 1500; /* set default capacity */ in pm860x_battery_probe()
|
D | qcom_pmi8998_charger.c | 739 msecs_to_jiffies(1500)); in smb2_handle_usb_plugin() 839 /* Set the default SDP charger type to a 500ma USB 2.0 port */
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/backlight/ |
D | qcom-wled.yaml | 62 mA; per-string current limit. 79 mA; boost current limit. 201 enum: [ 105, 280, 450, 620, 970, 1150, 1300, 1500 ]
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd71828-pmic.yaml | 14 devices. The IC integrates 7 buck converters, 7 LDOs, and a 1500 mA
|
/linux-6.12.1/Documentation/devicetree/bindings/connector/ |
D | usb-connector.yaml | 103 USB 2.0 and USB 3.2 specifications, 5V 500mA for USB 2.0 ports and 104 5V 900mA or 1500mA for USB 3.2 ports in single-lane or dual-lane 237 5V@500mA) upon entering SNK_DISCOVERY(instead of 3A or the 1.5A, Rp current advertised, during
|
/linux-6.12.1/drivers/usb/typec/ |
D | rt1719.c | 274 curr = 1500; in rt1719_attach() 351 /* covert mV/mA to uV/uA */ in rt1719_update_operating_status() 711 RT1719_PSEL_CAPINFO(0x1E, 27000, 0x08, 1500), 720 RT1719_PSEL_CAPINFO(0x0E, 9000, 0x0F, 1500), 730 RT1719_PSEL_CAPINFO(0x1F, 15000, 0x04, 1500), 739 RT1719_PSEL_CAPINFO(0x07, 20000, 0x07, 1500), 749 RT1719_PSEL_CAPINFO(0x01, 10000, 0x03, 1500),
|
D | anx7411.c | 98 #define CURRENT_UNIT 50 /* mA per unit */ 108 #define DEF_1_5A 1500 236 int request_current; /* ma */ 343 ctx->typec.request_current = ret * CURRENT_UNIT; /* 50ma per unit */ in anx7411_detect_power_mode()
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | am57xx-beagle-x15-common.dtsi | 150 /* Based on 5v 500mA AFB02505HHB */ 554 polling-delay = <1500>; /* milliseconds */
|
/linux-6.12.1/include/linux/ |
D | power_supply.h | 412 * at 900mA to 4340mV, then maintenance charged at 600mA and 4150mV for up to 413 * 60 hours, then maintenance charged at 600mA and 4100mV for up to 200 hours. 714 * when it is cold. You can put in 1500mAh and only get 800mAh out before the
|
/linux-6.12.1/include/uapi/linux/ |
D | audit.h | 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 37 * 1500 - 1599 kernel LSPP events
|
/linux-6.12.1/drivers/usb/typec/tcpm/ |
D | tcpm.c | 750 "%u mV, %u mA [%s%s%s%s%s%s]", in tcpm_log_source_caps() 768 "%u-%u mV, %u mA", in tcpm_log_source_caps() 783 "%u-%u mV, %u mA", in tcpm_log_source_caps() 917 else if (curr >= 1500) in tcpm_rp_cc() 1087 limit = 1500; in tcpm_get_current_limit() 1108 tcpm_log(port, "Setting voltage/current limit %u mV %u mA", mv, max_ma); in tcpm_set_current_limit() 3811 "Requested %u mV, %u mA for %u / %u mA", in tcpm_pd_check_request() 3815 "Requested %u -> %u mV, %u mA for %u / %u mA", in tcpm_pd_check_request() 3991 unsigned int mv, ma, mw, flags; in tcpm_pd_build_request() local 4023 ma = 1000 * mw / mv; in tcpm_pd_build_request() [all …]
|
/linux-6.12.1/drivers/iio/adc/ |
D | ab8500-gpadc.c | 158 #define AB8500_ADC_CH_CHG_I_MAX 1500 163 #define AB8500_ADC_CH_IBAT_MIN (-6000) /* mA range measured by ADC for ibat */ 814 * we need to calculate gain and offset to get mA in ab8500_gpadc_read_calibration_data()
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | bcm3510.c | 31 * Ave, Cambridge, MA 02139, USA. 308 st->status_check_interval = 1500; in bcm3510_read_status()
|