/linux-6.12.1/include/linux/platform_data/ |
D | adp8870.h | 83 * Blacklight current 0..30mA 85 #define ADP8870_BL_CUR_mA(I) ((I * 127) / 30) 118 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 119 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 120 u8 l2_bright_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 121 u8 l2_bright_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 122 u8 l3_office_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 123 u8 l3_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 124 u8 l4_indoor_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 125 u8 l4_indor_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ [all …]
|
D | adp8860.h | 86 * Blacklight current 0..30mA 88 #define ADP8860_BL_CUR_mA(I) ((I * 127) / 30) 110 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 111 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 112 u8 l2_office_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 113 u8 l2_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 114 u8 l3_dark_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 115 u8 l3_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
|
/linux-6.12.1/include/linux/mfd/ |
D | adp5520.h | 239 * Blacklight current 0..30mA 241 #define ADP5520_BL_CUR_mA(I) ((I * 127) / 30) 260 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 261 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 262 u8 l2_office_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 263 u8 l2_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 264 u8 l3_dark_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 265 u8 l3_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
|
/linux-6.12.1/include/linux/usb/ |
D | pd.h | 213 #define PDO_TYPE_SHIFT 30 233 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 236 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument 238 #define PDO_FIXED(mv, ma, flags) \ argument 240 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 258 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ 262 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument 279 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */ 288 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument 289 ((((ma) / 50) & PDO_PPS_APDO_CURR_MASK) << PDO_PPS_APDO_MAX_CURR_SHIFT) [all …]
|
/linux-6.12.1/include/dt-bindings/usb/ |
D | pd.h | 11 #define PDO_TYPE_SHIFT 30 27 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 30 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument 32 #define PDO_FIXED(mv, ma, flags) \ argument 34 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 52 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ 56 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument 71 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */ 80 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument 81 ((((ma) / 50) & PDO_PPS_APDO_CURR_MASK) << PDO_PPS_APDO_MAX_CURR_SHIFT) [all …]
|
/linux-6.12.1/drivers/phy/mediatek/ |
D | phy-mtk-hdmi-mt8195.c | 284 * 24bit -> posdiv1 /10, 30bit -> posdiv1 /12.5, in mtk_hdmi_pll_calc() 313 * data channel bias 24mA, clock channel bias 20mA in mtk_hdmi_pll_drv_setting() 316 * data channel 20mA, clock channel 16mA in mtk_hdmi_pll_drv_setting() 318 * data channel & clock channel bias 10mA in mtk_hdmi_pll_drv_setting() 323 data_channel_bias = 0x3c; /* 24mA */ in mtk_hdmi_pll_drv_setting() 324 clk_channel_bias = 0x34; /* 20mA */ in mtk_hdmi_pll_drv_setting() 328 data_channel_bias = 0x34; /* 20mA */ in mtk_hdmi_pll_drv_setting() 329 clk_channel_bias = 0x2c; /* 16mA */ in mtk_hdmi_pll_drv_setting() 333 data_channel_bias = 0x14; /* 10mA */ in mtk_hdmi_pll_drv_setting() 334 clk_channel_bias = 0x14; /* 10mA */ in mtk_hdmi_pll_drv_setting() [all …]
|
/linux-6.12.1/arch/parisc/lib/ |
D | lusercopy.S | 41 1: stbs,ma %r0,1(%sr3,%r26) 78 * it by 30-40% for aligned copies because of the loop unrolling, but in some 131 20: ldb,ma 1(srcspc,src),t1 132 21: stb,ma t1,1(dstspc,dst) 147 12: std,ma t1,8(dstspc,dst) 148 13: std,ma t2,8(dstspc,dst) 152 16: std,ma t1,8(dstspc,dst) 153 17: std,ma t2,8(dstspc,dst) 169 20: ldw,ma 4(srcspc,src),t1 170 21: stw,ma t1,4(dstspc,dst) [all …]
|
/linux-6.12.1/Documentation/leds/ |
D | leds-mt6370-rgb.rst | 13 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: 50 * Tr1: First rising time for 0% - 30% load. 54 * Tf2: Second falling time for 30% to 0% load.
|
/linux-6.12.1/Documentation/translations/it_IT/RCU/ |
D | torture.rst | 26 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_… 31 …rcu-torture:--- End of test: SUCCESS: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_n… 57 causa del fatto che fosse vuota. Non è inusuale che sia diverso da zero, ma è 100 * "Reader Batch": un istogramma di età di strutture viste dai lettori, ma 164 eseguita per 30 minuti in una macchina virtuale con uno spazio utente minimale 211 'rcutorture.stall_cpu=30``. Il programma riporterà un fallimento, ossia il 221 Il parametro --duration sovrascrive quello di base di 30 minuti. Per esempio, 269 ma potrebbe non esistere se l'avvia non è fallito. 275 Ci sono altri file, ma vengono usati meno. Molti sono utili all'analisi di 326 rieseguirebbe il test precedente, ma solo per 45 secondi, e quindi aiutando a [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-mt6360 | 12 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA) 20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
|
/linux-6.12.1/drivers/pinctrl/ |
D | pinctrl-artpec6.c | 112 PINCTRL_PIN(30, "GPIO30"), 196 static const unsigned int uart2_pins0[] = { 26, 27, 28, 29, 30, 198 static const unsigned int uart2_pins1[] = { 28, 29, 30, 31 }; 201 static const unsigned int uart5_pins0[] = { 28, 29, 30, 31 }; 445 static int artpec6_pconf_drive_mA_to_field(unsigned int mA) in artpec6_pconf_drive_mA_to_field() argument 447 switch (mA) { in artpec6_pconf_drive_mA_to_field() 790 * PIN_CONFIG_DRIVE_STRENGTH: x (4mA, 6mA, 8mA, 9mA) 920 /* The reset values say 4mA, but we want 8mA as default. */
|
/linux-6.12.1/Documentation/translations/it_IT/process/ |
D | 2.Process.rst | 65 consentita una modifica più consistente, ma tali occasioni sono rare. 87 30 settembre 5.4-rc1, finestra di inclusione chiusa 100 rilevate nel precedente rilascio. Nessun baco è il benvenuto, ma quelli che 170 viene spesso svolto senza coinvolgere la comunità, ma è meglio renderlo 193 patch non riceve alcuna critica ma non è stata integrata dal 214 Ma lo sviluppatore originario dovrebbe continuare ad assumersi la 227 del kernel: Linus Torvalds. Ma, per esempio, di tutte le 9500 patch 246 del kernel, utilizzando abitualmente (ma certamente non sempre) git. 258 È chiaro che, qualche volta, guardi più attentamente. Ma, come regola 280 ma solleva anche un interessante quesito: se qualcuno volesse vedere tutte le [all …]
|
D | maintainer-pgp-guide.rst | 99 Di base è di 30 minuti. 105 # set to 30 minutes for regular ttl, and 2 hours for max ttl 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 [all …]
|
D | coding-style.rst | 13 **forzare** nessuno ad accettare il mio, ma questo stile è quello che 56 mem <<= 30; 135 una strategia di posizionamento o un'altra; ma il modo qui preferito, 173 insomma ... incoerente, ma tutte le persone ragionevoli sanno che (a) 261 ma non con sizeof, typeof, alignof, o __attribute__. Ad esempio, 292 ma non mettete spazi dopo gli operatori unari:: 398 ma se ci sono chiare circostanze in cui potrebbe essere ``unsigned int`` 422 Magari ci sono altri casi validi, ma la regola di base dovrebbe essere di 438 una funzione che è concettualmente semplice ma che è implementata come un 439 lunga (ma semplice) sequenza di caso-istruzione, dove avete molte piccole cose [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/backlight/ |
D | richtek,rt4831-backlight.yaml | 17 Each channel driving current is up to 30mA
|
D | mediatek,mt6370-backlight.yaml | 15 4 channels of 8 series WLEDs. Each channel supports up to 30mA of current
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/addac/ |
D | adi,ad74115.yaml | 176 When present, the threshold range is fixed from -19V to 30V. 195 When not present, the DAC short-circuit current limit is 32mA in 196 either source or sink for VOUT and 4mA sink for IOUT. 197 When present, the limit is 16mA in either source or sink for VOUT, 198 1mA sink for IOUT.
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | richtek,rt4831.yaml | 20 Each channel driving current is up to 30mA
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | leds-lm36274.txt | 6 the I2C bus and/or controlled via a logic level PWM input from 60 uA to 30 mA.
|
/linux-6.12.1/drivers/pinctrl/bcm/ |
D | pinctrl-ns2-mux.c | 212 NS2_PIN_DESC(30, "mfio_30", -1, 0, 0, 0, 0, 0), 245 NS2_PIN_DESC(63, "qspi_wp", 2, 0x0, 31, 30, 27, 24), 249 NS2_PIN_DESC(67, "uart3_sin", 2, 0x04, 31, 30, 27, 24), 253 NS2_PIN_DESC(71, "spi0_fss", 2, 0x08, 31, 30, 27, 24), 257 NS2_PIN_DESC(75, "spi1_fss", 2, 0x0c, 31, 30, 27, 24), 261 NS2_PIN_DESC(79, "sdio0_data7", 2, 0x10, 31, 30, 27, 24), 265 NS2_PIN_DESC(83, "sdio0_data3", 2, 0x14, 31, 30, 27, 24), 269 NS2_PIN_DESC(87, "sdio0_cmd", 2, 0x18, 31, 30, 27, 24), 273 NS2_PIN_DESC(91, "sdio1_led_on", 2, 0x1c, 31, 30, 27, 24), 277 NS2_PIN_DESC(95, "sdio1_data5", 2, 0x20, 31, 30, 27, 24), [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3368-evb.dtsi | 31 24 25 26 27 28 29 30 31 149 pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma { 154 pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma {
|
/linux-6.12.1/arch/arm/boot/dts/rockchip/ |
D | rk3288-evb.dtsi | 56 24 25 26 27 28 29 30 31 306 pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma { 310 pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma { 342 * high-speed mode on EVB board so bump up to 8ma.
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | regs.h | 21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, 102 #define DBREAKC_LOAD_BIT 30
|
/linux-6.12.1/Documentation/networking/device_drivers/can/ |
D | can327.rst | 74 30 \ 209 while listening: "``AT MA``" (Monitor All) will always be "silent". 214 reception mode on its own and can327 will fall back to "``AT MA``" 237 These versions do not send CAN ACKs when in monitoring mode (AT MA).
|
/linux-6.12.1/drivers/video/backlight/ |
D | Kconfig | 278 inside, and each channel supports up to 30mA of current capability 306 inisde, and each channel can provide up to 30mA current.
|