/linux-4.4.14/arch/parisc/math-emu/ |
D | sfsub.c | 55 register unsigned int left, right, result, extent; in sgl_fsub() local 64 right = *rightptr; in sgl_fsub() 68 Sgl_xortointp1(left,right,/*to*/save); in sgl_fsub() 77 if (Sgl_isnotnan(right)) in sgl_fsub() 79 if (Sgl_isinfinity(right) && save==0) in sgl_fsub() 113 else if (Sgl_is_signalingnan(right)) in sgl_fsub() 119 Sgl_set_quiet(right); in sgl_fsub() 120 *dstptr = right; in sgl_fsub() 133 if (Sgl_isinfinity_exponent(right)) in sgl_fsub() 135 if (Sgl_iszero_mantissa(right)) in sgl_fsub() [all …]
|
D | sfadd.c | 55 register unsigned int left, right, result, extent; in sgl_fadd() local 66 right = *rightptr; in sgl_fadd() 70 Sgl_xortointp1(left,right,/*to*/save); in sgl_fadd() 79 if (Sgl_isnotnan(right)) in sgl_fadd() 81 if (Sgl_isinfinity(right) && save!=0) in sgl_fadd() 115 else if (Sgl_is_signalingnan(right)) in sgl_fadd() 121 Sgl_set_quiet(right); in sgl_fadd() 122 *dstptr = right; in sgl_fadd() 135 if (Sgl_isinfinity_exponent(right)) in sgl_fadd() 137 if (Sgl_iszero_mantissa(right)) in sgl_fadd() [all …]
|
D | sfcmp.c | 55 register unsigned int left, right; in sgl_fcmp() local 60 right = *rightptr; in sgl_fcmp() 66 || (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) ) in sgl_fcmp() 75 ( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 76 && Sgl_isnotzero_mantissa(right) in sgl_fcmp() 77 && (Exception(cond) || Sgl_isone_signaling(right)) ) ) in sgl_fcmp() 92 ((Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 93 && Sgl_isnotzero_mantissa(right)) ) in sgl_fcmp() 103 Sgl_xortointp1(left,right,xorresult); in sgl_fcmp() 109 && Sgl_iszero_exponentmantissa(right) ) in sgl_fcmp() [all …]
|
D | hppa.h | 28 #define Shiftdouble(left,right,amount,dest) \ argument 30 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount)) 33 #define Variableshiftdouble(left,right,amount,dest) \ argument 35 if (amount == 0) dest = right; \ 37 ((unsigned) right >> (amount)) 40 #define Variable_shift_double(left,right,amount,dest) \ argument 42 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
|
D | sgl_float.h | 63 #define Sgl_leftshiftby1_withextent(left,right,result) \ argument 64 Shiftdouble(Sall(left),Extall(right),31,Sall(result)) 66 #define Sgl_rightshiftby1_withextent(left,right,dst) \ argument 67 Shiftdouble(Sall(left),Extall(right),1,Extall(right)) 239 #define Sgl_subtract_withextension(left,right,extent,result) \ argument 241 Sgl_subtract(left,right,result); \ 248 #define Sgl_xortointp1(left,right,result) \ argument 249 result = Sall(left) XOR Sall(right); 251 #define Sgl_xorfromintp1(left,right,result) \ argument 252 Sall(result) = left XOR Sall(right) [all …]
|
D | dbl_float.h | 99 #define Dbl_leftshiftby1_withextent(lefta,leftb,right,resulta,resultb) \ argument 101 Shiftdouble(Dallp2(leftb), Extall(right), 31, Dallp2(resultb)) 103 #define Dbl_rightshiftby1_withextent(leftb,right,dst) \ argument 104 Extall(dst) = (Dallp2(leftb) << 31) | ((unsigned int)Extall(right) >> 1) | \ 105 Extlow(right) 421 #define Dbl_xortointp1(left,right,result) \ argument 422 result = Dallp1(left) XOR Dallp1(right) 424 #define Dbl_xorfromintp1(left,right,result) \ argument 425 Dallp1(result) = left XOR Dallp1(right) 427 #define Dbl_swap_lower(left,right) \ argument [all …]
|
/linux-4.4.14/scripts/kconfig/ |
D | expr.c | 38 e->right.expr = e2; in expr_alloc_two() 47 e->right.sym = s2; in expr_alloc_comp() 88 e->right.sym = org->right.sym; in expr_copy() 94 e->right.expr = expr_copy(org->right.expr); in expr_copy() 127 expr_free(e->right.expr); in expr_free() 145 __expr_eliminate_eq(type, &e1->right.expr, &e2); in __expr_eliminate_eq() 150 __expr_eliminate_eq(type, &e1, &e2->right.expr); in __expr_eliminate_eq() 213 return e1->left.sym == e2->left.sym && e1->right.sym == e2->right.sym; in expr_eq() 253 e->right.expr = expr_eliminate_yn(e->right.expr); in expr_eliminate_yn() 257 expr_free(e->right.expr); in expr_eliminate_yn() [all …]
|
D | symbol.c | 178 val2 = sym_get_range_val(prop->expr->right.sym, base); in sym_validate_range() 516 if (e->right.sym->visible != no) in sym_set_tristate_value() 517 e->right.sym->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value() 610 val <= sym_get_range_val(prop->expr->right.sym, 10); in sym_string_within_range() 619 val <= sym_get_range_val(prop->expr->right.sym, 16); in sym_string_within_range() 1166 return sym_check_expr_deps(e->right.expr); in sym_check_expr_deps() 1178 return sym_check_deps(e->right.sym); in sym_check_expr_deps() 1371 sym_env_list->right.sym = sym; in prop_add_env()
|
D | expr.h | 44 union expr_data left, right; member 52 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
|
D | menu.c | 94 e->right.expr = menu_check_dep(e->right.expr); in menu_check_dep() 273 !menu_validate_number(sym, prop->expr->right.sym)) in sym_check_prop() 413 (*ep)->right.sym = menu->sym; in menu_finalize()
|
/linux-4.4.14/include/linux/ |
D | uidgid.h | 60 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq() argument 62 return __kuid_val(left) == __kuid_val(right); in uid_eq() 65 static inline bool gid_eq(kgid_t left, kgid_t right) in gid_eq() argument 67 return __kgid_val(left) == __kgid_val(right); in gid_eq() 70 static inline bool uid_gt(kuid_t left, kuid_t right) in uid_gt() argument 72 return __kuid_val(left) > __kuid_val(right); in uid_gt() 75 static inline bool gid_gt(kgid_t left, kgid_t right) in gid_gt() argument 77 return __kgid_val(left) > __kgid_val(right); in gid_gt() 80 static inline bool uid_gte(kuid_t left, kuid_t right) in uid_gte() argument 82 return __kuid_val(left) >= __kuid_val(right); in uid_gte() [all …]
|
D | projid.h | 35 static inline bool projid_eq(kprojid_t left, kprojid_t right) in projid_eq() argument 37 return __kprojid_val(left) == __kprojid_val(right); in projid_eq() 40 static inline bool projid_lt(kprojid_t left, kprojid_t right) in projid_lt() argument 42 return __kprojid_val(left) < __kprojid_val(right); in projid_lt()
|
D | interval_tree_generic.h | 169 ITSTRUCT *right = rb_entry(rb, ITSTRUCT, ITRB); \ 170 if (start <= right->ITSUBTREE) \ 171 return ITPREFIX ## _subtree_search(right, \
|
D | gpio_mouse.h | 51 int right; member
|
D | quota.h | 77 extern bool qid_eq(struct kqid left, struct kqid right); 78 extern bool qid_lt(struct kqid left, struct kqid right);
|
/linux-4.4.14/arch/x86/crypto/ |
D | des3_ede-asm_64.S | 101 #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); \ 108 roll $1, right##d; \ 109 xorl right##d, RW0d; \ 112 xorl RW0d, right##d; \ 114 expand_to_64bits(right, RT3); \ 117 #define final_permutation(left, right) \ argument [all …]
|
D | aesni-intel_asm.S | 176 psrldq $8, \TMP2 # right shift TMP2 2 DWs 187 pslld $31, \TMP2 # packed right shift <<31 188 pslld $30, \TMP3 # packed right shift <<30 189 pslld $25, \TMP4 # packed right shift <<25 193 psrldq $4, \TMP5 # right shift TMP5 1 DW 827 psrldq $8, \TMP2 # right shift TMP2 2 DWs 837 pslld $31, \TMP2 # packed right shift << 31 838 pslld $30, \TMP3 # packed right shift << 30 839 pslld $25, \TMP4 # packed right shift << 25 843 psrldq $4, \TMP5 # right shift T5 1 DW [all …]
|
/linux-4.4.14/Documentation/sound/oss/ |
D | WaveArtist | 11 0y34 select mono source, y=0 = left, y=1 = right 18 01 | 0 | 0 1 0 1 | left aux2 mixer gain | right 2 left mic gain |mmute| 24 04 | 0 | 1 0 1 1 | right line mixer gain | right aux1 mixer gain |rmute| 26 05 | 0 | 1 1 0 1 | right aux2 mixer gain | left 2 right mic gain |test | 28 06 | 0 | 1 1 1 1 | right mic mixer gain | right mic |right mixer gain |rbyps| 30 07 | 1 | 0 0 0 1 | right mixer select |rrfg | right ADC gain | 32 08 | 1 | 0 0 1 1 | mono mixer gain |right ADC mux sel|left ADC mux sel | 38 0b | 0 | right PCM channel volume | 42 0d | 0 | right FM channel volume | 46 0f | 0 | right wavetable channel volume | [all …]
|
/linux-4.4.14/fs/quota/ |
D | kqid.c | 12 bool qid_eq(struct kqid left, struct kqid right) in qid_eq() argument 14 if (left.type != right.type) in qid_eq() 18 return uid_eq(left.uid, right.uid); in qid_eq() 20 return gid_eq(left.gid, right.gid); in qid_eq() 22 return projid_eq(left.projid, right.projid); in qid_eq() 36 bool qid_lt(struct kqid left, struct kqid right) in qid_lt() argument 38 if (left.type < right.type) in qid_lt() 40 if (left.type > right.type) in qid_lt() 44 return uid_lt(left.uid, right.uid); in qid_lt() 46 return gid_lt(left.gid, right.gid); in qid_lt() [all …]
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | syscopyarea.c | 33 int left, right; in bitcpy() local 80 right = shift & (bits - 1); in bitcpy() 92 *dst = comp(*src >> right, *dst, first); in bitcpy() 97 *dst = comp(d0 >> right | d1 << left, *dst, in bitcpy() 118 *dst = comp(d0 >> right | d1 << left, *dst, in bitcpy() 130 *dst++ = d0 >> right | d1 << left; in bitcpy() 133 *dst++ = d0 >> right | d1 << left; in bitcpy() 136 *dst++ = d0 >> right | d1 << left; in bitcpy() 139 *dst++ = d0 >> right | d1 << left; in bitcpy() 145 *dst++ = d0 >> right | d1 << left; in bitcpy() [all …]
|
D | sysfillrect.c | 82 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() argument 103 pat = pat << left | pat >> right; in bitfill_unaligned() 111 pat = pat << left | pat >> right; in bitfill_unaligned() 113 pat = pat << left | pat >> right; in bitfill_unaligned() 115 pat = pat << left | pat >> right; in bitfill_unaligned() 117 pat = pat << left | pat >> right; in bitfill_unaligned() 122 pat = pat << left | pat >> right; in bitfill_unaligned() 192 unsigned long pat, int left, int right, unsigned n, in bitfill_unaligned_rev() argument 215 pat = pat << left | pat >> right; in bitfill_unaligned_rev() 223 pat = pat << left | pat >> right; in bitfill_unaligned_rev() [all …]
|
D | cfbcopyarea.c | 111 int const right = -shift & (bits - 1); in bitcpy() local 124 d0 >>= right; in bitcpy() 129 d0 = d0 >> right | d1 << left; in bitcpy() 153 d0 = d0 >> right | d1 << left; in bitcpy() 166 FB_WRITEL(d0 >> right | d1 << left, dst++); in bitcpy() 169 FB_WRITEL(d0 >> right | d1 << left, dst++); in bitcpy() 172 FB_WRITEL(d0 >> right | d1 << left, dst++); in bitcpy() 175 FB_WRITEL(d0 >> right | d1 << left, dst++); in bitcpy() 182 d0 = d0 >> right | d1 << left; in bitcpy() 190 if (m <= bits - right) { in bitcpy() [all …]
|
D | cfbfillrect.c | 93 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() argument 114 pat = pat << left | pat >> right; in bitfill_unaligned() 122 pat = pat << left | pat >> right; in bitfill_unaligned() 124 pat = pat << left | pat >> right; in bitfill_unaligned() 126 pat = pat << left | pat >> right; in bitfill_unaligned() 128 pat = pat << left | pat >> right; in bitfill_unaligned() 133 pat = pat << left | pat >> right; in bitfill_unaligned() 218 int dst_idx, unsigned long pat, int left, int right, in bitfill_unaligned_rev() argument 243 pat = pat << left | pat >> right; in bitfill_unaligned_rev() 252 pat = pat << left | pat >> right; in bitfill_unaligned_rev() [all …]
|
/linux-4.4.14/drivers/usb/core/ |
D | port.c | 191 static int link_peers(struct usb_port *left, struct usb_port *right) in link_peers() argument 196 if (left->peer == right && right->peer == left) in link_peers() 199 if (left->peer || right->peer) { in link_peers() 201 struct usb_port *rpeer = right->peer; in link_peers() 204 if (left->location && left->location == right->location) in link_peers() 210 dev_name(&left->dev), dev_name(&right->dev), method, in link_peers() 213 dev_name(&right->dev), in link_peers() 218 rc = sysfs_create_link(&left->dev.kobj, &right->dev.kobj, "peer"); in link_peers() 221 rc = sysfs_create_link(&right->dev.kobj, &left->dev.kobj, "peer"); in link_peers() 234 WARN_ON(right->is_superspeed); in link_peers() [all …]
|
/linux-4.4.14/sound/oss/ |
D | pas2_mixer.c | 81 int right = right_vol * div / 100; in mixer_output() local 87 right |= mixer; in mixer_output() 99 mix_write(right, 0x078B); in mixer_output() 117 int left, right, devmask, changed, i, mixer = 0; in pas_mixer_set() local 120 right = (level & 0x7f00) >> 8; in pas_mixer_set() 132 levels[whichDev] = mixer_output(right, left, 63, 0x01, 0); in pas_mixer_set() 140 levels[whichDev] = mixer_output(right, left, 12, 0x03, 0); in pas_mixer_set() 143 levels[whichDev] = mixer_output(right, left, 12, 0x04, 0); in pas_mixer_set() 147 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x00, mixer); in pas_mixer_set() 150 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x05, mixer); in pas_mixer_set() [all …]
|
D | sb_mixer.c | 273 int sb_common_mixer_set(sb_devc * devc, int dev, int left, int right) in sb_common_mixer_set() argument 307 oss_change_bits(devc, &val, dev, RIGHT_CHN, right); in sb_common_mixer_set() 311 return left | (right << 8); in sb_common_mixer_set() 314 static int smw_mixer_set(sb_devc * devc, int dev, int left, int right) in smw_mixer_set() argument 322 sb_setmixer(devc, 0x0c, 96 - (96 * right / 100)); in smw_mixer_set() 327 devc->levels[dev] = left | (right << 8); in smw_mixer_set() 348 sb_setmixer(devc, reg + 1, (24 - (24 * right / 100)) | 0x40); in smw_mixer_set() 351 devc->levels[dev] = left | (right << 8); in smw_mixer_set() 352 return left | (right << 8); in smw_mixer_set() 358 int right = (value & 0x0000ff00) >> 8; in sb_mixer_set() local [all …]
|
D | pss.c | 401 static void set_master_volume(struct pss_confdata *devc, int left, int right) in set_master_volume() argument 417 pss_write(devc, log_scale[right] | 0x0100); in set_master_volume() 478 unsigned int left, right, volume; in set_volume_stereo() local 485 right = (volume >> 8) & 0xff; in set_volume_stereo() 486 if (right > 100) in set_volume_stereo() 487 right = 100; in set_volume_stereo() 489 *aright = right; in set_volume_stereo() 498 static int ret_vol_stereo(int left, int right) in ret_vol_stereo() argument 500 return ((right << 8) | left); in ret_vol_stereo()
|
D | sb_ess.c | 1666 int ess_mixer_set(sb_devc *devc, int dev, int left, int right) argument 1669 sb_common_mixer_set (devc, dev + ES_REC_MIXER_RECDIFF, left, right); 1671 return sb_common_mixer_set (devc, dev, left, right); 1681 int left, right, value; local 1685 right = (value & 0x0000ff00) >> 8; 1687 sb_common_mixer_set(devc, dev, left, right); 1693 int value, left, right; local 1713 right = (value & 0x0000ff00) >> 8; 1716 right = 0; 1718 sb_common_mixer_set(devc, i + ES_REC_MIXER_RECDIFF, left, right);
|
D | waveartist.c | 953 unsigned int mask, left, right; in waveartist_mixer_update() local 964 right = waveartist_cmd1_r(devc, WACMD_GET_LEVEL | in waveartist_mixer_update() 968 right = (right & ~mask) | (lev_right & mask); in waveartist_mixer_update() 971 waveartist_cmd3(devc, WACMD_SET_MIXER, left, right); in waveartist_mixer_update() 1514 unsigned int left, right; in vnc_mute_lout() local 1517 right = waveartist_cmd1_r(devc, WACMD_GET_LEVEL | 0x400); in vnc_mute_lout() 1521 right &= ~1; in vnc_mute_lout() 1524 right |= 1; in vnc_mute_lout() 1526 waveartist_cmd3(devc, WACMD_SET_MIXER, left, right); in vnc_mute_lout()
|
D | sb_ess.h | 27 (sb_devc *devc, int dev, int left, int right);
|
D | sb.h | 174 int sb_common_mixer_set(sb_devc * devc, int dev, int left, int right);
|
/linux-4.4.14/tools/perf/util/ |
D | sort.c | 65 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp() argument 67 return right->thread->tid - left->thread->tid; in sort__thread_cmp() 90 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp() argument 93 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_cmp() 97 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse() argument 100 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_collapse() 104 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort() argument 106 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_sort() 147 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp() argument 149 return _sort__dso_cmp(right->ms.map, left->ms.map); in sort__dso_cmp() [all …]
|
D | strfilter.c | 176 struct strfilter_node *right, *root; in strfilter__append() local 182 right = strfilter_node__new(rules, &ep); in strfilter__append() 183 if (!right || *ep != '\0') { in strfilter__append() 188 root = strfilter_node__alloc(_or ? OP_or : OP_and, filter->root, right); in strfilter__append() 198 strfilter_node__delete(right); in strfilter__append()
|
D | auxtrace.c | 457 unsigned int left, right; in auxtrace_heap__pop() local 462 right = left + 1; in auxtrace_heap__pop() 463 if (right >= heap_cnt) { in auxtrace_heap__pop() 467 if (heap_array[left].ordinal < heap_array[right].ordinal) { in auxtrace_heap__pop() 471 heap_array[pos] = heap_array[right]; in auxtrace_heap__pop() 472 pos = right; in auxtrace_heap__pop()
|
D | hist.h | 123 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right); 124 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 82 static void node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy() argument 86 BUG_ON(value_size != le32_to_cpu(right->header.value_size)); in node_copy() 92 key_ptr(right, 0), in node_copy() 95 value_ptr(right, 0), in node_copy() 98 BUG_ON(shift > le32_to_cpu(right->header.max_entries)); in node_copy() 99 memcpy(key_ptr(right, 0), in node_copy() 102 memcpy(value_ptr(right, 0), in node_copy() 173 static void shift(struct btree_node *left, struct btree_node *right, int count) in shift() argument 176 uint32_t nr_right = le32_to_cpu(right->header.nr_entries); in shift() 178 uint32_t r_max_entries = le32_to_cpu(right->header.max_entries); in shift() [all …]
|
D | dm-btree.c | 526 struct dm_block *left, *right, *parent; in btree_split_sibling() local 532 r = new_block(s->info, &right); in btree_split_sibling() 537 rn = dm_block_data(right); in btree_split_sibling() 566 location = cpu_to_le64(dm_block_location(right)); in btree_split_sibling() 572 unlock_block(s->info, right); in btree_split_sibling() 577 unlock_block(s->info, right); in btree_split_sibling() 581 s->nodes[1] = right; in btree_split_sibling() 613 struct dm_block *left, *right, *new_parent; in btree_split_beneath() local 623 r = new_block(s->info, &right); in btree_split_beneath() 631 rn = dm_block_data(right); in btree_split_beneath() [all …]
|
/linux-4.4.14/net/tipc/ |
D | core.h | 126 static inline int less_eq(u16 left, u16 right) in less_eq() argument 128 return mod(right - left) < 32768u; in less_eq() 131 static inline int more(u16 left, u16 right) in more() argument 133 return !less_eq(left, right); in more() 136 static inline int less(u16 left, u16 right) in less() argument 138 return less_eq(left, right) && (mod(right) != mod(left)); in less()
|
/linux-4.4.14/sound/core/oss/ |
D | mixer_oss.c | 263 int result = 0, left, right; in snd_mixer_oss_get_volume() local 269 right = pslot->volume[1]; in snd_mixer_oss_get_volume() 271 result = pslot->get_volume(fmixer, pslot, &left, &right); in snd_mixer_oss_get_volume() 273 right = left; in snd_mixer_oss_get_volume() 276 if (snd_BUG_ON(right < 0 || right > 100)) in snd_mixer_oss_get_volume() 280 pslot->volume[1] = right; in snd_mixer_oss_get_volume() 281 result = (left & 0xff) | ((right & 0xff) << 8); in snd_mixer_oss_get_volume() 291 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff; in snd_mixer_oss_set_volume() local 298 if (right > 100) in snd_mixer_oss_set_volume() 299 right = 100; in snd_mixer_oss_set_volume() [all …]
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Audigy-mixer.txt | 42 This control is used to attenuate samples for left and right front PCM FX-bus 43 accumulators. ALSA uses accumulators 8 and 9 for left and right front PCM 49 This control is used to attenuate samples for left and right surround PCM FX-bus 50 accumulators. ALSA uses accumulators 2 and 3 for left and right surround PCM 68 This control is used to attenuate samples for left and right PCM FX-bus 69 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM samples for 75 This control is used to attenuate samples for left and right PCM FX-bus 76 accumulator. ALSA uses accumulators 0 and 1 for left and right PCM. 82 This control is used to attenuate samples for left and right MIDI FX-bus 83 accumulators. ALSA uses accumulators 4 and 5 for left and right MIDI samples. [all …]
|
D | SB-Live-mixer.txt | 57 This control is used to attenuate samples for left and right PCM FX-bus 58 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM samples. 63 This control is used to attenuate samples for left and right PCM FX-bus 64 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM samples. 70 This control is used to attenuate samples for left and right PCM FX-bus 71 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM samples. 73 the ??rear?? right DAC PCM slot of the AC97 codec. 77 This control is used to attenuate samples for left and right PCM FX-bus 78 accumulators. ALSA uses accumulators 0 and 1 for left and right PCM. 85 These controls are used to attenuate samples for left and right PCM FX-bus [all …]
|
D | Channel-Mapping-API.txt | 16 { front left, front right, rear left, rear right }. 84 SNDRV_CHMAP_FR, /* front right */ 86 SNDRV_CHMAP_RR, /* rear right */ 90 SNDRV_CHMAP_SR, /* side right */ 94 SNDRV_CHMAP_FRC, /* front right center */ 96 SNDRV_CHMAP_RRC, /* rear right center */ 98 SNDRV_CHMAP_FRW, /* front right wide */ 101 SNDRV_CHMAP_FRH, /* front right high */ 104 SNDRV_CHMAP_TFR, /* top front right */ 107 SNDRV_CHMAP_TRR, /* top rear right */ [all …]
|
D | ControlNames.txt | 20 Surround (rear left/right in 4.0/5.1 surround) 24 Side (side left/right for 7.1 surround)
|
D | HD-Audio-Controls.txt | 42 corresponds to the center and the right to the LFE. When this is 43 ON, the left to the LFE and the right to the center.
|
/linux-4.4.14/drivers/hid/ |
D | hid-zpff.c | 42 int left, right; in zpff_play() local 51 right = effect->u.rumble.weak_magnitude; in zpff_play() 52 dbg_hid("called with 0x%04x 0x%04x\n", left, right); in zpff_play() 55 right = right * 0x7f / 0xffff; in zpff_play() 58 zpff->report->field[3]->value[0] = right; in zpff_play() 59 dbg_hid("running with 0x%02x 0x%02x\n", left, right); in zpff_play()
|
D | hid-axff.c | 49 int left, right; in axff_play() local 53 right = effect->u.rumble.weak_magnitude; in axff_play() 55 dbg_hid("called with 0x%04x 0x%04x", left, right); in axff_play() 58 right = right * 0xff / 0xffff; in axff_play() 63 field_count % 2 ? right : left; in axff_play() 68 dbg_hid("running with 0x%02x 0x%02x", left, right); in axff_play()
|
D | hid-sjoy.c | 46 u32 left, right; in hid_sjoyff_play() local 49 right = effect->u.rumble.weak_magnitude; in hid_sjoyff_play() 50 dev_dbg(&dev->dev, "called with 0x%08x 0x%08x\n", left, right); in hid_sjoyff_play() 53 right = (right != 0); /* on/off only */ in hid_sjoyff_play() 55 sjoyff->report->field[0]->value[1] = right; in hid_sjoyff_play() 57 dev_dbg(&dev->dev, "running with 0x%02x 0x%02x\n", left, right); in hid_sjoyff_play()
|
D | hid-gaff.c | 47 int left, right; in hid_gaff_play() local 50 right = effect->u.rumble.weak_magnitude; in hid_gaff_play() 52 dbg_hid("called with 0x%04x 0x%04x", left, right); in hid_gaff_play() 55 right = right * 0xfe / 0xffff; in hid_gaff_play() 59 gaff->report->field[0]->value[2] = right; in hid_gaff_play() 63 dbg_hid("running with 0x%02x 0x%02x", left, right); in hid_gaff_play()
|
D | hid-lgff.c | 75 unsigned int left, right; in hid_lgff_play() local 94 right = effect->u.rumble.strong_magnitude; in hid_lgff_play() 96 right = right * 0xff / 0xffff; in hid_lgff_play() 99 CLAMP(right); in hid_lgff_play() 103 report->field[0]->value[3] = right; in hid_lgff_play() 104 dbg_hid("(left, right)=(%04x, %04x)\n", left, right); in hid_lgff_play()
|
D | hid-pl.c | 64 int left, right; in hid_plff_play() local 67 right = effect->u.rumble.weak_magnitude; in hid_plff_play() 68 debug("called with 0x%04x 0x%04x", left, right); in hid_plff_play() 71 right = right * plff->maxval / 0xffff; in hid_plff_play() 74 *plff->weak = right; in hid_plff_play() 75 debug("running with 0x%02x 0x%02x", left, right); in hid_plff_play()
|
D | hid-holtekff.c | 111 int left, right; in holtekff_play() local 117 right = effect->u.rumble.weak_magnitude; in holtekff_play() 118 dbg_hid("called with 0x%04x 0x%04x\n", left, right); in holtekff_play() 120 if (!left && !right) { in holtekff_play() 127 if (right) in holtekff_play() 131 buf[6] = min(0xf, (left >> 12) + (right >> 12)); in holtekff_play()
|
D | hid-betopff.c | 45 __u16 left, right; in hid_betopff_play() local 48 right = effect->u.rumble.weak_magnitude; in hid_betopff_play() 51 betopff->report->field[3]->value[0] = right / 256; in hid_betopff_play()
|
D | hid-tmff.c | 90 int left, right; /* Rumbling */ in tmff_play() local 111 right = tmff_scale_u16(effect->u.rumble.strong_magnitude, in tmff_play() 115 dbg_hid("(left,right)=(%08x, %08x)\n", left, right); in tmff_play() 117 ff_field->value[1] = right; in tmff_play()
|
/linux-4.4.14/kernel/ |
D | groups.c | 117 int right = left + stride; in groups_sort() local 118 kgid_t tmp = GROUP_AT(group_info, right); in groups_sort() 121 GROUP_AT(group_info, right) = in groups_sort() 123 right = left; in groups_sort() 126 GROUP_AT(group_info, right) = tmp; in groups_sort() 135 unsigned int left, right; in groups_search() local 141 right = group_info->ngroups; in groups_search() 142 while (left < right) { in groups_search() 143 unsigned int mid = (left+right)/2; in groups_search() 147 right = mid; in groups_search()
|
D | auditfilter.c | 1165 int audit_comparator(u32 left, u32 op, u32 right) in audit_comparator() argument 1169 return (left == right); in audit_comparator() 1171 return (left != right); in audit_comparator() 1173 return (left < right); in audit_comparator() 1175 return (left <= right); in audit_comparator() 1177 return (left > right); in audit_comparator() 1179 return (left >= right); in audit_comparator() 1181 return (left & right); in audit_comparator() 1183 return ((left & right) == right); in audit_comparator() 1190 int audit_uid_comparator(kuid_t left, u32 op, kuid_t right) in audit_uid_comparator() argument [all …]
|
D | audit.h | 231 extern int audit_comparator(const u32 left, const u32 op, const u32 right); 232 extern int audit_uid_comparator(kuid_t left, u32 op, kuid_t right); 233 extern int audit_gid_comparator(kgid_t left, u32 op, kgid_t right);
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 1890 struct extent_buffer *right = NULL; in balance_level() local 1977 right = read_node_slot(root, parent, pslot + 1); in balance_level() 1978 if (right) { in balance_level() 1979 btrfs_tree_lock(right); in balance_level() 1980 btrfs_set_lock_blocking(right); in balance_level() 1981 wret = btrfs_cow_block(trans, root, right, in balance_level() 1982 parent, pslot + 1, &right); in balance_level() 2000 if (right) { in balance_level() 2001 wret = push_node_left(trans, root, mid, right, 1); in balance_level() 2004 if (btrfs_header_nritems(right) == 0) { in balance_level() [all …]
|
/linux-4.4.14/tools/lib/traceevent/ |
D | parse-filter.c | 209 free_arg(arg->num.right); in free_arg() 214 free_arg(arg->exp.right); in free_arg() 231 free_arg(arg->op.right); in free_arg() 462 if (op->exp.right) in add_right() 464 op->exp.right = arg; in add_right() 468 if (op->op.right) in add_right() 470 op->op.right = arg; in add_right() 474 if (op->op.right) in add_right() 600 op->num.right = arg; in add_right() 622 arg = a->op.right; in rotate_op_right() [all …]
|
D | event-parse.c | 857 free_arg(arg->op.right); in free_arg() 1725 struct print_arg *arg, *left, *right; in process_cond() local 1731 right = alloc_arg(); in process_cond() 1733 if (!arg || !left || !right) { in process_cond() 1737 free_arg(right); in process_cond() 1743 arg->op.right = right; in process_cond() 1763 type = process_arg(event, right, &token); in process_cond() 1765 top->op.right = arg; in process_cond() 1772 top->op.right = NULL; in process_cond() 1798 top->op.right = arg; in process_array() [all …]
|
D | event-parse.h | 272 struct print_arg *right; member 874 struct filter_arg *right; member 880 struct filter_arg *right; member 886 struct filter_arg *right; member
|
/linux-4.4.14/drivers/input/mouse/ |
D | vsxxxaa.c | 212 int left, middle, right; in vsxxxaa_handle_REL_packet() local 244 right = buf[0] & 0x01; in vsxxxaa_handle_REL_packet() 250 left ? "L" : "l", middle ? "M" : "m", right ? "R" : "r"); in vsxxxaa_handle_REL_packet() 257 input_report_key(dev, BTN_RIGHT, right); in vsxxxaa_handle_REL_packet() 268 int left, middle, right, touch; in vsxxxaa_handle_ABS_packet() local 294 right = buf[0] & 0x08; in vsxxxaa_handle_ABS_packet() 302 right ? "R" : "r", touch ? "T" : "t"); in vsxxxaa_handle_ABS_packet() 309 input_report_key(dev, BTN_RIGHT, right); in vsxxxaa_handle_ABS_packet() 320 int left, middle, right; in vsxxxaa_handle_POR_packet() local 353 right = buf[0] & 0x01; in vsxxxaa_handle_POR_packet() [all …]
|
D | alps.c | 217 int left, int right, int middle) in alps_report_buttons() argument 230 input_report_key(dev, BTN_RIGHT, right); in alps_report_buttons() 249 int x, y, z, ges, fin, left, right, middle; in alps_process_packet_v1_v2() local 254 right = packet[2] & 0x08; in alps_process_packet_v1_v2() 261 right = packet[3] & 2; in alps_process_packet_v1_v2() 287 alps_report_buttons(dev2, dev, left, right, middle); in alps_process_packet_v1_v2() 296 right |= packet[0] & 2; in alps_process_packet_v1_v2() 300 alps_report_buttons(dev, dev2, left, right, middle); in alps_process_packet_v1_v2() 542 input_report_key(dev, BTN_RIGHT, f->right); in alps_report_semi_mt_data() 555 int x, y, z, left, right, middle; in alps_process_trackstick_packet_v3() local [all …]
|
D | hgpk.c | 350 int right = !!(packet[3] & 2); in hgpk_process_advanced_packet() local 374 left, right, x, y); in hgpk_process_advanced_packet() 378 input_report_key(idev, BTN_RIGHT, right); in hgpk_process_advanced_packet() 416 hgpk_spewing_hack(psmouse, left, right, x_diff, y_diff); in hgpk_process_advanced_packet() 433 int right = (packet[0] >> 1) & 1; in hgpk_process_simple_packet() local 448 hgpk_spewing_hack(psmouse, left, right, x, y); in hgpk_process_simple_packet() 452 left, right, x, y); in hgpk_process_simple_packet() 455 input_report_key(dev, BTN_RIGHT, right); in hgpk_process_simple_packet()
|
D | cypress_ps2.h | 146 unsigned int right:1; member
|
D | alps.h | 210 unsigned int right:1; member
|
D | synaptics.h | 156 unsigned int right:1; member
|
D | cypress_ps2.c | 484 report_data->right = (header_byte & BTN_RIGHT_BIT) ? 1 : 0; in cypress_parse_packet() 510 psmouse_dbg(psmouse, "right = %d\n", report_data->right); in cypress_parse_packet() 557 input_report_key(input, BTN_RIGHT, report_data.right); in cypress_process_packet()
|
D | gpio_mouse.c | 38 x = (gpio_get_value(gpio->right) ^ gpio->polarity) in gpio_mouse_scan()
|
/linux-4.4.14/tools/perf/ |
D | builtin-diff.c | 501 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute() argument 508 double r = right->diff.period_ratio_delta; in __hist_entry__cmp_compute() 515 double r = right->diff.period_ratio; in __hist_entry__cmp_compute() 522 s64 r = right->diff.wdiff; in __hist_entry__cmp_compute() 534 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute() argument 538 bool pairs_right = hist_entry__has_pairs(right); in hist_entry__cmp_compute() 548 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute() 564 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx() argument 570 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx() 584 if (left->dummy && right->dummy) in hist_entry__cmp_compute_idx() [all …]
|
/linux-4.4.14/sound/pci/ |
D | ak4531_codec.c | 162 int left, right; in snd_ak4531_get_double() local 166 right = (ak4531->regs[right_reg] >> right_shift) & mask; in snd_ak4531_get_double() 170 right = mask - right; in snd_ak4531_get_double() 173 ucontrol->value.integer.value[1] = right; in snd_ak4531_get_double() 187 int left, right; in snd_ak4531_put_double() local 190 right = ucontrol->value.integer.value[1] & mask; in snd_ak4531_put_double() 193 right = mask - right; in snd_ak4531_put_double() 196 right <<= right_shift; in snd_ak4531_put_double() 199 left = (ak4531->regs[left_reg] & ~((mask << left_shift) | (mask << right_shift))) | left | right; in snd_ak4531_put_double() 204 right = (ak4531->regs[right_reg] & ~(mask << right_shift)) | right; in snd_ak4531_put_double() [all …]
|
D | sonicvibes.c | 938 unsigned short left, right, oval1, oval2; in snd_sonicvibes_put_mux() local 945 right = (ucontrol->value.enumerated.item[1] + 1) << 5; in snd_sonicvibes_put_mux() 950 right = (oval2 & ~SV_RECSRC_OUT) | right; in snd_sonicvibes_put_mux() 951 change = left != oval1 || right != oval2; in snd_sonicvibes_put_mux() 953 snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ADC, right); in snd_sonicvibes_put_mux()
|
/linux-4.4.14/Documentation/input/ |
D | gamepad.txt | 39 4 buttons in diamonds-shape (on the right side). The buttons are 43 4 buttons (on the left side) that point up, down, left and right. 80 analog stick and two trigger buttons on the right side. 102 horizontal layouts, the button more on the right is BTN_EAST. 105 to right): BTN_WEST, BTN_SOUTH, BTN_EAST 113 is BTN_WEST, lower-right is BTN_SOUTH and upper-right is BTN_EAST. 125 (for ABS values negative is left/up, positive is right/down) 128 The left analog-stick is reported as ABS_X, ABS_Y. The right analog stick is 131 BTN_THUMBL (first/left) and BTN_THUMBR (second/right). 132 (for ABS values negative is left/up, positive is right/down) [all …]
|
D | interactive.fig | 38 4 0 0 50 0 0 12 0.0000 4 180 1155 5400 5700 right saturation\001 41 4 0 0 50 0 0 12 0.0000 4 180 2640 5475 5100 right coeff ( negative in that case )\001
|
D | amijoy.txt | 64 JOY1DAT 00C R Denise Joystick-mouse 1 data (right vert,horiz) 82 (4 counters total). The bit usage for both left and right 128 POT1DAT h 014 R Paula Pot counter data right pair (vert,horiz) 133 from 2 controller connectors (left-right) with 2 pins each.
|
D | elantech.txt | 199 B: 1 = swap left and right button 258 dx7..dx0 = x movement; positive = right, negative = left 276 negative = up or right 278 ds0 = 1 when top right corner tapped 279 ds1 = 1 when bottom right corner tapped 482 two fingers, but only the pair of the lower-left and upper-right coordinates. 518 bx8..bx0 = upper-right finger absolute x value 525 by8..by0 = upper-right finger absolute y value
|
/linux-4.4.14/security/tomoyo/ |
D | condition.c | 287 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv() argument 293 argv->value = tomoyo_get_dqword(right); in tomoyo_parse_argv() 306 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp() argument 320 if (!strcmp(right, "NULL")) { in tomoyo_parse_envp() 323 value = tomoyo_get_dqword(right); in tomoyo_parse_envp() 495 u8 right = -1; in tomoyo_get_condition() local 601 right = TOMOYO_NAME_UNION; in tomoyo_get_condition() 609 right = tomoyo_condition_type(right_word); in tomoyo_get_condition() 610 if (right == TOMOYO_MAX_CONDITION_KEYWORD) { in tomoyo_get_condition() 615 right = TOMOYO_NUMBER_UNION; in tomoyo_get_condition() [all …]
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | nsnames.c | 188 char c, *left, *right; in acpi_ns_build_normalized_path() local 239 right = full_path + length - 1; in acpi_ns_build_normalized_path() 240 while (left < right) { in acpi_ns_build_normalized_path() 242 *left++ = *right; in acpi_ns_build_normalized_path() 243 *right-- = c; in acpi_ns_build_normalized_path()
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctdaio.c | 33 unsigned short right; member 37 [LINEO1] = {.left = 0x00, .right = 0x01}, 38 [LINEO2] = {.left = 0x18, .right = 0x19}, 39 [LINEO3] = {.left = 0x08, .right = 0x09}, 40 [LINEO4] = {.left = 0x10, .right = 0x11}, 41 [LINEIM] = {.left = 0x1b5, .right = 0x1bd}, 42 [SPDIFOO] = {.left = 0x20, .right = 0x21}, 43 [SPDIFIO] = {.left = 0x15, .right = 0x1d}, 44 [SPDIFI1] = {.left = 0x95, .right = 0x9d}, 48 [LINEO1] = {.left = 0x40, .right = 0x41}, [all …]
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 95 drawable->self_bitmap_area.right = 0; in make_drawable() 198 rect.right = x + width; in qxl_draw_opaque_fb() 233 drawable->u.copy.src_area.right = width; in qxl_draw_opaque_fb() 281 int left, right, top, bottom; in qxl_draw_dirty_fb() local 300 right = clips->x2; in qxl_draw_dirty_fb() 308 right = max_t(int, right, (int)clips_ptr->x2); in qxl_draw_dirty_fb() 313 width = right - left; in qxl_draw_dirty_fb() 332 drawable_rect.right = right; in qxl_draw_dirty_fb() 365 drawable->u.copy.src_area.right = width; in qxl_draw_dirty_fb() 380 rects[i].right = clips_ptr->x2; in qxl_draw_dirty_fb() [all …]
|
D | qxl_ioctl.c | 307 .right = update_area->right, in qxl_update_area_ioctl() 313 if (update_area->left >= update_area->right || in qxl_update_area_ioctl()
|
D | qxl_cmd.c | 344 area->right > surface_width || area->bottom > surface_height) { in qxl_io_update_area() 347 area->top, area->right, area->bottom, surface_width, surface_height); in qxl_io_update_area() 589 rect.right = surf->surf.width; in qxl_update_surface()
|
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/ |
D | sharp,lq101r1sx01.txt | 4 - left-right: each channel drives the left or right half of the screen 10 to the peripheral driven by the second link (DSI-LINK2, right or odd). 13 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it 14 is possible to program either link to drive the left/even or right/odd pixels
|
/linux-4.4.14/net/bluetooth/ |
D | ecc.c | 134 static int vli_cmp(const u64 *left, const u64 *right) in vli_cmp() argument 139 if (left[i] > right[i]) in vli_cmp() 141 else if (left[i] < right[i]) in vli_cmp() 184 const u64 *right) in vli_add() argument 192 sum = left[i] + right[i] + carry; in vli_add() 203 static u64 vli_sub(u64 *result, const u64 *left, const u64 *right) in vli_sub() argument 211 diff = left[i] - right[i] - borrow; in vli_sub() 221 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64() argument 225 u64 b0 = right & 0xffffffffull; in mul_64_64() 226 u64 b1 = right >> 32; in mul_64_64() [all …]
|
/linux-4.4.14/arch/sparc/kernel/ |
D | visemul.c | 250 u16 left, right; member 296 u16 left, right; in edge() local 311 right = edge8_tab[rs2 & 0x7].right; in edge() 316 right = edge8_tab_l[rs2 & 0x7].right; in edge() 322 right = edge16_tab[(rs2 >> 1) & 0x3].right; in edge() 328 right = edge16_tab_l[(rs2 >> 1) & 0x3].right; in edge() 334 right = edge32_tab[(rs2 >> 2) & 0x1].right; in edge() 340 right = edge32_tab_l[(rs2 >> 2) & 0x1].right; in edge() 345 rd_val = right & left; in edge()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | interval_tree.c | 154 struct interval_node *right = node->in_right; in __rotate_left() local 157 node->in_right = right->in_left; in __rotate_left() 159 right->in_left->in_parent = node; in __rotate_left() 161 right->in_left = node; in __rotate_left() 162 right->in_parent = parent; in __rotate_left() 165 parent->in_left = right; in __rotate_left() 167 parent->in_right = right; in __rotate_left() 169 *root = right; in __rotate_left() 171 node->in_parent = right; in __rotate_left() 174 __rotate_change_maxhigh(node, right); in __rotate_left()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | arcfb.c | 248 unsigned int left, unsigned int right, unsigned int distance) in arcfb_lcd_update_page() argument 269 while (left <= right) { in arcfb_lcd_update_page() 300 unsigned int bottom, unsigned int left, unsigned int right) in arcfb_lcd_update_vert() argument 310 arcfb_lcd_update_page(par, upper, left, right, 8); in arcfb_lcd_update_vert() 322 unsigned int right, unsigned int top, unsigned int h) in arcfb_lcd_update_horiz() argument 332 arcfb_lcd_update_vert(par, upper, lower, left, right); in arcfb_lcd_update_horiz() 346 unsigned int left, right, distance, y; in arcfb_lcd_update() local 355 right = min(left + w - 1, ceil64(left)); in arcfb_lcd_update() 358 arcfb_lcd_update_horiz(par, left, right, y, h); in arcfb_lcd_update() 359 distance -= ((right - left) + 1); in arcfb_lcd_update() [all …]
|
D | macmodes.c | 113 "mac1", 60, 512, 384, pixclock, left, right, upper, lower, hslen, vslen, 117 "mac3", 50, 640, 480, pixclock, left, right, upper, lower, hslen, vslen, 121 "mac4", 60, 640, 480, pixclock, left, right, upper, lower, hslen, vslen, 125 "mac8", 50, 768, 576, pixclock, left, right, upper, lower, hslen, vslen,
|
D | amifb.c | 2604 int shift = dst_idx - src_idx, left, right; in bitcpy() local 2656 right = shift & (BITS_PER_LONG - 1); in bitcpy() 2665 *dst = comp(*src >> right, *dst, first); in bitcpy() 2673 *dst = comp(d0 << left | d1 >> right, *dst, in bitcpy() 2682 *dst = comp(d0 >> right, *dst, first); in bitcpy() 2688 *dst = comp(d0 << left | d1 >> right, *dst, in bitcpy() 2700 *dst++ = d0 << left | d1 >> right; in bitcpy() 2703 *dst++ = d0 << left | d1 >> right; in bitcpy() 2706 *dst++ = d0 << left | d1 >> right; in bitcpy() 2709 *dst++ = d0 << left | d1 >> right; in bitcpy() [all …]
|
D | i740fb.c | 401 u32 xres, right, hslen, left, xtotal; in i740fb_decode_var() local 472 right = ALIGN(var->right_margin, 8); in i740fb_decode_var() 498 xtotal = xres + right + hslen + left; in i740fb_decode_var() 503 par->crtc[VGA_CRTC_H_BLANK_START] = ((xres + right) >> 3) - 1; in i740fb_decode_var() 504 par->crtc[VGA_CRTC_H_SYNC_START] = (xres + right) >> 3; in i740fb_decode_var() 505 par->crtc[VGA_CRTC_H_SYNC_END] = (((xres + right + hslen) >> 3) & 0x1F) in i740fb_decode_var() 506 | ((((xres + right + hslen) >> 3) & 0x20) << 2); in i740fb_decode_var() 507 par->crtc[VGA_CRTC_H_BLANK_END] = ((xres + right + hslen) >> 3 & 0x1F) in i740fb_decode_var() 638 par->ext_horiz_blank = (((xres + right) >> 3) & 0x40) >> 6; in i740fb_decode_var()
|
D | vga16fb.c | 316 u32 xres, right, hslen, left, xtotal; in vga16fb_check_var() local 358 right = (var->right_margin + 7) & ~7; in vga16fb_check_var() 367 var->right_margin = right; in vga16fb_check_var() 374 right >>= shift; in vga16fb_check_var() 378 xtotal = xres + right + hslen + left; in vga16fb_check_var() 383 if (right + hslen + left > 64) in vga16fb_check_var() 388 pos = xres + right; in vga16fb_check_var()
|
D | fb-puv3.c | 147 int right = info->var.xres - 1; in unifb_prim_fillrect() local 150 bottom = (bottom << 16) | right; in unifb_prim_fillrect() 237 int right = info->var.xres; in unifb_prim_copyarea() local 267 bottom = (bottom << 16) | right; in unifb_prim_copyarea()
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | extent_tree.c | 112 struct pnfs_block_extent *right = ext_tree_next(be); in ext_try_to_merge_right() local 114 if (right && ext_can_merge(be, right)) { in ext_try_to_merge_right() 115 be->be_length += right->be_length; in ext_try_to_merge_right() 116 rb_erase(&right->be_node, root); in ext_try_to_merge_right() 117 nfs4_put_deviceid_node(right->be_device); in ext_try_to_merge_right() 118 kfree(right); in ext_try_to_merge_right() 437 struct pnfs_block_extent *right = ext_tree_next(be); in ext_tree_mark_written() local 439 if (right && ext_can_merge(be, right)) { in ext_tree_mark_written() 444 right->be_f_offset -= diff; in ext_tree_mark_written() 445 right->be_v_offset -= diff; in ext_tree_mark_written() [all …]
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 311 const efi_memory_desc_t *left = l, *right = r; in cmp_mem_desc() local 313 return (left->phys_addr > right->phys_addr) ? 1 : -1; in cmp_mem_desc() 321 efi_memory_desc_t *right) in regions_are_adjacent() argument 325 if (left == NULL || right == NULL) in regions_are_adjacent() 330 return left_end == right->phys_addr; in regions_are_adjacent() 338 efi_memory_desc_t *right) in regions_have_compatible_memory_type_attrs() argument 344 return ((left->attribute ^ right->attribute) & mem_type_mask) == 0; in regions_have_compatible_memory_type_attrs()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_btree.c | 788 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock() local 796 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLFSBLOCK) { in xfs_btree_readahead_lblock() 797 xfs_btree_reada_bufl(cur->bc_mp, right, 1, in xfs_btree_readahead_lblock() 813 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_sblock() local 822 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLAGBLOCK) { in xfs_btree_readahead_sblock() 824 right, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock() 1991 struct xfs_btree_block *right; /* right btree block */ in xfs_btree_lshift() local 2007 right = xfs_btree_get_block(cur, level, &rbp); in xfs_btree_lshift() 2010 error = xfs_btree_check_block(cur, right, level, rbp); in xfs_btree_lshift() 2016 xfs_btree_get_sibling(cur, right, &lptr, XFS_BB_LEFTSIB); in xfs_btree_lshift() [all …]
|
D | xfs_bmap.c | 2793 xfs_bmbt_irec_t right; /* right neighbor extent entry */ in xfs_bmap_add_extent_hole_delay() local 2818 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx), &right); in xfs_bmap_add_extent_hole_delay() 2820 if (isnullstartblock(right.br_startblock)) in xfs_bmap_add_extent_hole_delay() 2834 new->br_startoff + new->br_blockcount == right.br_startoff && in xfs_bmap_add_extent_hole_delay() 2835 new->br_blockcount + right.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_hole_delay() 2838 right.br_blockcount <= MAXEXTLEN))) in xfs_bmap_add_extent_hole_delay() 2853 right.br_blockcount; in xfs_bmap_add_extent_hole_delay() 2859 startblockval(right.br_startblock); in xfs_bmap_add_extent_hole_delay() 2894 temp = new->br_blockcount + right.br_blockcount; in xfs_bmap_add_extent_hole_delay() 2896 startblockval(right.br_startblock); in xfs_bmap_add_extent_hole_delay() [all …]
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-alsa.c | 392 int left, int right, bool force_notify) in snd_saa7134_capsrc_set() argument 405 active = left != 0 || right != 0; in snd_saa7134_capsrc_set() 412 chip->capture_source[1] != right; in snd_saa7134_capsrc_set() 415 chip->capture_source[1] = right; in snd_saa7134_capsrc_set() 469 if (left || right) { in snd_saa7134_capsrc_set() 948 int left, right; in snd_saa7134_volume_put() local 955 right = ucontrol->value.integer.value[1]; in snd_saa7134_volume_put() 956 if (right < 0) in snd_saa7134_volume_put() 957 right = 0; in snd_saa7134_volume_put() 958 if (right > 20) in snd_saa7134_volume_put() [all …]
|
D | saa7134-tvaudio.c | 331 __s32 left,right,value; in tvaudio_checkcarrier() local 367 right = saa_readl(SAA7134_LEVEL_READOUT1 >> 2); in tvaudio_checkcarrier() 370 right >>= 16; in tvaudio_checkcarrier() 371 value = left > right ? left - right : right - left; in tvaudio_checkcarrier() 374 scan->name, value, left, right); in tvaudio_checkcarrier()
|
/linux-4.4.14/sound/isa/msnd/ |
D | msnd_pinnacle_mixer.c | 186 static int snd_msndmix_set(struct snd_msnd *dev, int d, int left, int right) in snd_msndmix_set() argument 198 bRight = right * 0xff / 100; in snd_msndmix_set() 199 wRight = right * 0xffff / 100; in snd_msndmix_set() 260 int left, right; in snd_msndmix_volume_put() local 264 right = ucontrol->value.integer.value[1] % 101; in snd_msndmix_volume_put() 267 || msnd->right_levels[addr] != right; in snd_msndmix_volume_put() 268 snd_msndmix_set(msnd, addr, left, right); in snd_msndmix_volume_put()
|
/linux-4.4.14/sound/hda/ |
D | hdac_regmap.c | 155 unsigned int left, right; in hda_reg_read_stereo_amp() local 162 err = snd_hdac_exec_verb(codec, reg | AC_AMP_GET_RIGHT, 0, &right); in hda_reg_read_stereo_amp() 165 *val = left | (right << 8); in hda_reg_read_stereo_amp() 174 unsigned int verb, left, right; in hda_reg_write_stereo_amp() local 184 right = (val >> 8) & 0xff; in hda_reg_write_stereo_amp() 185 if (left == right) { in hda_reg_write_stereo_amp() 193 err = snd_hdac_exec_verb(codec, reg | AC_AMP_SET_RIGHT | right, 0, NULL); in hda_reg_write_stereo_amp()
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | compare_const_fl.cocci | 1 /// Move constants to the right of binary operators. 146 msg = "Move constant to right." 153 msg = "Move constant to right." 162 msg = "Move constant to right." 169 msg = "Move constant to right."
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | cs35l32.txt | 29 0 = Left/right channels VMON[11:0], IMON[11:0], VPMON[7:0]. 30 1 = Left/right channels VMON[11:0], IMON[11:0], STATUS. 31 2 = (Default) left/right channels VMON[15:0], IMON [15:0]. 32 3 = Left/right channels VPMON[7:0], STATUS.
|
D | wm8741.txt | 20 3 = mono right
|
D | ics43432.txt | 8 on the left or right channel of the I2S frame.
|
/linux-4.4.14/sound/pci/cs46xx/ |
D | dsp_spos.h | 220 u16 left, u16 right) in cs46xx_dsp_scb_set_volume() argument 222 unsigned int val = ((0xffff - left) << 16 | (0xffff - right)); in cs46xx_dsp_scb_set_volume() 228 scb->volume[1] = right; in cs46xx_dsp_scb_set_volume()
|
D | cs46xx_lib.h | 208 int cs46xx_dsp_set_dac_volume (struct snd_cs46xx * chip, u16 left, u16 right); 209 int cs46xx_dsp_set_iec958_volume (struct snd_cs46xx * chip, u16 left, u16 right);
|
D | dsp_spos.c | 1925 int cs46xx_dsp_set_dac_volume (struct snd_cs46xx * chip, u16 left, u16 right) in cs46xx_dsp_set_dac_volume() argument 1935 cs46xx_dsp_scb_set_volume (chip,scb,left,right); in cs46xx_dsp_set_dac_volume() 1942 cs46xx_dsp_scb_set_volume (chip,scb,left,right); in cs46xx_dsp_set_dac_volume() 1947 ins->dac_volume_right = right; in cs46xx_dsp_set_dac_volume() 1954 int cs46xx_dsp_set_iec958_volume (struct snd_cs46xx * chip, u16 left, u16 right) in cs46xx_dsp_set_iec958_volume() argument 1962 left,right); in cs46xx_dsp_set_iec958_volume() 1965 ins->spdif_input_volume_right = right; in cs46xx_dsp_set_iec958_volume()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_stdu.c | 62 s32 left, right, top, bottom; member 295 s32 left, s32 right, s32 top, s32 bottom) in vmw_stdu_populate_update() argument 305 update->body.rect.w = right - left; in vmw_stdu_populate_update() 766 ddirty->right = max_t(s32, ddirty->right, dirty->unit_x2); in vmw_stdu_dmabuf_clip() 810 ddirty->left, ddirty->right, in vmw_stdu_dmabuf_fifo_commit() 817 ddirty->right = ddirty->bottom = S32_MIN; in vmw_stdu_dmabuf_fifo_commit() 867 ddirty.right = ddirty.bottom = S32_MIN; in vmw_kms_stdu_dma() 920 sdirty->right = max_t(s32, sdirty->right, dirty->unit_x2); in vmw_kms_stdu_surface_clip() 964 sdirty->right, sdirty->top, sdirty->bottom); in vmw_kms_stdu_surface_fifo_commit() 969 sdirty->right = sdirty->bottom = S32_MIN; in vmw_kms_stdu_surface_fifo_commit() [all …]
|
D | vmwgfx_scrn.c | 53 s32 left, right, top, bottom; member 753 cmd->body.destRect.right = sdirty->right; in vmw_sou_surface_fifo_commit() 758 cmd->body.srcRect.right = sdirty->right + trans_x; in vmw_sou_surface_fifo_commit() 768 blit->right -= sdirty->left; in vmw_sou_surface_fifo_commit() 776 sdirty->right = sdirty->bottom = S32_MIN; in vmw_sou_surface_fifo_commit() 798 blit->right = dirty->unit_x2; in vmw_sou_surface_clip() 804 sdirty->right = max_t(s32, sdirty->right, dirty->unit_x2); in vmw_sou_surface_clip() 861 sdirty.right = sdirty.bottom = S32_MIN; in vmw_kms_sou_do_surface_dirty() 905 blit->body.destRect.right = dirty->unit_x2; in vmw_sou_dmabuf_clip() 997 blit->body.srcRect.right = dirty->unit_x2; in vmw_sou_readback_clip()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 19 KeyPad-6 Say Next Word (right one word) 20 InsKeyPad-6 Say from reading cursor to right edge of line. 24 KeyPad-3 Say Next Character (right one letter) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
|
/linux-4.4.14/include/sound/ |
D | mixer_oss.h | 36 int *left, int *right); 39 int left, int right);
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-sf16fmr2.c | 152 int volume, balance, left, right; in fmr2_s_ctrl() local 167 left = right = volume; in fmr2_s_ctrl() 169 right = max(0, right + balance); in fmr2_s_ctrl() 174 tc9154a_set_attenuation(fmr2, abs(right - 68), TC9154A_CHANNEL_RIGHT); in fmr2_s_ctrl()
|
/linux-4.4.14/fs/nilfs2/ |
D | btree.c | 196 struct nilfs_btree_node *right, in nilfs_btree_node_move_left() argument 207 rdkeys = nilfs_btree_node_dkeys(right); in nilfs_btree_node_move_left() 208 rdptrs = nilfs_btree_node_dptrs(right, rncmax); in nilfs_btree_node_move_left() 209 rnchildren = nilfs_btree_node_get_nchildren(right); in nilfs_btree_node_move_left() 219 nilfs_btree_node_set_nchildren(right, rnchildren); in nilfs_btree_node_move_left() 224 struct nilfs_btree_node *right, in nilfs_btree_node_move_right() argument 235 rdkeys = nilfs_btree_node_dkeys(right); in nilfs_btree_node_move_right() 236 rdptrs = nilfs_btree_node_dptrs(right, rncmax); in nilfs_btree_node_move_right() 237 rnchildren = nilfs_btree_node_get_nchildren(right); in nilfs_btree_node_move_right() 247 nilfs_btree_node_set_nchildren(right, rnchildren); in nilfs_btree_node_move_right() [all …]
|
/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0_a3d.c | 174 static void a3dsrc_SetHrtfOutput(a3dsrc_t * a, short left, short right) in a3dsrc_SetHrtfOutput() argument 180 a3d_addrA(a->slice, a->source, A3D_A_HrtfOutR), right); in a3dsrc_SetHrtfOutput() 235 static void a3dsrc_GetHrtfOutput(a3dsrc_t * a, short *left, short *right) 241 *right = 339 static void a3dsrc_SetGainTarget(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainTarget() argument 344 (right << 0x10) | left); in a3dsrc_SetGainTarget() 347 static void a3dsrc_SetGainCurrent(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainCurrent() argument 352 (right << 0x10) | left); in a3dsrc_SetGainCurrent() 356 static void a3dsrc_GetGainTarget(a3dsrc_t * a, short *left, short *right) 359 *right = [all …]
|
D | au88x0_xtalk.c | 570 vortex_XtalkHw_SetDelay(vortex_t * vortex, unsigned short right, in vortex_XtalkHw_SetDelay() argument 577 esp0 = (esp0 & 0xffffE0ff) | ((right & 0x1F) << 8); in vortex_XtalkHw_SetDelay() 607 vortex_XtalkHw_GetDelay(vortex_t * vortex, unsigned short *right, 613 *right = (esp0 >> 8) & 0x1f;
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl6040.txt | 28 - vddvibr-supply: Regulator for the right vibra motor 32 - ti,vibrdrv-res: Resistance parameter for right driver 34 - ti,viblmotor-res: Resistance parameter for right motor
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_interval.c | 33 sector_t right = interval_end(node->rb.rb_right); in compute_subtree_last() local 34 if (right > max) in compute_subtree_last() 35 max = right; in compute_subtree_last()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_fb.c | 128 int left, right, top, bottom; in virtio_gpu_surface_dirty() local 139 right = clips->x2; in virtio_gpu_surface_dirty() 147 right = max_t(int, right, (int)clips_ptr->x2); in virtio_gpu_surface_dirty() 154 right - left, bottom - top); in virtio_gpu_surface_dirty() 157 left, top, right - left, bottom - top); in virtio_gpu_surface_dirty()
|
/linux-4.4.14/drivers/gpu/drm/panel/ |
D | panel-sharp-lq101r1sx01.c | 137 struct mipi_dsi_device *right, in sharp_setup_symmetrical_split() argument 154 err = mipi_dsi_dcs_set_column_address(right, mode->hdisplay / 2, in sharp_setup_symmetrical_split() 157 dev_err(&right->dev, "failed to set column address: %d\n", err); in sharp_setup_symmetrical_split() 161 err = mipi_dsi_dcs_set_page_address(right, 0, mode->vdisplay - 1); in sharp_setup_symmetrical_split() 163 dev_err(&right->dev, "failed to set page address: %d\n", err); in sharp_setup_symmetrical_split()
|
/linux-4.4.14/sound/isa/opti9xx/ |
D | miro.c | 488 int left, right, left_old, right_old; in snd_miro_put_double() local 493 right = ucontrol->value.integer.value[1]; in snd_miro_put_double() 520 right < -0x7f || right > 0x7f) in snd_miro_put_double() 544 if (right >= 0) { in snd_miro_put_double() 545 error = aci_setvalue(aci, setreg_right, right); in snd_miro_put_double() 548 right, error); in snd_miro_put_double() 552 error = aci_setvalue(aci, setreg_right, 0x80 - right); in snd_miro_put_double() 555 0x80 - right, error); in snd_miro_put_double() 565 right < 0 || right > 0x20) in snd_miro_put_double() 577 error = aci_setvalue(aci, setreg_right, 0x20 - right); in snd_miro_put_double() [all …]
|
/linux-4.4.14/sound/isa/sb/ |
D | sb_mixer.c | 132 unsigned char left, right; in snd_sbmixer_get_double() local 136 right = (snd_sbmixer_read(sb, right_reg) >> right_shift) & mask; in snd_sbmixer_get_double() 139 ucontrol->value.integer.value[1] = right; in snd_sbmixer_get_double() 153 unsigned char left, right, oleft, oright; in snd_sbmixer_put_double() local 156 right = (ucontrol->value.integer.value[1] & mask) << right_shift; in snd_sbmixer_put_double() 160 left = (oleft & ~((mask << left_shift) | (mask << right_shift))) | left | right; in snd_sbmixer_put_double() 168 right = (oright & ~(mask << right_shift)) | right; in snd_sbmixer_put_double() 169 change = left != oleft || right != oright; in snd_sbmixer_put_double() 172 snd_sbmixer_write(sb, right_reg, right); in snd_sbmixer_put_double()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 667 int right = value->value.integer.value[1]; in snd_cx88_wm8775_volume_put() local 671 if (left >= right) { in snd_cx88_wm8775_volume_put() 673 b = left ? (0x8000 * right) / left : 0x8000; in snd_cx88_wm8775_volume_put() 675 v = right << 10; in snd_cx88_wm8775_volume_put() 676 b = right ? 0xffff - (0x8000 * left) / right : 0x8000; in snd_cx88_wm8775_volume_put() 688 int left, right, v, b; in snd_cx88_volume_put() local 696 right = value->value.integer.value[1] & 0x3f; in snd_cx88_volume_put() 697 b = right - left; in snd_cx88_volume_put() 702 v = 0x3f - right; in snd_cx88_volume_put()
|
/linux-4.4.14/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 6 illuminated pixel with LSB on the right. Lines are numbered from the 17 printf "\e[LG500080C0E0F0E0C08;" => 5 = [right]
|
/linux-4.4.14/sound/parisc/ |
D | harmony.c | 720 int left, right; in snd_harmony_volume_get() local 725 right = (h->st.gain >> shift_right) & mask; in snd_harmony_volume_get() 728 right = mask - right; in snd_harmony_volume_get() 733 ucontrol->value.integer.value[1] = right; in snd_harmony_volume_get() 749 int left, right; in snd_harmony_volume_put() local 761 right = ucontrol->value.integer.value[1] & mask; in snd_harmony_volume_put() 763 right = mask - right; in snd_harmony_volume_put() 765 h->st.gain |= (right << shift_right); in snd_harmony_volume_put()
|
/linux-4.4.14/sound/drivers/ |
D | dummy.c | 761 int left, right; in snd_dummy_volume_put() local 768 right = ucontrol->value.integer.value[1]; in snd_dummy_volume_put() 769 if (right < -50) in snd_dummy_volume_put() 770 right = -50; in snd_dummy_volume_put() 771 if (right > 100) in snd_dummy_volume_put() 772 right = 100; in snd_dummy_volume_put() 775 dummy->mixer_volume[addr][1] != right; in snd_dummy_volume_put() 777 dummy->mixer_volume[addr][1] = right; in snd_dummy_volume_put() 809 int left, right; in snd_dummy_capsrc_put() local 812 right = ucontrol->value.integer.value[1] & 1; in snd_dummy_capsrc_put() [all …]
|
/linux-4.4.14/lib/ |
D | btree.c | 522 unsigned long *right, int rfill, in merge() argument 529 setkey(geo, left, lfill + i, bkey(geo, right, i)); in merge() 530 setval(geo, left, lfill + i, bval(geo, right, i)); in merge() 533 setval(geo, parent, lpos, right); in merge() 537 mempool_free(right, head->mempool); in merge() 543 unsigned long *parent, *left = NULL, *right = NULL; in rebalance() local 572 right = bval(geo, parent, i + 1); in rebalance() 573 no_right = getfill(geo, right, 0); in rebalance() 577 right, no_right, in rebalance()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_fib.c | 520 fn = dir ? fn->right : fn->left; in fib6_add_1() 554 pn->right = ln; in fib6_add_1() 615 pn->right = in; in fib6_add_1() 627 in->right = ln; in fib6_add_1() 631 in->right = fn; in fib6_add_1() 653 pn->right = ln; in fib6_add_1() 658 ln->right = fn; in fib6_add_1() 1121 next = dir ? fn->right : fn->left; in fib6_lookup_1() 1220 fn = fn->right; in fib6_locate_1() 1265 if (fn->right) in fib6_find_prefix() [all …]
|
/linux-4.4.14/drivers/media/platform/s5p-g2d/ |
D | g2d-hw.c | 41 n |= f->right & 0xFFF; in g2d_set_src_size() 66 n |= f->right & 0xFFF; in g2d_set_dst_size()
|
D | g2d.h | 53 u32 right; member
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
D | sis_accel.h | 250 #define SiS300SetupClipRB(right,bottom) \ argument 252 MMIO_OUT32(ivideo->mmio_vbase, BR(14), ((right) & 0xFFFF) | (bottom)<<16 );\ 376 #define SiS310SetupClipRB(right,bottom) \ argument 378 MMIO_OUT32(ivideo->mmio_vbase, RIGHT_CLIP, ((right) & 0xFFFF) | (bottom)<<16 );\
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | README.hm12 | 12 The Y plane is divided into blocks of 16x16 pixels from left to right 17 transmitting this block the first line of the block on the right to the 21 to right, top to bottom. Each block is transmitted in turn, line-by-line. 26 this block the first line of the block on the right to the first block is
|
D | fw-decoder-regs.txt | 103 screen. If the image exceeds the right edge both the source and destination 195 the on screen image will move left & wrap around higher up on the right. 207 reg 2890 to move the image right. 260 shifted heavily to the right. Incrementing in steps of 0x004 will 302 Horizontal offset moves the video image right. A small left shift is 306 NOTE: Video corruption will occur if video window is shifted off the right 699 osd x coord for right edge 706 much is visible. The visible osd area cannot exceed the right edge of the 715 wrapping around onto the right edge
|
D | fw-osd-api.txt | 108 bottom right horizontal offset 110 bottom right vertical offset
|
/linux-4.4.14/fs/ncpfs/ |
D | file.c | 32 int ncp_make_open(struct inode *inode, int right) in ncp_make_open() argument 61 switch (right) { in ncp_make_open() 89 if (access == right || access == O_RDWR) { in ncp_make_open()
|
/linux-4.4.14/sound/isa/gus/ |
D | gus_mixer.c | 95 unsigned char left, right; in snd_ics_get_double() local 99 right = gus->gf1.ics_regs[addr][1]; in snd_ics_get_double() 102 ucontrol->value.integer.value[1] = right & 127; in snd_ics_get_double()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm_hubs.c | 148 unsigned int right; member 157 unsigned int left, right; in wm_hubs_dcs_cache_get() local 162 right = snd_soc_read(codec, WM8993_RIGHT_OUTPUT_VOLUME); in wm_hubs_dcs_cache_get() 163 right &= WM8993_HPOUT1R_VOL_MASK; in wm_hubs_dcs_cache_get() 166 if (cache->left != left || cache->right != right) in wm_hubs_dcs_cache_get() 191 cache->right = snd_soc_read(codec, WM8993_RIGHT_OUTPUT_VOLUME); in wm_hubs_dcs_cache_set() 192 cache->right &= WM8993_HPOUT1R_VOL_MASK; in wm_hubs_dcs_cache_set() 266 cache->dcs_cfg, cache->left, cache->right); in enable_dc_servo()
|
D | cs4270.c | 444 int right = !ucontrol->value.integer.value[1]; in cs4270_soc_put_mute() local 447 (right ? CS4270_MUTE_DAC_B : 0); in cs4270_soc_put_mute()
|
/linux-4.4.14/Documentation/gpio/ |
D | drivers-on-gpio.txt | 5 the right in-kernel and userspace APIs/ABIs for the job, and that these 42 userspace can issue the right system call to restart the system. 46 userspace can issue the right system call to power down the system. 69 presenting all the right in-kernel and sysfs interfaces to make your system 74 with the regulator subsystem and giving you all the right interfaces.
|
/linux-4.4.14/arch/powerpc/lib/ |
D | div64.S | 33 cntlzw r0,r5 # we are shifting the dividend right 35 srw r10,r10,r0 # the divisor right the same amount,
|
/linux-4.4.14/fs/reiserfs/ |
D | procfs.c | 279 __u32 right; in show_oidmap() local 281 right = (i == mapsize - 1) ? MAX_KEY_OBJECTID : MAP(i + 1); in show_oidmap() 283 (i & 1) ? "free" : "used", MAP(i), right); in show_oidmap() 285 total_used += right - MAP(i); in show_oidmap()
|
/linux-4.4.14/fs/ntfs/ |
D | runlist.c | 221 bool right = false; /* Right end of @src needs merging. */ in ntfs_rl_append() local 229 right = ntfs_are_rl_mergeable(src + ssize - 1, dst + loc + 1); in ntfs_rl_append() 232 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - right); in ntfs_rl_append() 241 if (right) in ntfs_rl_append() 248 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - (loc + 1 + right)); in ntfs_rl_append() 386 bool right = false; /* Right end of @src needs merging. */ in ntfs_rl_replace() local 395 right = ntfs_are_rl_mergeable(src + ssize - 1, dst + loc + 1); in ntfs_rl_replace() 402 delta = ssize - 1 - left - right; in ntfs_rl_replace() 414 if (right) in ntfs_rl_replace() 426 tail = loc + right + 1; in ntfs_rl_replace()
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.ChangeLog | 3 Sep 2002: Get bootup colors right on 3270 console 6 they affect work as right as 3270 can get them. Also, set
|
/linux-4.4.14/fs/befs/ |
D | befs_fs_types.h | 241 fs64 right; member 249 befs_off_t right; member
|
D | btree.c | 220 node->head.right = fs64_to_cpu(sb, node->od_node->right); in befs_bt_read_node() 470 if (this_node->head.right == befs_bt_inval) { in befs_btree_read() 483 node_off = this_node->head.right; in befs_btree_read()
|
/linux-4.4.14/net/sched/ |
D | em_meta.c | 922 if (TCF_META_TYPE(hdr->left.kind) != TCF_META_TYPE(hdr->right.kind) || in em_meta_change() 925 TCF_META_ID(hdr->right.kind) > TCF_META_ID_MAX) in em_meta_change() 935 memcpy(&meta->rvalue.hdr, &hdr->right, sizeof(hdr->right)); in em_meta_change() 971 memcpy(&hdr.right, &meta->rvalue.hdr, sizeof(hdr.right)); in em_meta_dump()
|
/linux-4.4.14/tools/testing/selftests/exec/ |
D | execveat.c | 116 static char *concat(const char *left, const char *right) in concat() argument 118 char *result = malloc(strlen(left) + strlen(right) + 1); in concat() 121 strcat(result, right); in concat()
|
/linux-4.4.14/sound/aoa/codecs/ |
D | tas.c | 159 u8 left, right; in tas_set_volume() local 162 right = tas->cached_volume_r; in tas_set_volume() 165 if (right > 177) right = 177; in tas_set_volume() 168 if (tas->mute_r) right = 0; in tas_set_volume() 180 tmp = tas_gaintable[right]; in tas_set_volume()
|
/linux-4.4.14/include/uapi/sound/ |
D | asound_fm.h | 61 unsigned char right; /* stereo right */ member
|
/linux-4.4.14/Documentation/timers/ |
D | 00-INDEX | 18 - how to insert delays in the kernel the right (tm) way.
|
/linux-4.4.14/include/uapi/linux/tc_ematch/ |
D | tc_em_meta.h | 89 struct tcf_meta_val right; member
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | gen_except.S | 79 orl %d1,%d0 |put it in the right place 83 orl %d1,%d0 |put them in the right place 198 orl %d1,%d0 |put it in the right place 202 orl %d1,%d0 |put them in the right place 310 orl %d1,%d0 |put it in the right place 314 orl %d1,%d0 |put them in the right place
|
/linux-4.4.14/arch/metag/lib/ |
D | ashrdi3.S | 3 ! 64-bit arithmetic shift right routine.
|
D | lshrdi3.S | 3 ! 64-bit logical shift right routine.
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | ipmi.txt | 13 - reg-shift - The amount to shift the registers to the right to get the data
|
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound_paula.c | 169 u_char *right = left+write_sq_block_size_half; in ami_ct_s8() local 174 || get_user(*right++, userPtr++)) in ami_ct_s8() 208 u_char *right = left+write_sq_block_size_half; \ 218 *right++ = convsample(data); \
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 485 pred = &preds[pred->right]; in walk_pred_tree() 772 struct filter_pred *right; in filter_set_pred() local 778 right = __pop_pred_stack(stack); in filter_set_pred() 780 if (!left || !right) in filter_set_pred() 790 right->index & FILTER_PRED_FOLD && in filter_set_pred() 791 ((right->op == dest->op && !right->not) || in filter_set_pred() 792 right->left == FILTER_PRED_INVALID)) in filter_set_pred() 796 dest->right = right->index & ~FILTER_PRED_FOLD; in filter_set_pred() 798 right->parent = dest->index | FILTER_PRED_IS_RIGHT; in filter_set_pred() 1577 children += count_leafs(preds, &preds[root->right]); in fold_pred()
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_hid.txt | 144 {.opt = "--right-ctrl", .val = 0x10}, 146 {.opt = "--right-shift", .val = 0x20}, 148 {.opt = "--right-alt", .val = 0x40}, 150 {.opt = "--right-meta", .val = 0x80}, 179 {.opt = "--right", .val = 0x4f},
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | net_driver.h | 692 const struct efx_link_state *right) in efx_link_state_equal() argument 694 return left->up == right->up && left->fd == right->fd && in efx_link_state_equal() 695 left->fc == right->fc && left->speed == right->speed; in efx_link_state_equal()
|
/linux-4.4.14/drivers/video/fbdev/kyro/ |
D | STG4000Interface.h | 57 u32 right, u32 bottom);
|
D | STG4000OverlayDevice.c | 319 u32 right, u32 bottom) in SetOverlayViewPort() argument 353 srcDest.ulDstX2 = right; in SetOverlayViewPort()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | div64.S | 33 cntlzw r0,r5 # we are shifting the dividend right 35 srw r10,r10,r0 # the divisor right the same amount,
|
/linux-4.4.14/drivers/media/rc/ |
D | ir-mce_kbd-decoder.c | 183 bool right = scancode & 0x40; in ir_mce_kbd_process_mouse_data() local 197 x, y, left ? "L" : "", right ? "R" : ""); in ir_mce_kbd_process_mouse_data() 203 input_report_key(idev, BTN_RIGHT, right); in ir_mce_kbd_process_mouse_data()
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | simple-framebuffer-sunxi.txt | 7 These extensions are intended so that u-boot can select the right node based
|
D | ssd1307fb.txt | 22 - solomon,com-lrremap: Display uses left-right COM pin remap
|
/linux-4.4.14/kernel/configs/ |
D | xen.config | 17 # You want TCP/IP and ELF binaries right?
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | PROBLEMS | 5 - The memory of some S3 cards is not recognized right: 20 If the video memory is found at the right place and there are no address
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-raid.txt | 21 raid5_ra RAID5 right asymmetric 25 raid5_rs RAID5 right symmetric 28 - rotating parity zero (left-to-right) with data restart 30 - rotating parity N (right-to-left) with data restart 32 - rotating parity N (right-to-left) with data continuation
|
/linux-4.4.14/include/uapi/drm/ |
D | qxl_drm.h | 100 uint32_t right; member
|
/linux-4.4.14/Documentation/ |
D | numastat.txt | 26 well right now on machines with a small number of CPUs.
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-simple.txt | 13 They will be de-asserted right after the power has been provided to the
|
/linux-4.4.14/sound/mips/ |
D | hal2.h | 231 u32 right; /* Right volume */ member
|
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_msgtype6.h | 51 unsigned char right[4]; /* 0x00000000 */ member
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | softfloat-macros | 34 Shifts `a' right by the number of bits given in `count'. If any nonzero 59 Shifts `a' right by the number of bits given in `count'. If any nonzero 87 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64 97 value is shifted right by the number of bits given in `count', and the 134 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the 167 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the 211 Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' right 222 fixed-point value is shifted right by the number of bits given in `count',
|
/linux-4.4.14/Documentation/hwmon/ |
D | twl4030-madc-hwmon | 39 15 VRUSB Supply/Speaker left/Speaker right polarization level
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | stih415.dtsi | 63 syscfg_right: right-syscfg@fd320000{ 64 compatible = "st,stih415-right-syscfg", "syscon";
|
D | omap3-pandora-common.dtsi | 104 right-button { 105 label = "right"; 139 right-shift { 153 right-ctrl {
|
D | pm9g45.dts | 161 right {
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 31 well. There is essentially no "right" point to choose. 70 (https://github.com/andikleen/pmu-tools) to find the right
|
D | entry_64.txt | 43 magic to get the stack frames right. (You can find some 89 which might have triggered right after a normal entry wrote CS to the
|
/linux-4.4.14/Documentation/development-process/ |
D | 3.Early-stage | 4 to jump right in and start coding. As with any significant project, 49 the right solution to the problem than they were with a specific module. 123 be: where do we start? The answer is to find the right mailing list(s) and 124 the right maintainer. For mailing lists, the best approach is to look in 141 The task of finding the right maintainer is sometimes challenging enough
|
/linux-4.4.14/fs/ |
D | locks.c | 943 struct file_lock *right = NULL; in __posix_lock_file() local 1061 right = fl; in __posix_lock_file() 1098 if (right && left == right && !new_fl2) in __posix_lock_file() 1118 if (right) { in __posix_lock_file() 1119 if (left == right) { in __posix_lock_file() 1125 locks_copy_lock(left, right); in __posix_lock_file() 1128 right->fl_start = request->fl_end + 1; in __posix_lock_file() 1129 locks_wake_up_blocks(right); in __posix_lock_file()
|
/linux-4.4.14/net/decnet/ |
D | TODO | 32 right now.
|
/linux-4.4.14/Documentation/arm/sunxi/ |
D | clocks.txt | 11 carelessly the system would stop functioning, but with the right
|
/linux-4.4.14/Documentation/RCU/ |
D | lockdep-splat.txt | 8 RCU-protected data structure without either (1) being in the right kind of 9 RCU read-side critical section or (2) holding the right update-side lock.
|
/linux-4.4.14/sound/isa/es1688/ |
D | es1688_lib.c | 880 unsigned char left, right; in snd_es1688_get_double() local 889 right = snd_es1688_mixer_read(chip, right_reg); in snd_es1688_get_double() 891 right = snd_es1688_read(chip, right_reg); in snd_es1688_get_double() 893 right = left; in snd_es1688_get_double() 896 ucontrol->value.integer.value[1] = (right >> shift_right) & mask; in snd_es1688_get_double()
|
/linux-4.4.14/sound/drivers/vx/ |
D | vx_mixer.c | 104 static void vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right) in vx_set_analog_output_level() argument 107 right = chip->hw->output_level_max - right; in vx_set_analog_output_level() 111 chip->ops->akm_write(chip, XX_CODEC_LEVEL_RIGHT_REGISTER, right); in vx_set_analog_output_level() 115 vx_set_codec_reg(chip, codec, XX_CODEC_LEVEL_RIGHT_REGISTER, right); in vx_set_analog_output_level()
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 35 this right. 70 future extensions is going right down the gutters since someone will submit 126 the ioctls supported by the drm/i915 get this fully right, which means there's 167 for different objects and other resources to userspace. Doing that right 214 Finally, the name of the game is to get it right on the first attempt, since if
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-mem.txt | 19 right set of options to display a memory access profile. By default, loads
|
/linux-4.4.14/drivers/input/tablet/ |
D | aiptek.c | 440 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local 493 right = (data[1] & aiptek->curSetting.mouseButtonRight >> 2) != 0 ? 1 : 0; in aiptek_irq() 498 input_report_key(inputdev, BTN_RIGHT, right); in aiptek_irq() 624 right = (data[5] & aiptek->curSetting.mouseButtonRight) != 0 ? 1 : 0; in aiptek_irq() 648 input_report_key(inputdev, BTN_RIGHT, right); in aiptek_irq() 721 right = (data[1] & aiptek->curSetting.mouseButtonRight) != 0 ? 1 : 0; in aiptek_irq()
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-taos-evm | 9 module to instantiate the right I2C chip on the bus. Obviously, a driver
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1263 static unsigned int right = ~0; /* "matroxfb:right:xxxxx" */ variable 1824 if (right != ~0) in initMatrox2() 1825 vesafb_defined.right_margin = right; in initMatrox2() 2179 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __init… member 2279 if (right == ~0) in matroxfb_init_params() 2280 right = timmings[res].right; in matroxfb_init_params() 2355 right = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2530 module_param(right, int, 0); 2531 MODULE_PARM_DESC(right, "Right blank space (px), overrides right from vesa (default=vesa)");
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_exch.c | 77 u16 right; member 455 else if (pool->right == FC_XID_UNKNOWN) in fc_exch_delete() 456 pool->right = index; in fc_exch_delete() 828 if (pool->right != FC_XID_UNKNOWN) { in fc_exch_em_alloc() 829 index = pool->right; in fc_exch_em_alloc() 830 pool->right = FC_XID_UNKNOWN; in fc_exch_em_alloc() 1894 pool->right = FC_XID_UNKNOWN; in fc_exch_pool_reset() 2418 pool->right = FC_XID_UNKNOWN; in fc_exch_mgr_alloc()
|
/linux-4.4.14/Documentation/thermal/ |
D | exynos_thermal_emulation | 30 this node gives users the right to change termerpature only. Just one interface makes it more
|
/linux-4.4.14/arch/alpha/lib/ |
D | callback_srm.S | 19 mov $20,$21 # Shift arguments right.
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | atmel,at91-pio4-pinctrl.txt | 33 right representation of the pin.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etm4x | 418 Description: (R) Returns the number of P0 right-hand keys that the trace unit 425 Description: (R) Returns the number of P1 right-hand keys that the trace unit 432 Description: (R) Returns the number of special P1 right-hand keys that the 440 Description: (R) Returns the number of conditional P1 right-hand keys that 448 Description: (R) Returns the number of special conditional P1 right-hand keys
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 670 int right, bottom; in rect_intersect() local 675 right = min(a->left + a->width, b->left + b->width); in rect_intersect() 677 r.width = max(0, right - r.left); in rect_intersect()
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | clocking.txt | 28 clock is sometimes referred to as LRC (left right clock) or FRAME. This clock
|
/linux-4.4.14/Documentation/mtd/ |
D | spi-nor.txt | 13 find the right LUT sequence. Unfortunately, the SPI subsystem has no notion of
|
/linux-4.4.14/Documentation/video4linux/ |
D | hauppauge-wintv-cx88-ir.txt | 32 Bits are then right shifted into the GP_SAMPLE register at the specified
|
/linux-4.4.14/arch/arc/include/asm/ |
D | entry-arcv2.h | 101 st.as r10, [sp, 10] ; save status32 at it's right stack slot
|