/Linux-v6.1/include/kunit/ |
D | test.h | 572 left, \ argument 578 const typeof(left) __left = (left); \ 582 .left_text = #left, \ 602 left, \ argument 611 left, op, right, \ 617 left, \ argument 626 left, op, right, \ 632 left, \ argument 638 const char *__left = (left); \ 642 .left_text = #left, \ [all …]
|
/Linux-v6.1/scripts/kconfig/ |
D | expr.c | 22 e->left.sym = sym; in expr_alloc_symbol() 30 e->left.expr = ce; in expr_alloc_one() 38 e->left.expr = e1; in expr_alloc_two() 47 e->left.sym = s1; in expr_alloc_comp() 77 e->left = org->left; in expr_copy() 80 e->left.expr = expr_copy(org->left.expr); in expr_copy() 88 e->left.sym = org->left.sym; in expr_copy() 94 e->left.expr = expr_copy(org->left.expr); in expr_copy() 116 expr_free(e->left.expr); in expr_free() 127 expr_free(e->left.expr); in expr_free() [all …]
|
/Linux-v6.1/sound/soc/sunxi/ |
D | sun50i-codec-analog.c | 281 "DACR", "DACL", "Right Mixer", "Left Mixer", 302 SND_SOC_DAPM_DAC("Left DAC", NULL, SUN50I_ADDA_MIX_DAC_CTRL, 307 SND_SOC_DAPM_ADC("Left ADC", NULL, SUN50I_ADDA_ADC_CTRL, 318 SND_SOC_DAPM_MUX("Left Headphone Source", 322 SND_SOC_DAPM_SWITCH("Left Headphone Switch", 326 SND_SOC_DAPM_OUT_DRV("Left Headphone Amp", 334 SND_SOC_DAPM_MUX("Left Line Out Source", 338 SND_SOC_DAPM_SWITCH("Left Line Out Switch", 381 SND_SOC_DAPM_MIXER("Left Mixer", SUN50I_ADDA_MIX_DAC_CTRL, 389 SND_SOC_DAPM_MIXER("Left ADC Mixer", SND_SOC_NOPM, 0, 0, [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-y8i.rst | 18 word. E.g. the R200 RealSense camera stores pixel from the left sensor 32 - Y'\ :sub:`00left` 34 - Y'\ :sub:`01left` 36 - Y'\ :sub:`02left` 38 - Y'\ :sub:`03left` 41 - Y'\ :sub:`10left` 43 - Y'\ :sub:`11left` 45 - Y'\ :sub:`12left` 47 - Y'\ :sub:`13left` 50 - Y'\ :sub:`20left` [all …]
|
/Linux-v6.1/include/media/ |
D | v4l2-rect.h | 62 if (r->left < boundary->left) in v4l2_rect_map_inside() 63 r->left = boundary->left; in v4l2_rect_map_inside() 66 if (r->left + r->width > boundary->left + boundary->width) in v4l2_rect_map_inside() 67 r->left = boundary->left + boundary->width - r->width; in v4l2_rect_map_inside() 95 return r1->top == r2->top && r1->left == r2->left; in v4l2_rect_same_position() 124 r->left = max(r1->left, r2->left); in v4l2_rect_intersect() 126 right = min(r1->left + r1->width, r2->left + r2->width); in v4l2_rect_intersect() 128 r->width = max(0, right - r->left); in v4l2_rect_intersect() 149 r->left = r->top = r->width = r->height = 0; in v4l2_rect_scale() 152 r->left = (((r->left - from->left) * to->width) / from->width) & ~1; in v4l2_rect_scale() [all …]
|
/Linux-v6.1/sound/soc/codecs/ |
D | es8328.c | 189 SOC_SINGLE_TLV("Left Mixer Left Bypass Volume", 191 SOC_SINGLE_TLV("Left Mixer Right Bypass Volume", 193 SOC_SINGLE_TLV("Right Mixer Left Bypass Volume", 235 /* Left Mixer */ 238 SOC_DAPM_SINGLE("Left Bypass Switch", ES8328_DACCONTROL17, 6, 1, 0), 245 SOC_DAPM_SINGLE("Left Playback Switch", ES8328_DACCONTROL19, 7, 1, 0), 246 SOC_DAPM_SINGLE("Left Bypass Switch", ES8328_DACCONTROL19, 6, 1, 0), 254 /* Left PGA Mux */ 278 static const char * const es8328_mono_mux[] = {"Stereo", "Mono (Left)", 288 SND_SOC_DAPM_MUX("Left ADC Mux", SND_SOC_NOPM, 0, 0, [all …]
|
D | wm8971.c | 95 static const char *wm8971_alc_func[] = { "Off", "Right", "Left", "Stereo" }; 99 static const char *wm8971_mono_mux[] = {"Stereo", "Mono (Left)", 142 SOC_DOUBLE_R("Bypass Left Playback Volume", WM8971_LOUTM1, 191 /* Left Mixer */ 194 SOC_DAPM_SINGLE("Left Bypass Switch", WM8971_LOUTM1, 7, 1, 0), 201 SOC_DAPM_SINGLE("Left Playback Switch", WM8971_ROUTM1, 8, 1, 0), 202 SOC_DAPM_SINGLE("Left Bypass Switch", WM8971_ROUTM1, 7, 1, 0), 209 SOC_DAPM_SINGLE("Left Playback Switch", WM8971_MOUTM1, 8, 1, 0), 210 SOC_DAPM_SINGLE("Left Bypass Switch", WM8971_MOUTM1, 7, 1, 0), 215 /* Left Line Mux */ [all …]
|
D | wm8750.c | 97 static const char *wm8750_alc_func[] = {"Off", "Right", "Left", "Stereo"}; 110 static const char *wm8750_mono_mux[] = {"Stereo", "Mono (Left)", 177 SOC_SINGLE("Left ADC Capture Volume", WM8750_LADC, 0, 255, 0), 201 SOC_DOUBLE_R("Bypass Left Playback Volume", WM8750_LOUTM1, 223 /* Left Mixer */ 226 SOC_DAPM_SINGLE("Left Bypass Switch", WM8750_LOUTM1, 7, 1, 0), 233 SOC_DAPM_SINGLE("Left Playback Switch", WM8750_ROUTM1, 8, 1, 0), 234 SOC_DAPM_SINGLE("Left Bypass Switch", WM8750_ROUTM1, 7, 1, 0), 241 SOC_DAPM_SINGLE("Left Playback Switch", WM8750_MOUTM1, 8, 1, 0), 242 SOC_DAPM_SINGLE("Left Bypass Switch", WM8750_MOUTM1, 7, 1, 0), [all …]
|
D | tlv320aic3x.c | 330 SOC_SINGLE_TLV("Left Line Mixer PGAR Bypass Volume", 332 SOC_SINGLE_TLV("Left Line Mixer DACR1 Playback Volume", 340 SOC_SINGLE_TLV("Left HP Mixer PGAR Bypass Volume", 342 SOC_SINGLE_TLV("Left HP Mixer DACR1 Playback Volume", 350 SOC_SINGLE_TLV("Left HPCOM Mixer PGAR Bypass Volume", 352 SOC_SINGLE_TLV("Left HPCOM Mixer DACR1 Playback Volume", 401 SOC_ENUM("Left AGC Target level", aic3x_lagc_level_enum), 403 SOC_ENUM("Left AGC Attack time", aic3x_lagc_attack_enum), 405 SOC_ENUM("Left AGC Decay time", aic3x_lagc_decay_enum), 430 SOC_SINGLE_TLV("Left Line Mixer Line2R Bypass Volume", [all …]
|
D | da9055.c | 383 "ADC output left", "ADC output right", "AIF input left", 393 /* MIC PGA Left source select */ 458 /* Select the left or right channel and capture data */ in da9055_get_alc_data() 494 /* Mute Mic PGA Left and Right */ in da9055_put_alc_sw() 504 /* Enable ADC Left and Right */ in da9055_put_alc_sw() 510 /* Calculate average for Left and Right data */ in da9055_put_alc_sw() 511 /* Left Data */ in da9055_put_alc_sw() 642 SOC_SINGLE("DAC Left Invert", DA9055_DIG_CTRL, 3, 1, 0), 692 /* Mic PGA Left Source */ 700 /* In Mixer Left */ [all …]
|
D | wm8988.c | 149 static const char *alc_func_txt[] = {"Off", "Right", "Left", "Stereo"}; 216 SOC_SINGLE_TLV("Left Mixer Left Bypass Volume", WM8988_LOUTM1, 4, 7, 1, 218 SOC_SINGLE_TLV("Left Mixer Right Bypass Volume", WM8988_LOUTM2, 4, 7, 1, 220 SOC_SINGLE_TLV("Right Mixer Left Bypass Volume", WM8988_ROUTM1, 4, 7, 1, 278 /* Left Mixer */ 281 SOC_DAPM_SINGLE("Left Bypass Switch", WM8988_LOUTM1, 7, 1, 0), 288 SOC_DAPM_SINGLE("Left Playback Switch", WM8988_ROUTM1, 8, 1, 0), 289 SOC_DAPM_SINGLE("Left Bypass Switch", WM8988_ROUTM1, 7, 1, 0), 297 /* Left PGA Mux */ 323 static const char *wm8988_mono_mux[] = {"Stereo", "Mono (Left)", [all …]
|
D | adau1761.c | 176 "Left", 330 SOC_DAPM_SINGLE_AUTODISABLE("Left DAC Switch", 338 SOC_DAPM_SINGLE_TLV("Left Bypass Volume", 343 SOC_DAPM_SINGLE_AUTODISABLE("Left DAC Switch", 351 SOC_DAPM_SINGLE_TLV("Left Bypass Volume", 356 SOC_DAPM_SINGLE_TLV("Left Volume", 363 SOC_DAPM_SINGLE_TLV("Left Volume", 395 SND_SOC_DAPM_MIXER("Left Input Mixer", ADAU1761_REC_MIXER_LEFT0, 0, 0, 400 SOC_MIXER_ARRAY("Left Playback Mixer", ADAU1761_PLAY_MIXER_LEFT0, 404 SOC_MIXER_ARRAY("Left LR Playback Mixer", ADAU1761_PLAY_LR_MIXER_LEFT, [all …]
|
D | da7213.c | 202 /* Select the left or right channel and capture data */ in da7213_get_alc_data() 226 /* Calculate average for Left and Right data */ in da7213_alc_calib_man() 227 /* Left Data */ in da7213_alc_calib_man() 300 /* Enable ADC Left and Right */ in da7213_alc_calib() 604 "ADC Left", "ADC Right", "DAI Input Left", "DAI Input Right" 612 SOC_DAPM_ENUM("DAI Left Source MUX", da7213_dai_l_src); 623 "ADC Output Left", "ADC Output Right", "DAI Input Left", 632 SOC_DAPM_ENUM("DAC Left Source MUX", da7213_dac_l_src); 645 /* Mixin Left */ 647 SOC_DAPM_SINGLE("Aux Left Switch", DA7213_MIXIN_L_SELECT, [all …]
|
/Linux-v6.1/include/linux/ |
D | uidgid.h | 61 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq() argument 63 return __kuid_val(left) == __kuid_val(right); in uid_eq() 66 static inline bool gid_eq(kgid_t left, kgid_t right) in gid_eq() argument 68 return __kgid_val(left) == __kgid_val(right); in gid_eq() 71 static inline bool uid_gt(kuid_t left, kuid_t right) in uid_gt() argument 73 return __kuid_val(left) > __kuid_val(right); in uid_gt() 76 static inline bool gid_gt(kgid_t left, kgid_t right) in gid_gt() argument 78 return __kgid_val(left) > __kgid_val(right); in gid_gt() 81 static inline bool uid_gte(kuid_t left, kuid_t right) in uid_gte() argument 83 return __kuid_val(left) >= __kuid_val(right); in uid_gte() [all …]
|
/Linux-v6.1/arch/x86/crypto/ |
D | des3_ede-asm_64.S | 92 #define initial_permutation(left, right) \ argument 93 do_permutation(left##d, right##d, 4, 0x0f0f0f0f); \ 94 do_permutation(left##d, right##d, 16, 0x0000ffff); \ 95 do_permutation(right##d, left##d, 2, 0x33333333); \ 96 do_permutation(right##d, left##d, 8, 0x00ff00ff); \ 98 movl left##d, RW0d; \ 102 xorl RW0d, left##d; \ 104 roll $1, left##d; \ 106 expand_to_64bits(left, RT3); 108 #define final_permutation(left, right) \ argument [all …]
|
/Linux-v6.1/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 28 * Each node may have a left or right sibling. When decending the spine, 35 * [B] No left sibling 39 * ==> rebalance(left sibling, node) 41 * [D] Both siblings, total_entries(left, node, right) <= DEL_THRESHOLD 42 * ==> delete node adding it's contents to left and right 44 * [E] Both siblings, total_entries(left, node, right) > DEL_THRESHOLD 45 * ==> rebalance(left, node, right) 85 static int node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy() argument 87 uint32_t nr_left = le32_to_cpu(left->header.nr_entries); in node_copy() 88 uint32_t value_size = le32_to_cpu(left->header.value_size); in node_copy() [all …]
|
/Linux-v6.1/arch/parisc/math-emu/ |
D | sfcmp.c | 42 register unsigned int left, right; in sgl_fcmp() local 46 left = *leftptr; in sgl_fcmp() 52 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 58 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 59 && Sgl_isnotzero_mantissa(left) in sgl_fcmp() 60 && (Exception(cond) || Sgl_isone_signaling(left))) in sgl_fcmp() 76 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 77 && Sgl_isnotzero_mantissa(left)) in sgl_fcmp() 90 Sgl_xortointp1(left,right,xorresult); in sgl_fcmp() 93 /* left negative => less, left positive => greater. in sgl_fcmp() [all …]
|
D | sfsub.c | 42 register unsigned int left, right, result, extent; in sgl_fsub() local 50 left = *leftptr; in sgl_fsub() 55 Sgl_xortointp1(left,right,/*to*/save); in sgl_fsub() 60 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT) in sgl_fsub() 62 if (Sgl_iszero_mantissa(left)) in sgl_fsub() 80 *dstptr = left; in sgl_fsub() 89 if (Sgl_isone_signaling(left)) in sgl_fsub() 95 Sgl_set_quiet(left); in sgl_fsub() 113 *dstptr = left; in sgl_fsub() 116 } /* End left NaN or Infinity processing */ in sgl_fsub() [all …]
|
D | sfadd.c | 42 register unsigned int left, right, result, extent; in sgl_fadd() local 52 left = *leftptr; in sgl_fadd() 57 Sgl_xortointp1(left,right,/*to*/save); in sgl_fadd() 62 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT) in sgl_fadd() 64 if (Sgl_iszero_mantissa(left)) in sgl_fadd() 82 *dstptr = left; in sgl_fadd() 91 if (Sgl_isone_signaling(left)) in sgl_fadd() 97 Sgl_set_quiet(left); in sgl_fadd() 115 *dstptr = left; in sgl_fadd() 118 } /* End left NaN or Infinity processing */ in sgl_fadd() [all …]
|
/Linux-v6.1/drivers/media/pci/bt8xx/ |
D | btcx-risc.c | 86 if (win->left < 0) { in btcx_screen_clips() 87 /* left */ in btcx_screen_clips() 88 clips[n].c.left = 0; in btcx_screen_clips() 90 clips[n].c.width = -win->left; in btcx_screen_clips() 94 if (win->left + win->width > swidth) { in btcx_screen_clips() 96 clips[n].c.left = swidth - win->left; in btcx_screen_clips() 98 clips[n].c.width = win->width - clips[n].c.left; in btcx_screen_clips() 104 clips[n].c.left = 0; in btcx_screen_clips() 112 clips[n].c.left = 0; in btcx_screen_clips() 128 nx = (win->left + mask) & ~mask; in btcx_align() [all …]
|
/Linux-v6.1/net/sunrpc/ |
D | sysctl.c | 90 size_t left, len; in proc_dodebug() local 97 left = *lenp; in proc_dodebug() 101 while (left && isspace(*p)) { in proc_dodebug() 102 left--; in proc_dodebug() 105 if (!left) in proc_dodebug() 108 if (left > sizeof(tmpbuf) - 1) in proc_dodebug() 110 memcpy(tmpbuf, p, left); in proc_dodebug() 111 tmpbuf[left] = '\0'; in proc_dodebug() 115 left -= (s - tmpbuf); in proc_dodebug() 116 if (left && !isspace(*s)) in proc_dodebug() [all …]
|
/Linux-v6.1/fs/quota/ |
D | kqid.c | 8 * @left: A qid value 13 bool qid_eq(struct kqid left, struct kqid right) in qid_eq() argument 15 if (left.type != right.type) in qid_eq() 17 switch(left.type) { in qid_eq() 19 return uid_eq(left.uid, right.uid); in qid_eq() 21 return gid_eq(left.gid, right.gid); in qid_eq() 23 return projid_eq(left.projid, right.projid); in qid_eq() 32 * @left: The possibly lesser qid value 35 * Return true if left is less than right and false otherwise. 37 bool qid_lt(struct kqid left, struct kqid right) in qid_lt() argument [all …]
|
/Linux-v6.1/drivers/net/wireless/intersil/hostap/ |
D | hostap_info.c | 15 int left) in prism2_info_commtallies16() argument 19 if (left < sizeof(struct hfa384x_comm_tallies)) { in prism2_info_commtallies16() 21 "info frame\n", local->dev->name, left); in prism2_info_commtallies16() 55 int left) in prism2_info_commtallies32() argument 59 if (left < sizeof(struct hfa384x_comm_tallies32)) { in prism2_info_commtallies32() 61 "info frame\n", local->dev->name, left); in prism2_info_commtallies32() 95 int left) in prism2_info_commtallies() argument 98 prism2_info_commtallies32(local, buf, left); in prism2_info_commtallies() 100 prism2_info_commtallies16(local, buf, left); in prism2_info_commtallies() 130 int left) in prism2_info_linkstatus() argument [all …]
|
/Linux-v6.1/Documentation/sound/cards/ |
D | audigy-mixer.rst | 49 This control is used to attenuate samples for left and right front PCM FX-bus 50 accumulators. ALSA uses accumulators 8 and 9 for left and right front PCM 56 This control is used to attenuate samples for left and right surround PCM FX-bus 57 accumulators. ALSA uses accumulators 2 and 3 for left and right surround PCM 75 This control is used to attenuate samples for left and right PCM FX-bus 76 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM samples for 82 This control is used to attenuate samples for left and right PCM FX-bus 83 accumulator. ALSA uses accumulators 0 and 1 for left and right PCM. 89 This control is used to attenuate samples for left and right MIDI FX-bus 90 accumulators. ALSA uses accumulators 4 and 5 for left and right MIDI samples. [all …]
|
/Linux-v6.1/sound/soc/meson/ |
D | t9015.c | 107 static const char * const dacr_in_txt[] = { "Right", "Left" }; 110 static const char * const dacl_in_txt[] = { "Left", "Right" }; 133 SOC_DAPM_ENUM("Left DAC Source", dacl_in_enum); 137 SND_SOC_DAPM_AIF_IN("Left IN", NULL, 0, SND_SOC_NOPM, 0, 0), 140 SND_SOC_DAPM_MUX("Left DAC Sel", SND_SOC_NOPM, 0, 0, 143 SND_SOC_DAPM_DAC("Left DAC", NULL, BLOCK_EN, DACL_EN, 0), 148 SND_SOC_DAPM_OUT_DRV("Left- Driver", BLOCK_EN, LOLN_EN, 0, 150 SND_SOC_DAPM_OUT_DRV("Left+ Driver", BLOCK_EN, LOLP_EN, 0, 160 { "Left IN", NULL, "Playback" }, 162 { "Right DAC Sel", "Left", "Left IN" }, [all …]
|