| /linux/include/linux/platform_data/ |
| H A 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 …]
|
| H A 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/include/linux/mfd/ |
| H A 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/drivers/pinctrl/microchip/ |
| H A D | pinctrl-mpfs-mssio.c | 64 u8 ma; member 74 { .ma = 2, .val = 2 }, 75 { .ma = 4, .val = 3 }, 76 { .ma = 6, .val = 4 }, 77 { .ma = 8, .val = 5 }, 78 { .ma = 10, .val = 6 }, 79 { .ma = 12, .val = 7 }, 80 { .ma = 16, .val = 10 }, 81 { .ma = 20, .val = 12 }, 98 return mpfs_pinctrl_drive_strengths[i].ma; in mpfs_pinctrl_get_drive_strength_ma() [all …]
|
| /linux/arch/parisc/lib/ |
| H A 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/Documentation/translations/it_IT/RCU/ |
| H A 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/Documentation/leds/ |
| H A 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/Documentation/ABI/testing/ |
| H A 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/drivers/pinctrl/ |
| H A 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/drivers/pinctrl/spacemit/ |
| H A D | pinctrl-k1.c | 75 u32 mA; member 311 { 13, 30 }, 338 u32 num, u32 mA) in spacemit_get_ds_value() argument 343 if (mA <= tbl[i].mA) in spacemit_get_ds_value() 356 return tbl[i].mA; in spacemit_get_ds_mA() 363 u32 mA) in spacemit_get_driver_strength() argument 369 mA); in spacemit_get_driver_strength() 373 mA); in spacemit_get_driver_strength() 733 u32 value, tmp, mA; in spacemit_pinconf_dbg_show() local 742 mA = spacemit_get_drive_strength_mA(type, dconf, tmp); in spacemit_pinconf_dbg_show() [all …]
|
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_hdmi_phy.c | 123 #define VC4_HDMI_RM_OFFSET_OFFSET_MASK VC4_MASK(30, 0) 662 /* 200mA */ 671 /* 200mA */ 674 /* 17.6 mA */ 678 /* 200mA */ 687 /* 200mA */ 690 /* 17.6 mA */ 694 /* 200mA */ 703 /* 200mA */ 706 /* 17.6 mA */ [all …]
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | 2.Process.rst | 62 consentita una modifica più consistente, ma tali occasioni sono rare. 84 30 settembre 5.4-rc1, finestra di inclusione chiusa 97 rilevate nel precedente rilascio. Nessun baco è il benvenuto, ma quelli che 169 viene spesso svolto senza coinvolgere la comunità, ma è meglio renderlo 192 patch non riceve alcuna critica ma non è stata integrata dal 213 Ma lo sviluppatore originario dovrebbe continuare ad assumersi la 226 del kernel: Linus Torvalds. Ma, per esempio, di tutte le 9500 patch 245 del kernel, utilizzando abitualmente (ma certamente non sempre) git. 257 È chiaro che, qualche volta, guardi più attentamente. Ma, come regola 279 ma solleva anche un interessante quesito: se qualcuno volesse vedere tutte le [all …]
|
| H A D | maintainer-pgp-guide.rst | 102 Di base è di 30 minuti. 108 # set to 30 minutes for regular ttl, and 2 hours for max ttl 145 (*master key*), ma è una terminologia fuorviante perché lascia intendere che la 157 per criptare, 3 per firmare, ma solo una per una sola per certificare). Tutte 288 sovrascriverlo per errore, ed infine mettetelo in un posto sicuro -- ma non 308 ridurre i rischi elencati qui sopra, ma le passphrase possono essere scoperte 418 `GnuK`_ della FSIJ. È una delle opzioni più economiche, ma offre meno 421 - `Nitrokey 3`_: è simile alla Nitrokey Start, ma è più resistente alla 424 - `Yubikey 5`_: l'hardware e il software sono proprietari, ma è più economica 474 il genere, informazioni d'accesso, eccetera), ma non sono necessari e aggiunge [all …]
|
| H A 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/Documentation/devicetree/bindings/leds/backlight/ |
| H A D | richtek,rt4831-backlight.yaml | 17 Each channel driving current is up to 30mA
|
| H A D | mediatek,mt6370-backlight.yaml | 15 4 channels of 8 series WLEDs. Each channel supports up to 30mA of current
|
| /linux/Documentation/devicetree/bindings/iio/addac/ |
| H A 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/drivers/pinctrl/bcm/ |
| H A 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/Documentation/devicetree/bindings/leds/ |
| H A D | leds-lm36274.txt | 6 the I2C bus and/or controlled via a logic level PWM input from 60 uA to 30 mA.
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62p-verdin-ivy.dtsi | 113 /* D7 Blue - SODIMM 30 - LEDs.GPIO1 */ 239 AM62PX_IOPAD(0x01a4, PIN_INPUT, 7) /* (F24) MCASP0_ACLKX.GPIO1_11 */ /* SODIMM 30 */ 322 "", /* 30 */ 418 "", /* 30 */ 482 /* AIN1 0-20mA Current Input */ 509 /* AIN2 0-20mA Current Input */
|
| H A D | k3-am62-verdin-ivy.dtsi | 109 /* D7 Blue - SODIMM 30 - LEDs.GPIO1 */ 235 <AM62X_IOPAD(0x01a4, PIN_INPUT, 7)>, /* (A19) MCASP0_ACLKX.GPIO1_11 */ /* SODIMM 30 */ 314 "", /* 30 */ 407 "", /* 30 */ 507 /* AIN1 0-20mA Current Input */ 534 /* AIN2 0-20mA Current Input */
|
| /linux/Documentation/networking/device_drivers/can/ |
| H A 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/arch/xtensa/include/asm/ |
| H A D | regs.h | 21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, 102 #define DBREAKC_LOAD_BIT 30
|
| /linux/arch/sparc/include/asm/ |
| H A D | sfp-machine_64.h | 22 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 77 #define FP_ROUNDMODE ((current_thread_info()->xfsr[0] >> 30) & 0x3)
|
| /linux/arch/arm/mach-davinci/ |
| H A D | irqs.h | 24 * 675 Mass Ave, Cambridge, MA 02139, USA. 62 #define IRQ_DA8XX_CHIPINT2 30
|