| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/ |
| D | richtek,rt5033-charger.yaml | 27 Current of pre-charge mode. The pre-charge current levels are 350 mA 28 to 650 mA programmed by I2C per 100 mA. 31 Current of fast-charge mode. The fast-charge current levels are 700 mA 32 to 2000 mA programmed by I2C per 100 mA. 35 This property is end of charge current. Its level ranges from 150 mA 36 to 600 mA. Between 150 mA and 300 mA in 50 mA steps, between 300 mA and 37 600 mA in 100 mA steps.
|
| D | ti,lp8727.yaml | 53 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-5.10/Documentation/devicetree/bindings/phy/ |
| D | qcom,qusb2-phy.yaml | 114 Possible range is - 15mA to 24mA (stepsize of 600 uA).
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | pd.h | 231 #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/ |
| D | pd.h | 232 #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/Documentation/devicetree/bindings/leds/backlight/ |
| D | qcom-wled.yaml | 58 mA; per-string current limit. 75 mA; boost current limit. 82 enum: [ 600, 640, 685, 738, 800, 872, 960, 1066, 1200, 1371, 1600, 1920,
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | qcom,qusb2-phy.yaml | 118 Possible range is - 15mA to 24mA (stepsize of 600 uA).
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/backlight/ |
| D | qcom-wled.yaml | 62 mA; per-string current limit. 79 mA; boost current limit. 86 enum: [ 600, 640, 685, 738, 800, 872, 960, 1066, 1200, 1371, 1600, 1920,
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| D | adp5061.c | 82 #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()
|
| D | wm831x_power.c | 200 { 600, 11 << WM831X_CHG_FAST_ILIM_SHIFT }, 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()
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| D | adp5061.c | 82 #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()
|
| D | wm831x_power.c | 200 { 600, 11 << WM831X_CHG_FAST_ILIM_SHIFT }, 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 | ab8500_charger.c | 146 /* VBUS input current limits supported in AB8500 in mA */ 154 #define USB_CH_IP_CUR_LVL_0P6 600 702 * is maximum 500 mA. Every occurrence of USB_STAT_*_HOST_* in ab8500_charger_max_usb_curr() 730 * can consume (900mA). Closest level is 500mA in ab8500_charger_max_usb_curr() 738 * Dedicated charger level minus 120mA (20mA for ACA and in ab8500_charger_max_usb_curr() 739 * 100mA for potential accessory). Closest level is 1300mA in ab8500_charger_max_usb_curr() 1071 * the standard usb host. This will be in mA. 1072 * This function converts current in mA to a value that can be written 1124 * @ich: charger current, in mA 1202 dev_dbg(di->dev, "%s set charger current: %d mA for reg: 0x%02x\n", in ab8500_charger_set_current() [all …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | au1100fb.h | 27 * 675 Mass Ave, Cambridge, MA 02139, USA. 56 #define AU1100_LCD_MAX_YRES 600 268 * max_yres <= 600 276 .yres = 600,
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | au1100fb.h | 27 * 675 Mass Ave, Cambridge, MA 02139, USA. 56 #define AU1100_LCD_MAX_YRES 600 268 * max_yres <= 600 276 .yres = 600,
|
| /kernel/linux/linux-5.10/drivers/mmc/core/ |
| D | sd.c | 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() 577 else if (max_current >= 600 && 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/translations/it_IT/process/ |
| D | maintainer-pgp-guide.rst | 94 altro periodo. Di base è di 600 (10 minuti). 142 (*master key*), ma è una terminologia fuorviante perché lascia intendere che la 154 per criptare, 3 per firmare, ma solo una per una sola per certificare). Tutte 254 connesso alla porta parallela, ma dato che il suo output è comunque 293 infine mettetelo in un posto sicuro -- ma non troppo lontano, perché vi servirà 312 ridurre i rischi elencati qui sopra, ma le passphrase possono essere scoperte 421 ECC ED25519, ma offre meno funzionalità di sicurezza (come la resistenza 423 - `Nitrokey Pro 2`_: è simile alla Nitrokey Start, ma è più resistente alla 426 - `Yubikey 5`_: l'hardware e il software sono proprietari, ma è più economica 477 il sesso, informazioni d'accesso, eccetera), ma non sono necessari e aggiunge [all …]
|
| /kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
| D | maintainer-pgp-guide.rst | 112 altro periodo. Di base è di 600 (10 minuti). 287 connesso alla porta parallela, ma dato che il suo output è comunque 328 infine mettetelo in un posto sicuro -- ma non troppo lontano, perché vi servirà 347 ridurre i rischi elencati qui sopra, ma le passphrase possono essere scoperte 456 ECC ED25519, ma offre meno funzionalità di sicurezza (come la resistenza 458 - `Nitrokey Pro 2`_: è simile alla Nitrokey Start, ma è più resistente alla 461 - `Yubikey 5`_: l'hardware e il software sono proprietari, ma è più economica 510 il sesso, informazioni d'accesso, eccetera), ma non sono necessari e aggiunge 580 Potete usare la chiave **[S]** sia per firmare che per autenticare, ma vogliamo 588 che avete spostato sulla carta (ma questo non è un problema, perché abbiamo [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | rk3288-veyron.dtsi | 336 i2c-scl-rising-time-ns = <800>; /* 600ns measured */ 455 pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma { 460 pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma {
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/rockchip/ |
| D | rk3288-veyron.dtsi | 340 i2c-scl-rising-time-ns = <800>; /* 600ns measured */ 459 pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma { 464 pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma {
|
| /kernel/linux/linux-6.6/drivers/mmc/core/ |
| D | sd.c | 582 * maximum current, e.g. if the card's maximum current is 300ma, and in sd_set_current_limit() 583 * when we set current limit to 200ma, the card will draw 200ma, and in sd_set_current_limit() 584 * when we set current limit to 400/600/800ma, the card will draw its in sd_set_current_limit() 585 * maximum 300ma from the host. in sd_set_current_limit() 590 * in a 300mA card being limited to 200mA even though the host in sd_set_current_limit() 591 * supports 800mA. Failures seen with SanDisk 8GB UHS cards with in sd_set_current_limit() 597 else if (max_current >= 600 && in sd_set_current_limit() 872 * If the host can supply more than 150mA at current voltage, in mmc_sd_get_cid()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | power_supply.h | 417 * at 900mA to 4340mV, then maintenance charged at 600mA and 4150mV for up to 418 * 60 hours, then maintenance charged at 600mA and 4100mV for up to 200 hours.
|
| /kernel/linux/linux-5.10/drivers/extcon/ |
| D | extcon-intel-cht-wc.c | 132 /* Charger detection can take upto 600ms, wait 800ms max. */ in cht_wc_extcon_get_charger() 366 * feedback loop which causes aprox. 300 mA extra battery drain in cht_wc_extcon_probe()
|
| /kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
| D | sisusb_tables.h | 24 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 116 {800, 600, 8, 16}, /* 0x07 */ 134 {1024, 600, 8, 16}, /* 0x19 */ 142 {960, 600, 8, 16} /* 0x21 */ 256 {0x085f, 0x0d, 0x03, 0x05, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x0 */ 257 {0x0067, 0x0e, 0x04, 0x05, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x1 */ 258 {0x0067, 0x0f, 0x08, 0x48, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x2 */ 259 {0x0067, 0x10, 0x07, 0x8b, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x3 */ 260 {0x0047, 0x11, 0x0a, 0x00, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x4 */ 261 {0x0047, 0x12, 0x0d, 0x00, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x5 */ [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/misc/sisusbvga/ |
| D | sisusb_tables.h | 24 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 116 {800, 600, 8, 16}, /* 0x07 */ 134 {1024, 600, 8, 16}, /* 0x19 */ 142 {960, 600, 8, 16} /* 0x21 */ 256 {0x085f, 0x0d, 0x03, 0x05, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x0 */ 257 {0x0067, 0x0e, 0x04, 0x05, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x1 */ 258 {0x0067, 0x0f, 0x08, 0x48, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x2 */ 259 {0x0067, 0x10, 0x07, 0x8b, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x3 */ 260 {0x0047, 0x11, 0x0a, 0x00, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x4 */ 261 {0x0047, 0x12, 0x0d, 0x00, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x5 */ [all …]
|