/linux-6.8/drivers/gpu/drm/nouveau/include/nvif/ |
D | push.h | 126 #define PUSH_1(X,f,ds,n,o,p,s,mA,dA) do { \ argument 127 PUSH_##o##_HDR((p), s, mA, (ds)+(n)); \ 128 PUSH_##f(X, (p), X##mA, 1, o, (dA), ds, ""); \ 130 #define PUSH_2(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument 131 PUSH_ASSERT((mB) - (mA) == (1?PUSH_##o##_INC), "mthd1"); \ 132 PUSH_1(X, DATA_, 1, (ds) + (n), o, (p), s, X##mA, (dA), ##a); \ 135 #define PUSH_3(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument 136 PUSH_ASSERT((mB) - (mA) == (0?PUSH_##o##_INC), "mthd2"); \ 137 PUSH_2(X, DATA_, 1, (ds) + (n), o, (p), s, X##mA, (dA), ##a); \ 140 #define PUSH_4(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument [all …]
|
/linux-6.8/Documentation/devicetree/bindings/sound/ |
D | sgtl5000.yaml | 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
|
/linux-6.8/arch/parisc/lib/ |
D | lusercopy.S | 41 1: stbs,ma %r0,1(%sr3,%r26) 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) 183 20: ldb,ma 1(srcspc,src),t1 [all …]
|
/linux-6.8/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 */
|
D | bq24735.yaml | 39 This value must be between 128mA and 8.128A with a 64mA step resolution. 40 The POR value is 0x0000h. This number is in mA (e.g. 8192). 55 This value must be between 128mA and 8.064A with a 128mA step resolution. 56 The POR value is 0x1000h. This number is in mA (e.g. 8064).
|
/linux-6.8/arch/parisc/kernel/ |
D | relocate_kernel.S | 79 LDREG,ma REG_SZ(%arg0), %r3 107 LDREG,ma REG_SZ(%r21), %r8 108 LDREG,ma REG_SZ(%r21), %r9 109 LDREG,ma REG_SZ(%r21), %r10 110 LDREG,ma REG_SZ(%r21), %r11 111 STREG,ma %r8, REG_SZ(%r20) 112 STREG,ma %r9, REG_SZ(%r20) 113 STREG,ma %r10, REG_SZ(%r20) 114 STREG,ma %r11, REG_SZ(%r20) 117 LDREG,ma REG_SZ(%r21), %r8 [all …]
|
/linux-6.8/drivers/power/supply/ |
D | pcf50633-charger.c | 36 int pcf50633_mbc_usb_curlim_set(struct pcf50633 *pcf, int ma) in pcf50633_mbc_usb_curlim_set() argument 44 if (ma >= 1000) { in pcf50633_mbc_usb_curlim_set() 46 ma = 1000; in pcf50633_mbc_usb_curlim_set() 47 } else if (ma >= 500) { in pcf50633_mbc_usb_curlim_set() 49 ma = 500; in pcf50633_mbc_usb_curlim_set() 50 } else if (ma >= 100) { in pcf50633_mbc_usb_curlim_set() 52 ma = 100; in pcf50633_mbc_usb_curlim_set() 55 ma = 0; in pcf50633_mbc_usb_curlim_set() 61 dev_err(pcf->dev, "error setting usb curlim to %d mA\n", ma); in pcf50633_mbc_usb_curlim_set() 63 dev_info(pcf->dev, "usb curlim to %d mA\n", ma); in pcf50633_mbc_usb_curlim_set() [all …]
|
/linux-6.8/kernel/bpf/ |
D | memalloc.c | 513 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() argument 526 ma->percpu = percpu; in bpf_mem_alloc_init() 541 ma->objcg = objcg; in bpf_mem_alloc_init() 552 ma->cache = pc; in bpf_mem_alloc_init() 562 ma->objcg = objcg; in bpf_mem_alloc_init() 577 ma->caches = pcc; in bpf_mem_alloc_init() 581 int bpf_mem_alloc_percpu_init(struct bpf_mem_alloc *ma, struct obj_cgroup *objcg) in bpf_mem_alloc_percpu_init() argument 589 ma->caches = pcc; in bpf_mem_alloc_percpu_init() 590 ma->objcg = objcg; in bpf_mem_alloc_percpu_init() 591 ma->percpu = true; in bpf_mem_alloc_percpu_init() [all …]
|
/linux-6.8/arch/parisc/include/asm/ |
D | assembly.h | 63 #define STREGM std,ma 276 fstd,ma %fr0, 8(\regs) 277 fstd,ma %fr1, 8(\regs) 278 fstd,ma %fr2, 8(\regs) 279 fstd,ma %fr3, 8(\regs) 280 fstd,ma %fr4, 8(\regs) 281 fstd,ma %fr5, 8(\regs) 282 fstd,ma %fr6, 8(\regs) 283 fstd,ma %fr7, 8(\regs) 284 fstd,ma %fr8, 8(\regs) [all …]
|
D | checksum.h | 33 " ldws,ma 4(%1), %0\n" in ip_fast_csum() 39 " ldws,ma 12(%1), %3\n" in ip_fast_csum() 42 "1: ldws,ma 4(%1), %3\n" in ip_fast_csum() 129 " ldd,ma 8(%1), %4\n" /* get 1st saddr word */ in csum_ipv6_magic() 130 " ldd,ma 8(%2), %5\n" /* get 1st daddr word */ in csum_ipv6_magic() 132 " ldd,ma 8(%1), %6\n" /* 2nd saddr */ in csum_ipv6_magic() 133 " ldd,ma 8(%2), %7\n" /* 2nd daddr */ in csum_ipv6_magic() 150 " ldw,ma 4(%1), %4\n" /* get 1st saddr word */ in csum_ipv6_magic() 151 " ldw,ma 4(%2), %5\n" /* get 1st daddr word */ in csum_ipv6_magic() 153 " ldw,ma 4(%1), %6\n" /* 2nd saddr */ in csum_ipv6_magic() [all …]
|
D | barrier.h | 41 asm volatile("stb,ma %0,0(%1)" \ 46 asm volatile("sth,ma %0,0(%1)" \ 51 asm volatile("stw,ma %0,0(%1)" \ 57 asm volatile("std,ma %0,0(%1)" \ 71 asm volatile("ldb,ma 0(%1),%0" \ 76 asm volatile("ldh,ma 0(%1),%0" \ 81 asm volatile("ldw,ma 0(%1),%0" \ 87 asm volatile("ldd,ma 0(%1),%0" \
|
/linux-6.8/net/openvswitch/ |
D | flow_table.c | 177 static void __mask_array_destroy(struct mask_array *ma) in __mask_array_destroy() argument 179 free_percpu(ma->masks_usage_stats); in __mask_array_destroy() 180 kfree(ma); in __mask_array_destroy() 185 struct mask_array *ma = container_of(rcu, struct mask_array, rcu); in mask_array_rcu_cb() local 187 __mask_array_destroy(ma); in mask_array_rcu_cb() 190 static void tbl_mask_array_reset_counters(struct mask_array *ma) in tbl_mask_array_reset_counters() argument 199 for (i = 0; i < ma->max; i++) { in tbl_mask_array_reset_counters() 200 ma->masks_usage_zero_cntr[i] = 0; in tbl_mask_array_reset_counters() 207 stats = per_cpu_ptr(ma->masks_usage_stats, cpu); in tbl_mask_array_reset_counters() 213 ma->masks_usage_zero_cntr[i] += counter; in tbl_mask_array_reset_counters() [all …]
|
/linux-6.8/include/linux/ |
D | bpf_mem_alloc.h | 29 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu); 31 int bpf_mem_alloc_percpu_init(struct bpf_mem_alloc *ma, struct obj_cgroup *objcg); 33 int bpf_mem_alloc_percpu_unit_init(struct bpf_mem_alloc *ma, int size); 34 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma); 37 void *bpf_mem_alloc(struct bpf_mem_alloc *ma, size_t size); 38 void bpf_mem_free(struct bpf_mem_alloc *ma, void *ptr); 39 void bpf_mem_free_rcu(struct bpf_mem_alloc *ma, void *ptr); 42 void *bpf_mem_cache_alloc(struct bpf_mem_alloc *ma); 43 void bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr); 44 void bpf_mem_cache_free_rcu(struct bpf_mem_alloc *ma, void *ptr); [all …]
|
/linux-6.8/Documentation/devicetree/bindings/phy/ |
D | phy-stm32-usbphyc.yaml | 125 - <0> = 18.87 mA target current / nominal + 0% 126 - <1> = 19.165 mA target current / nominal + 1.56% 127 - <2> = 19.46 mA target current / nominal + 3.12% 128 - <3> = 19.755 mA target current / nominal + 4.68% 129 - <4> = 20.05 mA target current / nominal + 6.24% 130 - <5> = 20.345 mA target current / nominal + 7.8% 131 - <6> = 20.64 mA target current / nominal + 9.36% 132 - <7> = 20.935 mA target current / nominal + 10.92% 133 - <8> = 21.23 mA target current / nominal + 12.48% 134 - <9> = 21.525 mA target current / nominal + 14.04% [all …]
|
/linux-6.8/include/linux/platform_data/ |
D | adp8870.h | 83 * Blacklight current 0..30mA 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 */ 126 u8 l5_dark_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ [all …]
|
/linux-6.8/include/linux/iio/dac/ |
D | ad5421.h | 7 * @AD5421_CURRENT_RANGE_4mA_20mA: 4 mA to 20 mA (RANGE1,0 pins = 00) 8 * @AD5421_CURRENT_RANGE_3mA8_21mA: 3.8 mA to 21 mA (RANGE1,0 pins = x1) 9 * @AD5421_CURRENT_RANGE_3mA2_24mA: 3.2 mA to 24 mA (RANGE1,0 pins = 10)
|
/linux-6.8/io_uring/ |
D | advise.c | 34 struct io_madvise *ma = io_kiocb_to_cmd(req, struct io_madvise); in io_madvise_prep() local 39 ma->addr = READ_ONCE(sqe->addr); in io_madvise_prep() 40 ma->len = READ_ONCE(sqe->len); in io_madvise_prep() 41 ma->advice = READ_ONCE(sqe->fadvise_advice); in io_madvise_prep() 52 struct io_madvise *ma = io_kiocb_to_cmd(req, struct io_madvise); in io_madvise() local 57 ret = do_madvise(current->mm, ma->addr, ma->len, ma->advice); in io_madvise()
|
/linux-6.8/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.8/arch/sh/kernel/ |
D | traps_32.c | 103 struct mem_access *ma) in handle_unaligned_ins() argument 138 if (ma->from(dst, srcu, count)) in handle_unaligned_ins() 151 if (ma->to(dstu, src, count)) in handle_unaligned_ins() 162 if (ma->to(dstu, src, 4)) in handle_unaligned_ins() 175 if (ma->to(dstu, src, count)) in handle_unaligned_ins() 186 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins() 201 if (ma->from(dst, srcu, count)) in handle_unaligned_ins() 217 if (ma->to(dstu, src, 2)) in handle_unaligned_ins() 231 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins() 250 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins() [all …]
|
/linux-6.8/include/linux/usb/ |
D | pd.h | 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) 365 #define PDO_FIXED_OP_CURR(ma) ((((ma) / 10) & RDO_CURR_MASK) << RDO_FIXED_OP_CURR_SHIFT) argument [all …]
|
/linux-6.8/include/linux/power/ |
D | bq2415x_charger.h | 29 BQ2415X_MODE_NONE, /* unknown charger (100mA) */ 30 BQ2415X_MODE_HOST_CHARGER, /* usb host/hub charger (500mA) */ 36 int current_limit; /* mA */ 39 int charge_current; /* mA */ 40 int termination_current; /* mA */
|
/linux-6.8/Documentation/translations/it_IT/process/ |
D | botching-up-ioctls.rst | 18 sistema che finge di essere generico, ma al suo posto ci sono interfacce 19 dedicate. Ma al tempo stesso è più facile incasinare le cose. 41 i valori a 64-bit rispettandone l'allineamento, ma le piattaforme a 64-bit lo 78 Questo aiuta, ma non è una soluzione completa dato che uno spazio utente nuovo 157 parte. Gli orologi divergeranno, ma con questa informazione gli strumenti di 163 nanosecondi. Non è il modo migliore per specificare il tempo, ma è 177 scadenze potrebbero essere estese - ma sicuramente gli utenti vi odieranno 210 dei nomi con oggetti per il *framebuffer*, ma questi non sono per niente 216 sottomissione di un oggetto allo stesso comando ioctl. Ma per evitarlo, se 219 ma considerate l'idea di usare il numero di inode come identificatore per i [all …]
|
D | volatile-considered-harmful.rst | 15 *volatile* come una variabile atomica di facile utilizzo, ma non è così. 48 potrebbe pensare di sapere cosa ci sarà nel dato condiviso ma la chiamata 53 sincronizzazione rimarrebbe comunque necessaria. Ma verrà impedito al 62 essere protetto dai lock, ma si potrebbe anche desiderare che il compilatore 64 Ma, all'interno del kernel, l'accesso alla memoria di I/O viene sempre fatto 92 - I codice *inline assembly* che fa cambiamenti nella memoria, ma che non 97 volta che viene letta ma può essere lette senza alcuna sincronizzazione. 98 Quindi jiffies può essere *volatile*, ma l'aggiunta ad altre variabili di
|
/linux-6.8/drivers/usb/phy/ |
D | phy-gpio-vbus-usb.c | 37 unsigned mA; member 58 static void set_vbus_draw(struct gpio_vbus_data *gpio_vbus, unsigned mA) in set_vbus_draw() argument 68 if (mA) { in set_vbus_draw() 69 regulator_set_current_limit(vbus_draw, 0, 1000 * mA); in set_vbus_draw() 84 gpio_vbus->mA = mA; in set_vbus_draw() 202 static int gpio_vbus_set_power(struct usb_phy *phy, unsigned mA) in gpio_vbus_set_power() argument 209 set_vbus_draw(gpio_vbus, mA); in gpio_vbus_set_power() 220 /* draw max 0 mA from vbus in suspend mode; or the previously in gpio_vbus_set_suspend() 223 * NOTE: high powered configs (mA > 100) may draw up to 2.5 mA in gpio_vbus_set_suspend() 226 return gpio_vbus_set_power(phy, suspend ? 0 : gpio_vbus->mA); in gpio_vbus_set_suspend()
|