/linux/include/kunit/ |
H A D | test.h | 767 left, \ argument 773 const typeof(left) __left = (left); \ 777 .left_text = #left, \ 798 left, \ argument 807 left, op, right, \ 813 left, \ argument 822 left, op, right, \ 828 left, \ argument 834 const char *__left = (left); \ 838 .left_text = #left, \ [all …]
|
/linux/scripts/kconfig/ |
H A D | expr.c | 29 * @l: left node 41 if (e->type == type && e->left._initdata == l && in expr_lookup() 48 e->left._initdata = l; in expr_lookup() 108 l = (*ep1)->left.expr; in __expr_eliminate_eq() 116 l = (*ep2)->left.expr; in __expr_eliminate_eq() 127 (*ep1)->left.sym == (*ep2)->left.sym && in __expr_eliminate_eq() 128 ((*ep1)->left.sym == &symbol_yes || (*ep1)->left.sym == &symbol_no)) in __expr_eliminate_eq() 228 return e1->left in expr_eq() [all...] |
/linux/sound/soc/sunxi/ |
H A D | sun50i-codec-analog.c | 287 "DACR", "DACL", "Right Mixer", "Left Mixer", 321 SND_SOC_DAPM_DAC("Left DAC", NULL, SUN50I_ADDA_MIX_DAC_CTRL, 326 SND_SOC_DAPM_ADC("Left ADC", NULL, SUN50I_ADDA_ADC_CTRL, 337 SND_SOC_DAPM_MUX("Left Headphone Source", 341 SND_SOC_DAPM_SWITCH("Left Headphone Switch", 345 SND_SOC_DAPM_OUT_DRV("Left Headphone Amp", 353 SND_SOC_DAPM_MUX("Left Line Out Source", 357 SND_SOC_DAPM_SWITCH("Left Line Out Switch", 401 SND_SOC_DAPM_MIXER("Left Mixer", SUN50I_ADDA_MIX_DAC_CTRL, 409 SND_SOC_DAPM_MIXER("Left ADC Mixer", SND_SOC_NOPM, 0, 0, [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A 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/include/media/ |
H A 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/sound/soc/codecs/ |
H A D | es8328.c | 188 SOC_SINGLE_TLV("Left Mixer Left Bypass Volume", 190 SOC_SINGLE_TLV("Left Mixer Right Bypass Volume", 192 SOC_SINGLE_TLV("Right Mixer Left Bypass Volume", 234 /* Left Mixer */ 237 SOC_DAPM_SINGLE("Left Bypass Switch", ES8328_DACCONTROL17, 6, 1, 0), 244 SOC_DAPM_SINGLE("Left Playback Switch", ES8328_DACCONTROL19, 7, 1, 0), 245 SOC_DAPM_SINGLE("Left Bypass Switch", ES8328_DACCONTROL19, 6, 1, 0), 253 /* Left PGA Mux */ 277 static const char * const es8328_mono_mux[] = {"Stereo", "Mono (Left)", 287 SND_SOC_DAPM_MUX("Left ADC Mux", SND_SOC_NOPM, 0, 0, [all …]
|
H A 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 …]
|
H A D | tlv320aic3x.c | 331 SOC_SINGLE_TLV("Left Line Mixer PGAR Bypass Volume", 333 SOC_SINGLE_TLV("Left Line Mixer DACR1 Playback Volume", 341 SOC_SINGLE_TLV("Left HP Mixer PGAR Bypass Volume", 343 SOC_SINGLE_TLV("Left HP Mixer DACR1 Playback Volume", 351 SOC_SINGLE_TLV("Left HPCOM Mixer PGAR Bypass Volume", 353 SOC_SINGLE_TLV("Left HPCOM Mixer DACR1 Playback Volume", 402 SOC_ENUM("Left AGC Target level", aic3x_lagc_level_enum), 404 SOC_ENUM("Left AGC Attack time", aic3x_lagc_attack_enum), 406 SOC_ENUM("Left AGC Decay time", aic3x_lagc_decay_enum), 431 SOC_SINGLE_TLV("Left Line Mixer Line2R Bypass Volume", [all …]
|
H A 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 …]
|
H A D | da9055.c | 382 "ADC output left", "ADC output right", "AIF input left", 392 /* MIC PGA Left source select */ 457 /* Select the left or right channel and capture data */ in da9055_get_alc_data() 493 /* Mute Mic PGA Left and Right */ in da9055_put_alc_sw() 503 /* Enable ADC Left and Right */ in da9055_put_alc_sw() 509 /* Calculate average for Left and Right data */ in da9055_put_alc_sw() 510 /* Left Data */ in da9055_put_alc_sw() 641 SOC_SINGLE("DAC Left Invert", DA9055_DIG_CTRL, 3, 1, 0), 691 /* Mic PGA Left Source */ 699 /* In Mixer Left */ [all …]
|
H A 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 …]
|
H A 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 …]
|
H A D | da7210.c | 486 /* In Mixer Left */ 488 SOC_DAPM_SINGLE("Mic Left Switch", DA7210_INMIX_L, 0, 1, 0), 490 SOC_DAPM_SINGLE("Aux1 Left Switch", DA7210_INMIX_L, 2, 1, 0), 492 SOC_DAPM_SINGLE("Outmix Left Switch", DA7210_INMIX_L, 4, 1, 0), 498 SOC_DAPM_SINGLE("Mic Left Switch", DA7210_INMIX_R, 1, 1, 0), 504 /* Out Mixer Left */ 506 SOC_DAPM_SINGLE("Aux1 Left Switch", DA7210_OUTMIX_L, 0, 1, 0), 508 SOC_DAPM_SINGLE("INPGA Left Switch", DA7210_OUTMIX_L, 2, 1, 0), 510 SOC_DAPM_SINGLE("DAC Left Switch", DA7210_OUTMIX_L, 4, 1, 0), 517 SOC_DAPM_SINGLE("INPGA Left Switch", DA7210_OUTMIX_R, 2, 1, 0), [all …]
|
/linux/include/linux/ |
H A D | uidgid.h | 53 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq() argument 55 return __kuid_val(left) == __kuid_val(right); in uid_eq() 58 static inline bool gid_eq(kgid_t left, kgid_t right) in gid_eq() argument 60 return __kgid_val(left) == __kgid_val(right); in gid_eq() 63 static inline bool uid_gt(kuid_t left, kuid_t right) in uid_gt() argument 65 return __kuid_val(left) > __kuid_val(right); in uid_gt() 68 static inline bool gid_gt(kgid_t left, kgid_t right) in gid_gt() argument 70 return __kgid_val(left) > __kgid_val(right); in gid_gt() 73 static inline bool uid_gte(kuid_t left, kuid_t right) in uid_gte() argument 75 return __kuid_val(left) >= __kuid_val(right); in uid_gte() [all …]
|
/linux/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 29 * Each node may have a left or right sibling. When decending the spine, 36 * [B] No left sibling 40 * ==> rebalance(left sibling, node) 42 * [D] Both siblings, total_entries(left, node, right) <= DEL_THRESHOLD 43 * ==> delete node adding it's contents to left and right 45 * [E] Both siblings, total_entries(left, node, right) > DEL_THRESHOLD 46 * ==> rebalance(left, node, right) 86 static int node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy() argument 88 uint32_t nr_left = le32_to_cpu(left->header.nr_entries); in node_copy() 89 uint32_t value_size = le32_to_cpu(left->header.value_size); in node_copy() [all …]
|
/linux/arch/parisc/math-emu/ |
H A 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 …]
|
H A 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 …]
|
H A 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/net/sunrpc/ |
H A D | sysctl.c | 71 size_t left, len; in proc_dodebug() local 78 left = *lenp; in proc_dodebug() 82 while (left && isspace(*p)) { in proc_dodebug() 83 left--; in proc_dodebug() 86 if (!left) in proc_dodebug() 89 if (left > sizeof(tmpbuf) - 1) in proc_dodebug() 91 memcpy(tmpbuf, p, left); in proc_dodebug() 92 tmpbuf[left] = '\0'; in proc_dodebug() 96 left -= (s - tmpbuf); in proc_dodebug() 97 if (left && !isspace(*s)) in proc_dodebug() [all …]
|
/linux/arch/x86/crypto/ |
H A 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/fs/quota/ |
H A 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/Documentation/sound/cards/ |
H A D | audigy-mixer.rst | 49 This control is used to attenuate samples from left and right front PCM FX-bus 50 accumulators. ALSA uses accumulators 8 and 9 for left and right front PCM 55 This control is used to attenuate samples from left and right surround PCM FX-bus 56 accumulators. ALSA uses accumulators 2 and 3 for left and right surround PCM 62 This control is used to attenuate samples from left and right side PCM FX-bus 63 accumulators. ALSA uses accumulators 14 and 15 for left and right side PCM 80 This control is used to attenuate samples from left and right PCM FX-bus 81 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM samples for 86 This control is used to attenuate samples from left and right PCM FX-bus 87 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM samples for [all …]
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | base_gamepad.py | 64 self.left = (127, 127) 83 left=(None, None), argument 93 :param left: a tuple of absolute (x, y) value of the left joypad 128 left = replace_none_in_tuple(left, self.left) 129 self.left = left 142 self.store_axes("left_stick", gamepad, left) 150 self, *, left=(None, None), right=(None, None), hat_switch=None, buttons=None argument 155 :param left: a tuple of absolute (x, y) value of the left joypad 165 left=left, right=right, hat_switch=hat_switch, buttons=buttons 205 left=(None, None), argument [all …]
|
/linux/sound/soc/meson/ |
H A D | t9015.c | 106 static const char * const dacr_in_txt[] = { "Right", "Left" }; 109 static const char * const dacl_in_txt[] = { "Left", "Right" }; 132 SOC_DAPM_ENUM("Left DAC Source", dacl_in_enum); 136 SND_SOC_DAPM_AIF_IN("Left IN", NULL, 0, SND_SOC_NOPM, 0, 0), 139 SND_SOC_DAPM_MUX("Left DAC Sel", SND_SOC_NOPM, 0, 0, 142 SND_SOC_DAPM_DAC("Left DAC", NULL, BLOCK_EN, DACL_EN, 0), 147 SND_SOC_DAPM_OUT_DRV("Left- Driver", BLOCK_EN, LOLN_EN, 0, 149 SND_SOC_DAPM_OUT_DRV("Left+ Driver", BLOCK_EN, LOLP_EN, 0, 159 { "Left IN", NULL, "Playback" }, 161 { "Right DAC Sel", "Left", "Left IN" }, [all …]
|
/linux/tools/perf/util/ |
H A D | sort.c | 111 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp() argument 113 return thread__tid(right->thread) - thread__tid(left->thread); in sort__thread_cmp() 147 sort__simd_cmp(struct hist_entry *left, struct hist_entry *right) in sort__simd_cmp() argument 149 if (left->simd_flags.arch != right->simd_flags.arch) in sort__simd_cmp() 150 return (int64_t) left->simd_flags.arch - right->simd_flags.arch; in sort__simd_cmp() 152 return (int64_t) left->simd_flags.pred - right->simd_flags.pred; in sort__simd_cmp() 198 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp() argument 200 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_cmp() 204 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse() argument 206 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_collapse() [all …]
|