/Linux-v5.10/drivers/gpu/drm/nouveau/include/nvif/ |
D | push.h | 126 #define PUSH_1(X,f,ds,n,c,o,p,s,mA,dA) do { \ argument 127 PUSH_##o##_HDR((p), s, mA, (c)+(n)); \ 128 PUSH_##f(X, (p), X##mA, 1, o, (dA), ds, ""); \ 130 #define PUSH_2(X,f,ds,n,c,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, (c)+(n), o, (p), s, X##mA, (dA), ##a); \ 135 #define PUSH_3(X,f,ds,n,c,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, (c)+(n), o, (p), s, X##mA, (dA), ##a); \ 140 #define PUSH_4(X,f,ds,n,c,o,p,s,mB,dB,mA,dA,a...) do { \ argument [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | sgtl5000.yaml | 61 1 = 1.66 mA 2.87 mA 4.02 mA 62 2 = 3.33 mA 5.74 mA 8.03 mA 63 3 = 4.99 mA 8.61 mA 12.05 mA 74 1 = 1.66 mA 2.87 mA 4.02 mA 75 2 = 3.33 mA 5.74 mA 8.03 mA 76 3 = 4.99 mA 8.61 mA 12.05 mA
|
/Linux-v5.10/arch/parisc/lib/ |
D | lusercopy.S | 57 1: stbs,ma %r0,1(%sr1,%r26) 82 1: ldbs,ma 1(%sr1,%r26),%r1 86 2: ldbs,ma 1(%sr1,%r26),%r1 181 20: ldb,ma 1(srcspc,src),t1 182 21: stb,ma t1,1(dstspc,dst) 197 12: std,ma t1,8(dstspc,dst) 198 13: std,ma t2,8(dstspc,dst) 202 16: std,ma t1,8(dstspc,dst) 203 17: std,ma t2,8(dstspc,dst) 219 20: ldw,ma 4(srcspc,src),t1 [all …]
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | assembly.h | 18 #define STREGM std,ma 231 fstd,ma %fr0, 8(\regs) 232 fstd,ma %fr1, 8(\regs) 233 fstd,ma %fr2, 8(\regs) 234 fstd,ma %fr3, 8(\regs) 235 fstd,ma %fr4, 8(\regs) 236 fstd,ma %fr5, 8(\regs) 237 fstd,ma %fr6, 8(\regs) 238 fstd,ma %fr7, 8(\regs) 239 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-v5.10/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-v5.10/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 …]
|
D | bd70528-charger.c | 401 static int get_charge_current(struct bd70528_psy *bdpsy, int *ma) in get_charge_current() argument 418 sel, ma); in get_charge_current() 428 static int get_current_limit(struct bd70528_psy *bdpsy, int *ma) in get_current_limit() argument 446 sel, ma); in get_current_limit() 448 /* Unspecified values mean 500 mA */ in get_current_limit() 449 *ma = 500; in get_current_limit() 518 static int set_charge_current(struct bd70528_psy *bdpsy, int ma) in set_charge_current() argument 524 if (ma > 500) { in set_charge_current() 526 "Requested charge current %u exceed maximum (500mA)\n", in set_charge_current() 527 ma); in set_charge_current() [all …]
|
/Linux-v5.10/net/openvswitch/ |
D | flow_table.c | 176 static void __mask_array_destroy(struct mask_array *ma) in __mask_array_destroy() argument 178 free_percpu(ma->masks_usage_stats); in __mask_array_destroy() 179 kfree(ma); in __mask_array_destroy() 184 struct mask_array *ma = container_of(rcu, struct mask_array, rcu); in mask_array_rcu_cb() local 186 __mask_array_destroy(ma); in mask_array_rcu_cb() 189 static void tbl_mask_array_reset_counters(struct mask_array *ma) in tbl_mask_array_reset_counters() argument 198 for (i = 0; i < ma->max; i++) { in tbl_mask_array_reset_counters() 199 ma->masks_usage_zero_cntr[i] = 0; in tbl_mask_array_reset_counters() 206 stats = per_cpu_ptr(ma->masks_usage_stats, cpu); in tbl_mask_array_reset_counters() 212 ma->masks_usage_zero_cntr[i] += counter; in tbl_mask_array_reset_counters() [all …]
|
/Linux-v5.10/include/dt-bindings/usb/ |
D | pd.h | 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)
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/dac/ |
D | ad5758.txt | 44 * <0 20000>: 0 mA to 20 mA current range 45 * <0 24000>: 0 mA to 24 mA current range 46 * <4 24000>: 4 mA to 20 mA current range 47 * <(-20000) 20000>: ±20 mA current range 48 * <(-24000) 24000>: ±24 mA current range 49 * <(-1000) 22000>: −1 mA to +22 mA current range
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | msm8998-pins.dtsi | 9 drive-strength = <16>; /* 16 mA */ 17 drive-strength = <2>; /* 2 mA */ 25 drive-strength = <10>; /* 10 mA */ 33 drive-strength = <2>; /* 2 mA */ 41 drive-strength = <10>; /* 10 mA */ 49 drive-strength = <2>; /* 2 mA */ 62 drive-strength = <2>; /* 2 mA */ 75 drive-strength = <2>; /* 2 mA */
|
/Linux-v5.10/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-v5.10/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 …]
|
D | adp8860.h | 86 * Blacklight current 0..30mA 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-v5.10/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-v5.10/Documentation/devicetree/bindings/power/supply/ |
D | ti,bq24735.txt | 16 must be between 128mA and 8.128A with a 64mA step resolution. The POR value 17 is 0x0000h. This number is in mA (e.g. 8192), see spec for more information 24 value must be between 128mA and 8.064A with a 128mA step resolution. The 25 POR value is 0x1000h. This number is in mA (e.g. 8064), see the spec for
|
/Linux-v5.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 …]
|
/Linux-v5.10/net/ipv6/ |
D | mcast.c | 72 static void igmp6_join_group(struct ifmcaddr6 *ma); 73 static void igmp6_leave_group(struct ifmcaddr6 *ma); 944 struct ifmcaddr6 *ma, **map; in __ipv6_dev_mc_dec() local 949 for (map = &idev->mc_list; (ma = *map) != NULL; map = &ma->next) { in __ipv6_dev_mc_dec() 950 if (ipv6_addr_equal(&ma->mca_addr, addr)) { in __ipv6_dev_mc_dec() 951 if (--ma->mca_users == 0) { in __ipv6_dev_mc_dec() 952 *map = ma->next; in __ipv6_dev_mc_dec() 955 igmp6_group_dropped(ma); in __ipv6_dev_mc_dec() 956 ip6_mc_clear_src(ma); in __ipv6_dev_mc_dec() 958 ma_put(ma); in __ipv6_dev_mc_dec() [all …]
|
/Linux-v5.10/arch/sh/kernel/ |
D | traps_32.c | 86 struct mem_access *ma) in handle_unaligned_ins() argument 121 if (ma->from(dst, srcu, count)) in handle_unaligned_ins() 134 if (ma->to(dstu, src, count)) in handle_unaligned_ins() 145 if (ma->to(dstu, src, 4)) in handle_unaligned_ins() 158 if (ma->to(dstu, src, count)) in handle_unaligned_ins() 169 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins() 184 if (ma->from(dst, srcu, count)) in handle_unaligned_ins() 200 if (ma->to(dstu, src, 2)) in handle_unaligned_ins() 214 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins() 233 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins() [all …]
|
/Linux-v5.10/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-v5.10/Documentation/translations/it_IT/process/ |
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-v5.10/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()
|
/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | stmpe.txt | 34 0 -> 20 mA (typical 35mA max) 35 1 -> 50 mA (typical 80 mA max) 100 * 50 mA typical 80 mA max touchscreen drivers
|