Home
last modified time | relevance | path

Searched +full:400 +full:ma (Results 1 – 25 of 125) sorted by relevance

12345

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Dti,lp8727.yaml53 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA,
54 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA
76 /* AC charger: 5% EOC and 500mA charging current */
83 /* USB charger: 10% EOC and 400mA charging current */
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
Dlnbp21.h31 0:Iout=500-650mA Isc=300mA
32 1:Iout=400-550mA Isc=200mA */
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Dlnbp21.h31 0:Iout=500-650mA Isc=300mA
32 1:Iout=400-550mA Isc=200mA */
/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::
136 board_register_i2c_bus(4, 400,
/kernel/linux/linux-6.6/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::
136 board_register_i2c_bus(4, 400,
Dleds-mt6370-rgb.rst13 a sink current up to 24mA and a CHG_VIN power good indicator LED with sink
14 current up to 6mA. It provides three operation modes for RGB LEDs:
58 * Toff: 250ms to 6250ms, 400ms per step.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
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/drivers/hwmon/
Dltc4260.c36 /* Return the voltage from the given register in mV or mA */
53 /* 400 mV resolution. Convert to mV. */ in ltc4260_get_value()
54 val = val * 400; in ltc4260_get_value()
59 * an 1 mOhm sense resistor, in mA. If a different sense in ltc4260_get_value()
/kernel/linux/linux-6.6/drivers/hwmon/
Dltc4260.c36 /* Return the voltage from the given register in mV or mA */
53 /* 400 mV resolution. Convert to mV. */ in ltc4260_get_value()
54 val = val * 400; in ltc4260_get_value()
59 * an 1 mOhm sense resistor, in mA. If a different sense in ltc4260_get_value()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm11351-pinctrl.txt68 0: Standard(100kbps)& Fast(400kbps) mode
80 - drive-strength: Integer. Drive strength in mA. Valid values are
81 2, 4, 6, 8, 10, 12, 14, 16 mA.
94 0: Standard(100kbps)& Fast(400kbps) mode
112 0: Standard(100kbps)& Fast(400kbps) mode
168 - setting the drive strength to 4 mA
Dbitmain,bm1880-pinctrl.txt104 pins in mA.
116 pinctrl: pinctrl@400 {
/kernel/linux/linux-5.10/kernel/time/
Dtimeconv.c20 * Boston, MA 02111-1307, USA.
36 * except every 100th isn't, and every 400th is).
40 return (year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0); in __isleap()
53 + math_div(y1 - 1, 400); in leaps_between()
55 + math_div(y2 - 1, 400); in leaps_between()
/kernel/linux/linux-5.10/include/linux/usb/
Dpd.h231 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
234 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
236 #define PDO_FIXED(mv, ma, flags) \ argument
238 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
256 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
260 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
277 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */
286 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
287 ((((ma) / 50) & PDO_PPS_APDO_CURR_MASK) << PDO_PPS_APDO_MAX_CURR_SHIFT)
363 #define PDO_FIXED_OP_CURR(ma) ((((ma) / 10) & RDO_CURR_MASK) << RDO_FIXED_OP_CURR_SHIFT) argument
[all …]
/kernel/linux/linux-6.6/include/linux/usb/
Dpd.h232 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
235 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
237 #define PDO_FIXED(mv, ma, flags) \ argument
239 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
257 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
261 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
278 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */
287 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
288 ((((ma) / 50) & PDO_PPS_APDO_CURR_MASK) << PDO_PPS_APDO_MAX_CURR_SHIFT)
364 #define PDO_FIXED_OP_CURR(ma) ((((ma) / 10) & RDO_CURR_MASK) << RDO_FIXED_OP_CURR_SHIFT) argument
[all …]
/kernel/linux/linux-5.10/include/linux/mfd/abx500/
Dab8500-bm.h169 /* current is mA */
173 #define USB_0P4A 400
313 * @high_curr_threshold: High current threshold, in mA
357 * @charger_curr_step delta between two charger current settings (mA)
385 * @usb_curr_max: maximum allowed USB charger current in mA
387 * @ac_curr_max: maximum allowed AC charger current in mA
462 void ab8500_charger_usb_state_changed(u8 bm_usb_state, u16 mA);
/kernel/linux/linux-6.6/drivers/power/supply/
Dadp5061.c82 #define ADP5061_ICHG_MAX 1300 // mA
119 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650,
131 100, 150, 200, 250, 300, 400, 500, 600, 700,
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()
Dtwl4030_madc_battery.c160 /* assume discharge with 400 mA (ca. 1.5W) */ in twl4030_madc_bat_get_property()
161 val->intval = (3600l * chg) / 400; in twl4030_madc_bat_get_property()
/kernel/linux/linux-5.10/drivers/power/supply/
Dadp5061.c82 #define ADP5061_ICHG_MAX 1300 // mA
119 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650,
131 100, 150, 200, 250, 300, 400, 500, 600, 700,
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()
Dtwl4030_madc_battery.c160 /* assume discharge with 400 mA (ca. 1.5W) */ in twl4030_madc_bat_get_property()
161 val->intval = (3600l * chg) / 400; in twl4030_madc_bat_get_property()
/kernel/linux/linux-5.10/Documentation/translations/it_IT/doc-guide/
Dsphinx.rst25 e formato speciale, ma a parte questo vengono processati come reStructuredText.
29 nel tempo, in formato reStructuredText, ma la maggior parte di questi rimarranno
43 La maggior parte delle distribuzioni Linux forniscono Sphinx, ma l'insieme dei
90 grado di procedere anche se questi pacchetti non sono installati, ma il
181 quella che state leggendo ora), ma per una documentazione più elaborata è
269 Il nome della funzione (per esempio ioctl) rimane nel testo ma il nome del suo
291 ma con delle funzionalità aggiuntive:
458 version="1.1" baseProfile="full" width="70px" height="40px" viewBox="0 0 700 400">
/kernel/linux/linux-5.10/drivers/mmc/core/
Dsd.c282 eo = UNSTUFF_BITS(card->raw_ssr, 400 - 384, 2); in mmc_read_ssr()
562 * maximum current, e.g. if the card's maximum current is 300ma, and in sd_set_current_limit()
563 * when we set current limit to 200ma, the card will draw 200ma, and in sd_set_current_limit()
564 * when we set current limit to 400/600/800ma, the card will draw its in sd_set_current_limit()
565 * maximum 300ma from the host. in sd_set_current_limit()
570 * in a 300mA card being limited to 200mA even though the host in sd_set_current_limit()
571 * supports 800mA. Failures seen with SanDisk 8GB UHS cards with in sd_set_current_limit()
580 else if (max_current >= 400 && in sd_set_current_limit()
838 * If the host can supply more than 150mA at current voltage, in mmc_sd_get_cid()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/
Dbitmain,bm1880-pinctrl.txt104 pins in mA.
116 pinctrl: pinctrl@400 {
/kernel/linux/linux-6.6/Documentation/translations/it_IT/doc-guide/
Dsphinx.rst26 e formato speciale, ma a parte questo vengono processati come reStructuredText.
30 nel tempo, in formato reStructuredText, ma la maggior parte di questi rimarranno
44 La maggior parte delle distribuzioni Linux forniscono Sphinx, ma l'insieme dei
86 grado di procedere anche se questi pacchetti non sono installati, ma il
192 quella che state leggendo ora), ma per una documentazione più elaborata è
280 Il nome della funzione (per esempio ioctl) rimane nel testo ma il nome del suo
302 ma con delle funzionalità aggiuntive:
498 version="1.1" baseProfile="full" width="70px" height="40px" viewBox="0 0 700 400">
/kernel/linux/linux-6.6/drivers/iio/health/
Dmax30102.c317 /* each step is 0.200 mA */ in max30102_get_current_idx()
333 /* Default to 7 mA RED LED */ in max30102_led_init()
353 /* Default to 7 mA green LED */ in max30102_led_init()
374 /* Default to 7 mA IR LED */ in max30102_led_init()
396 /* configure 18-bit HR + SpO2 readings at 400Hz */ in max30102_chip_init()
/kernel/linux/linux-5.10/drivers/iio/health/
Dmax30102.c317 /* each step is 0.200 mA */ in max30102_get_current_idx()
333 /* Default to 7 mA RED LED */ in max30102_led_init()
353 /* Default to 7 mA green LED */ in max30102_led_init()
374 /* Default to 7 mA IR LED */ in max30102_led_init()
396 /* configure 18-bit HR + SpO2 readings at 400Hz */ in max30102_chip_init()

12345