/linux-4.1.27/include/linux/ |
D | uidgid.h | 60 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq() 65 static inline bool gid_eq(kgid_t left, kgid_t right) in gid_eq() 70 static inline bool uid_gt(kuid_t left, kuid_t right) in uid_gt() 75 static inline bool gid_gt(kgid_t left, kgid_t right) in gid_gt() 80 static inline bool uid_gte(kuid_t left, kuid_t right) in uid_gte() 85 static inline bool gid_gte(kgid_t left, kgid_t right) in gid_gte() 90 static inline bool uid_lt(kuid_t left, kuid_t right) in uid_lt() 95 static inline bool gid_lt(kgid_t left, kgid_t right) in gid_lt() 100 static inline bool uid_lte(kuid_t left, kuid_t right) in uid_lte() 105 static inline bool gid_lte(kgid_t left, kgid_t right) in gid_lte()
|
D | projid.h | 35 static inline bool projid_eq(kprojid_t left, kprojid_t right) in projid_eq() 40 static inline bool projid_lt(kprojid_t left, kprojid_t right) in projid_lt()
|
D | gpio_mouse.h | 51 int right; member
|
D | efi.h | 845 efi_guidcmp (efi_guid_t left, efi_guid_t right) in efi_guidcmp()
|
/linux-4.1.27/arch/parisc/math-emu/ |
D | hppa.h | 28 #define Shiftdouble(left,right,amount,dest) \ argument 33 #define Variableshiftdouble(left,right,amount,dest) \ argument 40 #define Variable_shift_double(left,right,amount,dest) \ argument
|
D | sfcmp.c | 55 register unsigned int left, right; in sgl_fcmp() local
|
D | sgl_float.h | 63 #define Sgl_leftshiftby1_withextent(left,right,result) \ argument 66 #define Sgl_rightshiftby1_withextent(left,right,dst) \ argument 239 #define Sgl_subtract_withextension(left,right,extent,result) \ argument 248 #define Sgl_xortointp1(left,right,result) \ argument 251 #define Sgl_xorfromintp1(left,right,result) \ argument 419 #define Sglext_xortointp1(left,right,result) Sgl_xortointp1(left,right,result) argument 420 #define Sglext_xorfromintp1(left,right,result) \ argument
|
D | sfadd.c | 55 register unsigned int left, right, result, extent; in sgl_fadd() local
|
D | sfsub.c | 55 register unsigned int left, right, result, extent; in sgl_fsub() local
|
D | dbl_float.h | 99 #define Dbl_leftshiftby1_withextent(lefta,leftb,right,resulta,resultb) \ argument 103 #define Dbl_rightshiftby1_withextent(leftb,right,dst) \ argument 421 #define Dbl_xortointp1(left,right,result) \ argument 424 #define Dbl_xorfromintp1(left,right,result) \ argument 427 #define Dbl_swap_lower(left,right) \ argument 720 #define Dblext_xortointp1(left,right,result) Dbl_xortointp1(left,right,result) argument 722 #define Dblext_xorfromintp1(left,right,result) \ argument
|
/linux-4.1.27/tools/perf/util/ |
D | sort.c | 64 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp() 89 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp() 96 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse() 103 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort() 146 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp() 200 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp() 221 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort() 286 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_cmp() 327 sort__parent_cmp(struct hist_entry *left, struct hist_entry *right) in sort__parent_cmp() 355 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cpu_cmp() [all …]
|
D | hist.c | 905 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp() 923 hist_entry__collapse(struct hist_entry *left, struct hist_entry *right) in hist_entry__collapse()
|
/linux-4.1.27/arch/x86/crypto/ |
D | des3_ede-asm_64.S | 101 #define initial_permutation(left, right) \ argument 117 #define final_permutation(left, right) \ argument 162 #define read_block(io, left, right) \ argument 168 #define write_block(io, left, right) \ argument 272 #define initial_permutation3(left, right) \ argument 317 #define final_permutation3(left, right) \ argument
|
/linux-4.1.27/fs/quota/ |
D | kqid.c | 12 bool qid_eq(struct kqid left, struct kqid right) in qid_eq() 36 bool qid_lt(struct kqid left, struct kqid right) in qid_lt()
|
/linux-4.1.27/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() 173 static void shift(struct btree_node *left, struct btree_node *right, int count) in shift() 203 struct btree_node *right = r->n; in __rebalance2() local 236 struct child left, right; in rebalance2() local 268 struct btree_node *left, struct btree_node *center, struct btree_node *right, in delete_center_node() 299 struct btree_node *left, struct btree_node *center, struct btree_node *right, in redistribute3() 349 struct btree_node *right = r->n; in __rebalance3() local 373 struct child left, center, right; in rebalance3() local
|
D | dm-btree.c | 429 struct dm_block *left, *right, *parent; in btree_split_sibling() local 514 struct dm_block *left, *right, *new_parent; in btree_split_beneath() local
|
/linux-4.1.27/net/bluetooth/ |
D | ecc.c | 134 static int vli_cmp(const u64 *left, const u64 *right) in vli_cmp() 184 const u64 *right) in vli_add() 203 static u64 vli_sub(u64 *result, const u64 *left, const u64 *right) in vli_sub() 221 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64() 256 static void vli_mult(u64 *result, const u64 *left, const u64 *right) in vli_mult() 333 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() 350 static void vli_mod_sub(u64 *result, const u64 *left, const u64 *right, in vli_mod_sub() 441 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right) in vli_mod_mult_fast()
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | sysfillrect.c | 82 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() 192 unsigned long pat, int left, int right, unsigned n, in bitfill_unaligned_rev() 295 int right, r; in sys_fillrect() local
|
D | cfbfillrect.c | 93 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() 218 int dst_idx, unsigned long pat, int left, int right, in bitfill_unaligned_rev() 332 int right, r; in cfb_fillrect() local
|
D | syscopyarea.c | 33 int left, right; in bitcpy() local 228 int const right = -shift & (bits-1); in bitcpy_rev() local
|
D | cfbcopyarea.c | 111 int const right = -shift & (bits - 1); in bitcpy() local 284 int const right = -shift & (bits-1); in bitcpy_rev() local
|
/linux-4.1.27/tools/perf/ |
D | builtin-diff.c | 498 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute() 531 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute() 561 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx() 601 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_baseline() 610 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta() 619 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio() 628 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff() 637 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_idx() 645 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio_idx() 653 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff_idx()
|
/linux-4.1.27/sound/core/oss/ |
D | mixer_oss.c | 263 int result = 0, left, right; in snd_mixer_oss_get_volume() local 291 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff; in snd_mixer_oss_set_volume() local 518 int *left, int *right) in snd_mixer_oss_get_volume1_vol() 555 int *left, int *right, in snd_mixer_oss_get_volume1_sw() 593 int *left, int *right) in snd_mixer_oss_get_volume1() 620 int left, int right) in snd_mixer_oss_put_volume1_vol() 660 int left, int right, in snd_mixer_oss_put_volume1_sw() 704 int left, int right) in snd_mixer_oss_put_volume1() 756 int left, right; in snd_mixer_oss_get_recsrc1_sw() local 769 int left, right; in snd_mixer_oss_get_recsrc1_route() local
|
/linux-4.1.27/sound/oss/ |
D | pas2_mixer.c | 81 int right = right_vol * div / 100; in mixer_output() local 117 int left, right, devmask, changed, i, mixer = 0; in pas_mixer_set() local
|
D | sb_mixer.c | 273 int sb_common_mixer_set(sb_devc * devc, int dev, int left, int right) in sb_common_mixer_set() 314 static int smw_mixer_set(sb_devc * devc, int dev, int left, int right) in smw_mixer_set() 358 int right = (value & 0x0000ff00) >> 8; in sb_mixer_set() local
|
D | pss.c | 401 static void set_master_volume(struct pss_confdata *devc, int left, int right) in set_master_volume() 478 unsigned int left, right, volume; in set_volume_stereo() local 498 static int ret_vol_stereo(int left, int right) in ret_vol_stereo()
|
D | sb_ess.c | 1666 int ess_mixer_set(sb_devc *devc, int dev, int left, int right) 1681 int left, right, value; local 1693 int value, left, right; local
|
D | waveartist.c | 953 unsigned int mask, left, right; in waveartist_mixer_update() local 1514 unsigned int left, right; in vnc_mute_lout() local
|
D | swarm_cs4297a.c | 965 u16 left, right; in cs4297a_update_ptr() local 1814 u32 left, right; in cs4297a_write() local
|
D | msnd_pinnacle.c | 427 int right = (value & 0x0000ff00) >> 8; in mixer_set() local
|
D | ad1848.c | 535 int right = (value & 0x0000ff00) >> 8; in ad1848_mixer_set() local
|
/linux-4.1.27/drivers/usb/core/ |
D | port.c | 191 static int link_peers(struct usb_port *left, struct usb_port *right) in link_peers() 260 static void link_peers_report(struct usb_port *left, struct usb_port *right) in link_peers_report() 275 static void unlink_peers(struct usb_port *left, struct usb_port *right) in unlink_peers()
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 311 const efi_memory_desc_t *left = l, *right = r; in cmp_mem_desc() local 321 efi_memory_desc_t *right) in regions_are_adjacent() 338 efi_memory_desc_t *right) in regions_have_compatible_memory_type_attrs()
|
/linux-4.1.27/security/tomoyo/ |
D | condition.c | 287 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv() 306 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp() 495 u8 right = -1; in tomoyo_get_condition() local 779 const u8 right = condp->right; in tomoyo_condition() local
|
D | common.c | 1229 const u8 right = condp->right; in tomoyo_print_condition() local 1254 const u8 right = condp->right; in tomoyo_print_condition() local
|
D | common.h | 642 u8 right; member
|
/linux-4.1.27/drivers/input/mouse/ |
D | vsxxxaa.c | 212 int left, middle, right; in vsxxxaa_handle_REL_packet() local 268 int left, middle, right, touch; in vsxxxaa_handle_ABS_packet() local 320 int left, middle, right; in vsxxxaa_handle_POR_packet() local
|
D | alps.c | 217 int left, int right, int middle) in alps_report_buttons() 249 int x, y, z, ges, fin, left, right, middle; in alps_process_packet_v1_v2() local 546 int x, y, z, left, right, middle; in alps_process_trackstick_packet_v3() local 815 int x, y, z, left, right, middle; in alps_process_packet_v6() local 1086 int x, y, z, left, right, middle; in alps_process_trackstick_packet_v7() local
|
D | hgpk.c | 350 int right = !!(packet[3] & 2); in hgpk_process_advanced_packet() local 433 int right = (packet[0] >> 1) & 1; in hgpk_process_simple_packet() local
|
D | cypress_ps2.h | 146 unsigned int right:1; member
|
D | synaptics.h | 156 unsigned int right:1; member
|
D | alps.h | 210 unsigned int right:1; member
|
/linux-4.1.27/kernel/ |
D | groups.c | 117 int right = left + stride; in groups_sort() local 135 unsigned int left, right; in groups_search() local
|
D | auditfilter.c | 1126 int audit_comparator(u32 left, u32 op, u32 right) in audit_comparator() 1151 int audit_uid_comparator(kuid_t left, u32 op, kuid_t right) in audit_uid_comparator() 1174 int audit_gid_comparator(kgid_t left, u32 op, kgid_t right) in audit_gid_comparator()
|
/linux-4.1.27/net/tipc/ |
D | link.h | 263 static inline int less_eq(u32 left, u32 right) in less_eq() 268 static inline int more(u32 left, u32 right) in more() 273 static inline int less(u32 left, u32 right) in less() 278 static inline u32 lesser(u32 left, u32 right) in lesser()
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0_a3d.c | 174 static void a3dsrc_SetHrtfOutput(a3dsrc_t * a, short left, short right) in a3dsrc_SetHrtfOutput() 339 static void a3dsrc_SetGainTarget(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainTarget() 347 static void a3dsrc_SetGainCurrent(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainCurrent() 715 static void vortex_a3d_coord2ild(a3d_LRGains_t ild, int left, int right) in vortex_a3d_coord2ild()
|
D | au88x0_xtalk.c | 570 vortex_XtalkHw_SetDelay(vortex_t * vortex, unsigned short right, in vortex_XtalkHw_SetDelay()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | arcfb.c | 248 unsigned int left, unsigned int right, unsigned int distance) in arcfb_lcd_update_page() 300 unsigned int bottom, unsigned int left, unsigned int right) in arcfb_lcd_update_vert() 322 unsigned int right, unsigned int top, unsigned int h) in arcfb_lcd_update_horiz() 346 unsigned int left, right, distance, y; in arcfb_lcd_update() local
|
D | fb-puv3.c | 147 int right = info->var.xres - 1; in unifb_prim_fillrect() local 237 int right = info->var.xres; in unifb_prim_copyarea() local
|
D | amifb.c | 2604 int shift = dst_idx - src_idx, left, right; in bitcpy() local 2744 int shift = dst_idx - src_idx, left, right; in bitcpy_rev() local 2896 int shift = dst_idx - src_idx, left, right; in bitcpy_not() local
|
D | i740fb.c | 410 u32 xres, right, hslen, left, xtotal; in i740fb_decode_var() local
|
D | vga16fb.c | 316 u32 xres, right, hslen, left, xtotal; in vga16fb_check_var() local
|
D | atafb.c | 862 int right, hsync, left; /* standard timing in clock cycles, not pixel */ member
|
/linux-4.1.27/drivers/hid/ |
D | hid-zpff.c | 42 int left, right; in zpff_play() local
|
D | hid-sjoy.c | 46 u32 left, right; in hid_sjoyff_play() local
|
D | hid-betopff.c | 45 __u16 left, right; in hid_betopff_play() local
|
D | hid-gaff.c | 47 int left, right; in hid_gaff_play() local
|
D | hid-axff.c | 49 int left, right; in axff_play() local
|
D | hid-holtekff.c | 111 int left, right; in holtekff_play() local
|
D | hid-lgff.c | 75 unsigned int left, right; in hid_lgff_play() local
|
D | hid-pl.c | 64 int left, right; in hid_plff_play() local
|
D | hid-tmff.c | 90 int left, right; /* Rumbling */ in tmff_play() local
|
D | hid-sony.c | 826 __u8 right; member
|
/linux-4.1.27/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() 260 int left, right; in snd_msndmix_volume_put() local
|
/linux-4.1.27/sound/hda/ |
D | hdac_regmap.c | 155 unsigned int left, right; in hda_reg_read_stereo_amp() local 174 unsigned int verb, left, right; in hda_reg_write_stereo_amp() local
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_interval.c | 33 sector_t right = interval_end(node->rb.rb_right); in compute_subtree_last() local
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | extent_tree.c | 112 struct pnfs_block_extent *right = ext_tree_next(be); in ext_try_to_merge_right() local 437 struct pnfs_block_extent *right = ext_tree_next(be); in ext_tree_mark_written() local
|
/linux-4.1.27/fs/ncpfs/ |
D | file.c | 32 int ncp_make_open(struct inode *inode, int right) in ncp_make_open()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-alsa.c | 400 int left, int right, bool force_notify) in snd_saa7134_capsrc_set() 956 int left, right; in snd_saa7134_volume_put() local 1057 int left, right; in snd_saa7134_capsrc_put() local
|
D | saa7134-tvaudio.c | 333 __s32 left,right,value; in tvaudio_checkcarrier() local
|
/linux-4.1.27/sound/pci/ |
D | ak4531_codec.c | 166 int left, right; in snd_ak4531_get_double() local 191 int left, right; in snd_ak4531_put_double() local
|
D | sonicvibes.c | 938 unsigned short left, right, oval1, oval2; in snd_sonicvibes_put_mux() local
|
D | es1938.c | 1254 unsigned char left, right; in snd_es1938_get_double() local
|
D | cmipci.c | 2077 int left, right, oleft, oright; in snd_cmipci_put_volume() local
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_btree.c | 773 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock() local 798 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_sblock() local 1976 struct xfs_btree_block *right; /* right btree block */ in xfs_btree_lshift() local 2158 struct xfs_btree_block *right; /* right btree block */ in xfs_btree_rshift() local 2338 struct xfs_btree_block *right; /* right btree block */ in __xfs_btree_split() local 2712 struct xfs_btree_block *right; /* right btree block */ in xfs_btree_new_root() local 3367 struct xfs_btree_block *right; /* right btree block */ in xfs_btree_delrec() local
|
D | xfs_bmap.c | 2794 xfs_bmbt_irec_t right; /* right neighbor extent entry */ in xfs_bmap_add_extent_hole_delay() local 2938 xfs_bmbt_irec_t right; /* right neighbor extent entry */ in xfs_bmap_add_extent_hole_real() local
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_mixer.c | 95 unsigned char left, right; in snd_ics_get_double() local
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_accel.h | 250 #define SiS300SetupClipRB(right,bottom) \ argument 376 #define SiS310SetupClipRB(right,bottom) \ argument
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm_hubs.c | 149 unsigned int right; member 158 unsigned int left, right; in wm_hubs_dcs_cache_get() local
|
D | cs4270.c | 444 int right = !ucontrol->value.integer.value[1]; in cs4270_soc_put_mute() local
|
/linux-4.1.27/fs/ntfs/ |
D | runlist.c | 221 bool right = false; /* Right end of @src needs merging. */ in ntfs_rl_append() local 386 bool right = false; /* Right end of @src needs merging. */ in ntfs_rl_replace() local
|
/linux-4.1.27/drivers/media/rc/ |
D | ir-mce_kbd-decoder.c | 183 bool right = scancode & 0x40; in ir_mce_kbd_process_mouse_data() local
|
/linux-4.1.27/sound/isa/sb/ |
D | sb_mixer.c | 132 unsigned char left, right; in snd_sbmixer_get_double() local 153 unsigned char left, right, oleft, oright; in snd_sbmixer_put_double() local
|
/linux-4.1.27/sound/parisc/ |
D | harmony.c | 720 int left, right; in snd_harmony_volume_get() local 749 int left, right; in snd_harmony_volume_put() local
|
/linux-4.1.27/fs/nilfs2/ |
D | btree.c | 196 struct nilfs_btree_node *right, in nilfs_btree_node_move_left() 224 struct nilfs_btree_node *right, in nilfs_btree_node_move_right() 874 struct nilfs_btree_node *node, *right; in nilfs_btree_carry_right() local 921 struct nilfs_btree_node *node, *right; in nilfs_btree_split() local 1313 struct nilfs_btree_node *node, *right; in nilfs_btree_borrow_right() local 1372 struct nilfs_btree_node *node, *right; in nilfs_btree_concat_right() local
|
/linux-4.1.27/drivers/gpu/drm/panel/ |
D | panel-sharp-lq101r1sx01.c | 137 struct mipi_dsi_device *right, in sharp_setup_symmetrical_split()
|
/linux-4.1.27/include/uapi/linux/tc_ematch/ |
D | tc_em_meta.h | 89 struct tcf_meta_val right; member
|
/linux-4.1.27/drivers/media/platform/s5p-g2d/ |
D | g2d.h | 53 u32 right; member
|
/linux-4.1.27/tools/testing/selftests/exec/ |
D | execveat.c | 116 static char *concat(const char *left, const char *right) in concat()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 667 int right = value->value.integer.value[1]; in snd_cx88_wm8775_volume_put() local 688 int left, right, v, b; in snd_cx88_volume_put() local
|
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 1884 struct extent_buffer *right = NULL; in balance_level() local 2102 struct extent_buffer *right = NULL; in push_nodes_for_insert() local 3590 struct extent_buffer *right, in __push_leaf_right() 3741 struct extent_buffer *right; in push_leaf_right() local 3820 struct extent_buffer *right = path->nodes[0]; in __push_leaf_left() local 3969 struct extent_buffer *right = path->nodes[0]; in push_leaf_left() local 4034 struct extent_buffer *right, in copy_for_split() 4171 struct extent_buffer *right; in split_leaf() local
|
/linux-4.1.27/fs/reiserfs/ |
D | procfs.c | 279 __u32 right; in show_oidmap() local
|
D | do_balan.c | 1721 int right = (MAX_CHILD_SIZE(PATH_H_PBUFFER(tb->tb_path, 0)) - in check_after_balance_leaf() local
|
/linux-4.1.27/include/uapi/drm/ |
D | qxl_drm.h | 100 uint32_t right; member
|
/linux-4.1.27/include/uapi/sound/ |
D | asound_fm.h | 61 unsigned char right; /* stereo right */ member
|
/linux-4.1.27/fs/befs/ |
D | befs_fs_types.h | 241 fs64 right; member 249 befs_off_t right; member
|
/linux-4.1.27/arch/sparc/kernel/ |
D | visemul.c | 250 u16 left, right; member 296 u16 left, right; in edge() local
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 281 int left, right, top, bottom; in qxl_draw_dirty_fb() local
|
D | qxl_dev.h | 218 int32_t right; member 225 uint32_t right; member
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 645 int right, bottom; in rect_intersect() local
|
D | vivid-tpg.c | 1779 unsigned right = params->right_pillar_start; in tpg_fill_plane_extras() local
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.h | 271 struct print_arg *right; member 864 struct filter_arg *right; member 870 struct filter_arg *right; member 876 struct filter_arg *right; member
|
D | event-parse.c | 1659 struct print_arg *arg, *left, *right; in process_cond() local 1814 struct print_arg *left, *right = NULL; in process_op() local 2186 long long left, right; in arg_num_eval() local 3395 unsigned long long left, right; in eval_num_arg() local
|
D | parse-filter.c | 2062 char *right = NULL; in op_to_str() local
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-sf16fmr2.c | 152 int volume, balance, left, right; in fmr2_s_ctrl() local
|
/linux-4.1.27/drivers/s390/crypto/ |
D | zcrypt_msgtype6.h | 51 unsigned char right[4]; /* 0x00000000 */ member
|
D | zcrypt_pcicc.h | 41 unsigned char right[4]; /* 0x00000000 */ member
|
/linux-4.1.27/sound/oss/dmasound/ |
D | dmasound_paula.c | 169 u_char *right = left+write_sq_block_size_half; in ami_ct_s8() local
|
/linux-4.1.27/sound/pci/oxygen/ |
D | xonar_dg_mixer.c | 195 static int input_volume_apply(struct oxygen *chip, char left, char right) in input_volume_apply()
|
/linux-4.1.27/drivers/video/fbdev/kyro/ |
D | STG4000OverlayDevice.c | 319 u32 right, u32 bottom) in SetOverlayViewPort()
|
/linux-4.1.27/lib/ |
D | btree.c | 522 unsigned long *right, int rfill, in merge() 543 unsigned long *parent, *left = NULL, *right = NULL; in rebalance() local
|
/linux-4.1.27/sound/pci/cs46xx/ |
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() 1954 int cs46xx_dsp_set_iec958_volume (struct snd_cs46xx * chip, u16 left, u16 right) in cs46xx_dsp_set_iec958_volume()
|
D | dsp_spos.h | 220 u16 left, u16 right) in cs46xx_dsp_scb_set_volume()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | interval_tree.c | 252 struct interval_node *right = node->in_right; in __rotate_left() local
|
/linux-4.1.27/sound/mips/ |
D | hal2.h | 231 u32 right; /* Right volume */ member
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctdaio.c | 33 unsigned short right; member
|
/linux-4.1.27/sound/drivers/ |
D | dummy.c | 761 int left, right; in snd_dummy_volume_put() local 809 int left, right; in snd_dummy_capsrc_put() local
|
/linux-4.1.27/scripts/kconfig/ |
D | expr.h | 42 union expr_data left, right; member
|
/linux-4.1.27/net/ceph/crush/ |
D | mapper.c | 178 static int right(int x) in right() function
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 771 u32 left, right, top, bottom; in vidioc_g_crop() local
|
/linux-4.1.27/kernel/locking/ |
D | rtmutex.c | 149 struct rt_mutex_waiter *right) in rt_mutex_waiter_less()
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1272 static unsigned int right = ~0; /* "matroxfb:right:xxxxx" */ variable 2189 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __init… member
|
/linux-4.1.27/include/net/ |
D | ip6_fib.h | 59 struct fib6_node *right; member
|
/linux-4.1.27/sound/aoa/codecs/ |
D | tas.c | 159 u8 left, right; in tas_set_volume() local
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 460 int left, right, top, bottom; in do_surface_dirty_sou() local 1236 int left, right, top, bottom; in vmw_kms_present() local
|
D | svga_reg.h | 398 int32 right; member
|
/linux-4.1.27/fs/kernfs/ |
D | dir.c | 216 const struct kernfs_node *right) in kernfs_sd_compare()
|
/linux-4.1.27/sound/isa/es1688/ |
D | es1688_lib.c | 880 unsigned char left, right; in snd_es1688_get_double() local
|
/linux-4.1.27/sound/pci/pcxhr/ |
D | pcxhr_mixer.c | 264 int left, right; in pcxhr_update_playback_stream_level() local
|
/linux-4.1.27/sound/synth/emux/ |
D | soundfont.c | 907 int left = 1, right = 127, mid; in calc_parm_search() local
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | aty128fb.c | 1058 u32 left, right, upper, lower, hslen, vslen, sync, vmode; in aty128_var_to_crtc() local 1247 u32 xres, yres, left, right, upper, lower, hslen, vslen, sync; in aty128_crtc_to_var() local
|
D | atyfb_base.c | 1151 u32 xres, yres, bpp, left, right, upper, lower, hslen, vslen, sync; in aty_crtc_to_var() local
|
/linux-4.1.27/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 265 static int cfg_iv(struct cryp_device_data *device_data, u32 left, u32 right, in cfg_iv()
|
/linux-4.1.27/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()
|
/linux-4.1.27/sound/isa/opti9xx/ |
D | miro.c | 488 int left, right, left_old, right_old; in snd_miro_put_double() local
|
/linux-4.1.27/mm/ |
D | mmap.c | 1755 struct vm_area_struct *right = in unmapped_area() local 1839 struct vm_area_struct *right = in unmapped_area_topdown() local
|
D | memblock.c | 1389 unsigned int left = 0, right = type->cnt; in memblock_search() local
|
/linux-4.1.27/sound/isa/wss/ |
D | wss_lib.c | 2038 unsigned short left, right; in snd_wss_put_mux() local
|
/linux-4.1.27/kernel/sched/ |
D | deadline.c | 433 u64 left, right; in dl_entity_overflow() local
|
/linux-4.1.27/fs/hfs/ |
D | hfs.h | 101 __be16 right; member
|
/linux-4.1.27/net/netfilter/ |
D | x_tables.c | 461 int mid, left = 0, right = xt[af].cur - 1; in xt_compat_calc_jump() local
|
/linux-4.1.27/drivers/hwmon/ |
D | applesmc.c | 747 u8 left = 0, right = 0; in applesmc_light_show() local
|
/linux-4.1.27/sound/pci/ymfpci/ |
D | ymfpci.h | 354 u16 right; member
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | isppreview.c | 1826 unsigned int right = sink->width - PREV_MARGIN_RIGHT; in preview_try_crop() local
|
/linux-4.1.27/fs/hfsplus/ |
D | hfsplus_raw.h | 230 __be16 right; member
|
/linux-4.1.27/fs/ |
D | locks.c | 939 struct file_lock *right = NULL; in __posix_lock_file() local
|
/linux-4.1.27/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
|
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_exch.c | 77 u16 right; member
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.c | 1129 static bool efx_same_controller(struct efx_nic *left, struct efx_nic *right) in efx_same_controller()
|
D | farch.c | 2294 const struct efx_farch_filter_spec *right) in efx_farch_filter_equal()
|
D | ef10.c | 2164 const struct efx_filter_spec *right) in efx_ef10_filter_equal()
|
D | net_driver.h | 706 const struct efx_link_state *right) in efx_link_state_equal()
|
/linux-4.1.27/drivers/usb/host/ |
D | max3421-hcd.c | 331 frame_diff(u16 left, u16 right) in frame_diff()
|
/linux-4.1.27/sound/sparc/ |
D | cs4231.c | 1316 unsigned short left, right; in snd_cs4231_put_mux() local
|
/linux-4.1.27/sound/isa/ |
D | es18xx.c | 1217 unsigned char left, right; in snd_es18xx_get_double() local
|
/linux-4.1.27/drivers/media/i2c/ |
D | tvaudio.c | 1710 u32 left, right; in tvaudio_s_ctrl() local
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 157 struct drm_property *right; member
|
/linux-4.1.27/kernel/trace/ |
D | trace.h | 1051 unsigned short right; member
|
D | trace_events_filter.c | 728 struct filter_pred *right; in filter_set_pred() local
|
/linux-4.1.27/fs/ocfs2/ |
D | alloc.c | 814 struct ocfs2_extent_rec *right) in ocfs2_extents_adjacent() 1739 struct ocfs2_path *right) in ocfs2_find_subtree_root()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_sdvo.c | 167 struct drm_property *right; member
|