/linux/include/kunit/ |
H A D | test.h | 769 left, \ argument 775 const typeof(left) __left = (left); \ 779 .left_text = #left, \ 800 left, \ argument 809 left, op, right, \ 815 left, \ argument 824 left, op, right, \ 830 left, \ argument 836 const char *__left = (left); \ 840 .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.sym == e2->left.sym && e1->right.sym == e2->right.sym; in expr_eq() 230 return e1->left.sym == e2->left.sym; in expr_eq() 232 return expr_eq(e1->left.expr, e2->left.expr); 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/kernel/bpf/ |
H A D | range_tree.c | 162 /* Overlaps with the left side of the clearing range */ in range_tree_clear() 187 struct range_node *left; in is_range_tree_set() local 190 left = range_it_iter_first(rt, start, last); in is_range_tree_set() 191 if (left && left->rn_start <= start && left->rn_last >= last) in is_range_tree_set() 201 struct range_node *left; in range_tree_set() local 205 left = range_it_iter_first(rt, start, last); in range_tree_set() 206 if (left && left->rn_start <= start && left->rn_last >= last) in range_tree_set() 214 /* Do we have a left-adjacent range ? */ in range_tree_set() 215 left = range_it_iter_first(rt, start - 1, start - 1); in range_tree_set() 216 if (left && left->rn_last + 1 != start) in range_tree_set() [all …]
|
/linux/sound/soc/codecs/ |
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 | 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 */ 236 SOC_DAPM_SINGLE("Left Bypass Switch", ES8328_DACCONTROL17, 6, 1, 0), 243 SOC_DAPM_SINGLE("Left Playback Switch", ES8328_DACCONTROL19, 7, 1, 0), 244 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 …]
|
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 | twl6040.c | 374 /* Left analog microphone selection */ 376 {"Headset Mic", "Main Mic", "Aux/FM Left", "Off"}; 597 /* Left HS PDM data routed to Right HSDAC */ 601 /* Left HF PDM data routed to Right HFDAC */ 629 SND_SOC_DAPM_MUX("Analog Left Capture Route", 647 SND_SOC_DAPM_ADC("ADC Left", NULL, TWL6040_REG_MICLCTL, 2, 0), 661 SND_SOC_DAPM_DAC("HSDAC Left", NULL, SND_SOC_NOPM, 0, 0), 663 SND_SOC_DAPM_DAC("HFDAC Left", NULL, TWL6040_REG_HFLCTL, 0, 0), 668 SND_SOC_DAPM_MUX("Handsfree Left Playback", 673 SND_SOC_DAPM_MUX("Headset Left Playback", [all …]
|
H A D | da7213.c | 279 /* Select the left or right channel and capture data */ in da7213_get_alc_data() 303 /* Calculate average for Left and Right data */ in da7213_alc_calib_man() 304 /* Left Data */ in da7213_alc_calib_man() 377 /* Enable ADC Left and Right */ in da7213_alc_calib() 770 "ADC Left", "ADC Right", "DAI Input Left", "DAI Input Right" 778 SOC_DAPM_ENUM("DAI Left Source MUX", da7213_dai_l_src); 789 "ADC Output Left", "ADC Output Right", "DAI Input Left", 798 SOC_DAPM_ENUM("DAC Left Source MUX", da7213_dac_l_src); 811 /* Mixin Left */ 813 SOC_DAPM_SINGLE("Aux Left Switch", DA7213_MIXIN_L_SELECT, [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 …]
|
H A D | hppa.h | 15 #define Shiftdouble(left,right,amount,dest) \ argument 16 /* int left, right, amount, dest; */ \ 17 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount)) 20 #define Variableshiftdouble(left,right,amount,dest) \ argument 21 /* unsigned int left, right; int amount, dest; */ \ 23 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \ 27 #define Variable_shift_double(left,right,amount,dest) \ argument 28 /* unsigned int left, right; int amount, dest; */ \ 29 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
|
/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 …]
|
H A D | sb-live-mixer.rst | 64 This control is used to attenuate samples from left and right PCM FX-bus 65 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM samples. 70 This control is used to attenuate samples from left and right PCM FX-bus 71 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM samples. 77 This control is used to attenuate samples from left and right PCM FX-bus 78 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM samples. 84 This control is used to attenuate samples from left and right PCM FX-bus 85 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM. 87 the ??rear?? left DAC PCM slot of the AC97 codec. 91 These controls are used to attenuate samples from left and right PCM FX-bus [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/drivers/video/fbdev/core/ |
H A D | sysfillrect.c | 72 bitfill_unaligned(struct fb_info * p,unsigned long * dst,int dst_idx,unsigned long pat,int left,int right,unsigned n,int bits) bitfill_unaligned() argument 182 bitfill_unaligned_rev(struct fb_info * p,unsigned long * dst,int dst_idx,unsigned long pat,int left,int right,unsigned n,int bits) bitfill_unaligned_rev() argument 240 int dst_idx, left; sys_fillrect() local
|
H A D | cfbfillrect.c | 93 bitfill_unaligned(struct fb_info * p,unsigned long __iomem * dst,int dst_idx,unsigned long pat,int left,int right,unsigned n,int bits) bitfill_unaligned() argument 218 bitfill_unaligned_rev(struct fb_info * p,unsigned long __iomem * dst,int dst_idx,unsigned long pat,int left,int right,unsigned n,int bits) bitfill_unaligned_rev() argument 285 int dst_idx, left; cfb_fillrect() local
|
/linux/drivers/firmware/ |
H A D | edd.c | 45 #define left (PAGE_SIZE - (p - buf) - 1) macro 135 p += scnprintf(p, left, "%c", info->params.host_bus_type[i]); in edd_show_host_bus() 137 p += scnprintf(p, left, " "); in edd_show_host_bus() 142 p += scnprintf(p, left, "\tbase_address: %x\n", in edd_show_host_bus() 147 p += scnprintf(p, left, in edd_show_host_bus() 155 p += scnprintf(p, left, in edd_show_host_bus() 160 p += scnprintf(p, left, "\tunknown: %llx\n", in edd_show_host_bus() 181 p += scnprintf(p, left, "%c", info->params.interface_type[i]); in edd_show_interface() 183 p += scnprintf(p, left, " "); in edd_show_interface() 187 p += scnprintf(p, left, "\tdevice: %u lun: %u\n", in edd_show_interface() [all …]
|