Home
last modified time | relevance | path

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

12345678910>>...104

/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-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-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-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 …]
Dda9055.c383 "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 …]
Dsirf-audio-codec.c64 SOC_DAPM_SINGLE("Line Left Switch", AUDIO_IC_CODEC_CTRL1, 6, 1, 0),
65 SOC_DAPM_SINGLE("Mic Left Switch", AUDIO_IC_CODEC_CTRL1, 3, 1, 0),
164 SND_SOC_DAPM_OUT_DRV("HP Left Driver", AUDIO_IC_CODEC_CTRL1,
173 SND_SOC_DAPM_OUT_DRV("HP Left Driver", AUDIO_IC_CODEC_CTRL1,
192 SND_SOC_DAPM_DAC("DAC left", NULL, AUDIO_IC_CODEC_CTRL0, 1, 0),
194 SND_SOC_DAPM_SWITCH("Left dac to hp left amp", SND_SOC_NOPM, 0, 0,
196 SND_SOC_DAPM_SWITCH("Left dac to hp right amp", SND_SOC_NOPM, 0, 0,
198 SND_SOC_DAPM_SWITCH("Right dac to hp left amp", SND_SOC_NOPM, 0, 0,
202 SND_SOC_DAPM_OUT_DRV("HP amp left driver", AUDIO_IC_CODEC_CTRL0, 3, 0,
207 SND_SOC_DAPM_SWITCH("Left dac to speaker lineout", SND_SOC_NOPM, 0, 0,
[all …]
Dadau1761.c176 "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 …]
Dwm8988.c149 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 …]
/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-5.10/include/linux/
Duidgid.h65 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq() argument
67 return __kuid_val(left) == __kuid_val(right); in uid_eq()
70 static inline bool gid_eq(kgid_t left, kgid_t right) in gid_eq() argument
72 return __kgid_val(left) == __kgid_val(right); in gid_eq()
75 static inline bool uid_gt(kuid_t left, kuid_t right) in uid_gt() argument
77 return __kuid_val(left) > __kuid_val(right); in uid_gt()
80 static inline bool gid_gt(kgid_t left, kgid_t right) in gid_gt() argument
82 return __kgid_val(left) > __kgid_val(right); in gid_gt()
85 static inline bool uid_gte(kuid_t left, kuid_t right) in uid_gte() argument
87 return __kuid_val(left) >= __kuid_val(right); in uid_gte()
[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 …]
Dsfsub.c42 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 …]
Dsfadd.c42 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 …]
/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 …]
/kernel/linux/linux-5.10/net/sunrpc/
Dsysctl.c90 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 …]
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
Dbtcx-risc.c87 if (win->left < 0) { in btcx_screen_clips()
88 /* left */ in btcx_screen_clips()
89 clips[n].c.left = 0; in btcx_screen_clips()
91 clips[n].c.width = -win->left; in btcx_screen_clips()
95 if (win->left + win->width > swidth) { in btcx_screen_clips()
97 clips[n].c.left = swidth - win->left; in btcx_screen_clips()
99 clips[n].c.width = win->width - clips[n].c.left; in btcx_screen_clips()
105 clips[n].c.left = 0; in btcx_screen_clips()
113 clips[n].c.left = 0; in btcx_screen_clips()
129 nx = (win->left + mask) & ~mask; in btcx_align()
[all …]
/kernel/linux/linux-5.10/fs/quota/
Dkqid.c8 * @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 …]
/kernel/liteos_a/kernel/base/ipc/
Dlos_ipcdebug.c40 UINT32 left = start; in OsArraySortByTime() local
45 while (left < right) { in OsArraySortByTime()
46 …while ((left < right) && (sortArray[right] < sortParam->ipcDebugCBCnt) && (pivot < sortParam->ipcD… in OsArraySortByTime()
51 if (left < right) { in OsArraySortByTime()
52 sortArray[left] = sortArray[right]; in OsArraySortByTime()
54 left++; in OsArraySortByTime()
57 …while ((left < right) && (sortArray[left] < sortParam->ipcDebugCBCnt) && (pivot < sortParam->ipcDe… in OsArraySortByTime()
58 compareFunc(sortParam, pivot, sortArray[left])) { in OsArraySortByTime()
59 left++; in OsArraySortByTime()
62 if (left < right) { in OsArraySortByTime()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
Dhostap_info.c15 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 …]
/kernel/linux/linux-5.10/Documentation/sound/cards/
Daudigy-mixer.rst49 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 …]

12345678910>>...104