Home
last modified time | relevance | path

Searched full:left (Results 1 – 25 of 4723) sorted by relevance

12345678910>>...189

/kernel/linux/linux-5.10/include/kunit/
Dtest.h740 left, \ argument
746 typeof(left) __left = (left); \
756 #left, \
768 left, \ argument
776 left, ==, right, \
784 left, \ argument
792 left, !=, right, \
800 left, \ argument
808 left, <, right, \
816 left, \ argument
[all …]
/kernel/linux/linux-4.19/scripts/kconfig/
Dexpr.c21 e->left.sym = sym; in expr_alloc_symbol()
29 e->left.expr = ce; in expr_alloc_one()
37 e->left.expr = e1; in expr_alloc_two()
46 e->left.sym = s1; in expr_alloc_comp()
76 e->left = org->left; in expr_copy()
79 e->left.expr = expr_copy(org->left.expr); in expr_copy()
87 e->left.sym = org->left.sym; in expr_copy()
93 e->left.expr = expr_copy(org->left.expr); in expr_copy()
115 expr_free(e->left.expr); in expr_free()
126 expr_free(e->left.expr); in expr_free()
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/
Dexpr.c22 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 …]
/kernel/linux/linux-5.10/sound/soc/sunxi/
Dsun50i-codec-analog.c280 "DACR", "DACL", "Right Mixer", "Left Mixer",
301 SND_SOC_DAPM_DAC("Left DAC", NULL, SUN50I_ADDA_MIX_DAC_CTRL,
306 SND_SOC_DAPM_ADC("Left ADC", NULL, SUN50I_ADDA_ADC_CTRL,
317 SND_SOC_DAPM_MUX("Left Headphone Source",
321 SND_SOC_DAPM_SWITCH("Left Headphone Switch",
325 SND_SOC_DAPM_OUT_DRV("Left Headphone Amp",
333 SND_SOC_DAPM_MUX("Left Line Out Source",
337 SND_SOC_DAPM_SWITCH("Left Line Out Switch",
380 SND_SOC_DAPM_MIXER("Left Mixer", SUN50I_ADDA_MIX_DAC_CTRL,
388 SND_SOC_DAPM_MIXER("Left ADC Mixer", SND_SOC_NOPM, 0, 0,
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Dpixfmt-y8i.rst18 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 …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-y8i.rst18 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 …]
/kernel/linux/linux-5.10/include/media/
Dv4l2-rect.h62 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 …]
/kernel/linux/linux-4.19/sound/soc/codecs/
Des8328.c190 SOC_SINGLE_TLV("Left Mixer Left Bypass Volume",
192 SOC_SINGLE_TLV("Left Mixer Right Bypass Volume",
194 SOC_SINGLE_TLV("Right Mixer Left Bypass Volume",
236 /* Left Mixer */
239 SOC_DAPM_SINGLE("Left Bypass Switch", ES8328_DACCONTROL17, 6, 1, 0),
246 SOC_DAPM_SINGLE("Left Playback Switch", ES8328_DACCONTROL19, 7, 1, 0),
247 SOC_DAPM_SINGLE("Left Bypass Switch", ES8328_DACCONTROL19, 6, 1, 0),
255 /* Left PGA Mux */
279 static const char * const es8328_mono_mux[] = {"Stereo", "Mono (Left)",
289 SND_SOC_DAPM_MUX("Left ADC Mux", SND_SOC_NOPM, 0, 0,
[all …]
Dwm8971.c99 static const char *wm8971_alc_func[] = { "Off", "Right", "Left", "Stereo" };
103 static const char *wm8971_mono_mux[] = {"Stereo", "Mono (Left)",
146 SOC_DOUBLE_R("Bypass Left Playback Volume", WM8971_LOUTM1,
195 /* Left Mixer */
198 SOC_DAPM_SINGLE("Left Bypass Switch", WM8971_LOUTM1, 7, 1, 0),
205 SOC_DAPM_SINGLE("Left Playback Switch", WM8971_ROUTM1, 8, 1, 0),
206 SOC_DAPM_SINGLE("Left Bypass Switch", WM8971_ROUTM1, 7, 1, 0),
213 SOC_DAPM_SINGLE("Left Playback Switch", WM8971_MOUTM1, 8, 1, 0),
214 SOC_DAPM_SINGLE("Left Bypass Switch", WM8971_MOUTM1, 7, 1, 0),
219 /* Left Line Mux */
[all …]
Dadau1761.c206 SOC_DAPM_SINGLE_AUTODISABLE("Left DAC Switch",
214 SOC_DAPM_SINGLE_TLV("Left Bypass Volume",
219 SOC_DAPM_SINGLE_AUTODISABLE("Left DAC Switch",
227 SOC_DAPM_SINGLE_TLV("Left Bypass Volume",
232 SOC_DAPM_SINGLE_TLV("Left Volume",
239 SOC_DAPM_SINGLE_TLV("Left Volume",
271 SND_SOC_DAPM_MIXER("Left Input Mixer", ADAU1761_REC_MIXER_LEFT0, 0, 0,
276 SOC_MIXER_ARRAY("Left Playback Mixer", ADAU1761_PLAY_MIXER_LEFT0,
280 SOC_MIXER_ARRAY("Left LR Playback Mixer", ADAU1761_PLAY_LR_MIXER_LEFT,
318 { "Left Input Mixer", NULL, "LINP" },
[all …]
Dwm8750.c100 static const char *wm8750_alc_func[] = {"Off", "Right", "Left", "Stereo"};
113 static const char *wm8750_mono_mux[] = {"Stereo", "Mono (Left)",
180 SOC_SINGLE("Left ADC Capture Volume", WM8750_LADC, 0, 255, 0),
204 SOC_DOUBLE_R("Bypass Left Playback Volume", WM8750_LOUTM1,
226 /* Left Mixer */
229 SOC_DAPM_SINGLE("Left Bypass Switch", WM8750_LOUTM1, 7, 1, 0),
236 SOC_DAPM_SINGLE("Left Playback Switch", WM8750_ROUTM1, 8, 1, 0),
237 SOC_DAPM_SINGLE("Left Bypass Switch", WM8750_ROUTM1, 7, 1, 0),
244 SOC_DAPM_SINGLE("Left Playback Switch", WM8750_MOUTM1, 8, 1, 0),
245 SOC_DAPM_SINGLE("Left Bypass Switch", WM8750_MOUTM1, 7, 1, 0),
[all …]
Dtlv320aic3x.c337 SOC_SINGLE_TLV("Left Line Mixer PGAR Bypass Volume",
339 SOC_SINGLE_TLV("Left Line Mixer DACR1 Playback Volume",
347 SOC_SINGLE_TLV("Left HP Mixer PGAR Bypass Volume",
349 SOC_SINGLE_TLV("Left HP Mixer DACR1 Playback Volume",
357 SOC_SINGLE_TLV("Left HPCOM Mixer PGAR Bypass Volume",
359 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 …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Des8328.c186 SOC_SINGLE_TLV("Left Mixer Left Bypass Volume",
188 SOC_SINGLE_TLV("Left Mixer Right Bypass Volume",
190 SOC_SINGLE_TLV("Right Mixer Left Bypass Volume",
232 /* Left Mixer */
235 SOC_DAPM_SINGLE("Left Bypass Switch", ES8328_DACCONTROL17, 6, 1, 0),
242 SOC_DAPM_SINGLE("Left Playback Switch", ES8328_DACCONTROL19, 7, 1, 0),
243 SOC_DAPM_SINGLE("Left Bypass Switch", ES8328_DACCONTROL19, 6, 1, 0),
251 /* Left PGA Mux */
275 static const char * const es8328_mono_mux[] = {"Stereo", "Mono (Left)",
285 SND_SOC_DAPM_MUX("Left ADC Mux", SND_SOC_NOPM, 0, 0,
[all …]
Dwm8971.c95 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 …]
Dwm8750.c97 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 …]
Dtlv320aic3x.c337 SOC_SINGLE_TLV("Left Line Mixer PGAR Bypass Volume",
339 SOC_SINGLE_TLV("Left Line Mixer DACR1 Playback Volume",
347 SOC_SINGLE_TLV("Left HP Mixer PGAR Bypass Volume",
349 SOC_SINGLE_TLV("Left HP Mixer DACR1 Playback Volume",
357 SOC_SINGLE_TLV("Left HPCOM Mixer PGAR Bypass Volume",
359 SOC_SINGLE_TLV("Left HPCOM Mixer DACR1 Playback Volume",
408 SOC_ENUM("Left AGC Target level", aic3x_lagc_level_enum),
410 SOC_ENUM("Left AGC Attack time", aic3x_lagc_attack_enum),
412 SOC_ENUM("Left AGC Decay time", aic3x_lagc_decay_enum),
437 SOC_SINGLE_TLV("Left Line Mixer Line2R Bypass Volume",
[all …]
/kernel/linux/linux-5.10/drivers/md/persistent-data/
Ddm-btree-remove.c25 * Each node may have a left or right sibling. When decending the spine,
32 * [B] No left sibling
36 * ==> rebalance(left sibling, node)
38 * [D] Both siblings, total_entries(left, node, right) <= DEL_THRESHOLD
39 * ==> delete node adding it's contents to left and right
41 * [E] Both siblings, total_entries(left, node, right) > DEL_THRESHOLD
42 * ==> rebalance(left, node, right)
82 static void node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy() argument
84 uint32_t nr_left = le32_to_cpu(left->header.nr_entries); in node_copy()
85 uint32_t value_size = le32_to_cpu(left->header.value_size); in node_copy()
[all …]
/kernel/linux/linux-4.19/drivers/md/persistent-data/
Ddm-btree-remove.c25 * Each node may have a left or right sibling. When decending the spine,
32 * [B] No left sibling
36 * ==> rebalance(left sibling, node)
38 * [D] Both siblings, total_entries(left, node, right) <= DEL_THRESHOLD
39 * ==> delete node adding it's contents to left and right
41 * [E] Both siblings, total_entries(left, node, right) > DEL_THRESHOLD
42 * ==> rebalance(left, node, right)
82 static void node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy() argument
84 uint32_t nr_left = le32_to_cpu(left->header.nr_entries); in node_copy()
85 uint32_t value_size = le32_to_cpu(left->header.value_size); in node_copy()
[all …]
/kernel/linux/linux-5.10/include/linux/
Duidgid.h61 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 …]
/kernel/linux/linux-4.19/include/linux/
Duidgid.h61 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 …]
/kernel/linux/linux-4.19/include/media/
Dv4l2-rect.h62 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()
98 r->left = max(r1->left, r2->left); in v4l2_rect_intersect()
100 right = min(r1->left + r1->width, r2->left + r2->width); in v4l2_rect_intersect()
102 r->width = max(0, right - r->left); in v4l2_rect_intersect()
123 r->left = r->top = r->width = r->height = 0; in v4l2_rect_scale()
126 r->left = (((r->left - from->left) * to->width) / from->width) & ~1; in v4l2_rect_scale()
143 * IF the left side of r1 is to the right of the right side of r2 OR in v4l2_rect_overlap()
[all …]
/kernel/linux/linux-5.10/arch/parisc/math-emu/
Dsfcmp.c42 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 …]
/kernel/linux/linux-4.19/net/sunrpc/
Dsysctl.c82 size_t left, len; in proc_dodebug() local
89 left = *lenp; in proc_dodebug()
92 if (!access_ok(VERIFY_READ, buffer, left)) in proc_dodebug()
95 while (left && __get_user(c, p) >= 0 && isspace(c)) in proc_dodebug()
96 left--, p++; in proc_dodebug()
97 if (!left) in proc_dodebug()
100 if (left > sizeof(tmpbuf) - 1) in proc_dodebug()
102 if (copy_from_user(tmpbuf, p, left)) in proc_dodebug()
104 tmpbuf[left] = '\0'; in proc_dodebug()
108 left -= (s - tmpbuf); in proc_dodebug()
[all …]
/kernel/linux/linux-4.19/arch/x86/crypto/
Ddes3_ede-asm_64.S101 #define initial_permutation(left, right) \ argument
102 do_permutation(left##d, right##d, 4, 0x0f0f0f0f); \
103 do_permutation(left##d, right##d, 16, 0x0000ffff); \
104 do_permutation(right##d, left##d, 2, 0x33333333); \
105 do_permutation(right##d, left##d, 8, 0x00ff00ff); \
107 movl left##d, RW0d; \
111 xorl RW0d, left##d; \
113 roll $1, left##d; \
115 expand_to_64bits(left, RT3);
117 #define final_permutation(left, right) \ argument
[all …]
/kernel/linux/linux-5.10/arch/x86/crypto/
Ddes3_ede-asm_64.S92 #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 …]

12345678910>>...189