/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | hdmi_drv.c | 49 u32 beg; member 200 hdmi_writebn(hdev, HDMI_H_BLANK_0, 2, t->hact.beg); in hdmi_timing_apply() 202 (t->hsyn_pol << 20) | (t->hsyn.end << 10) | t->hsyn.beg); in hdmi_timing_apply() 205 (t->vact[0].beg << 11) | t->vact[0].end); in hdmi_timing_apply() 207 (t->vsyn[0].beg << 12) | t->vsyn[0].end); in hdmi_timing_apply() 209 u32 vsyn_trans = t->hsyn.beg + t->vsyn_off; in hdmi_timing_apply() 215 (t->vact[1].end << 11) | t->vact[1].beg); in hdmi_timing_apply() 217 (t->vsyn[1].beg << 12) | t->vsyn[1].end); in hdmi_timing_apply() 228 hdmi_writebn(hdev, HDMI_TG_HACT_ST_L, 2, t->hact.beg); in hdmi_timing_apply() 229 hdmi_writebn(hdev, HDMI_TG_HACT_SZ_L, 2, t->hact.end - t->hact.beg); in hdmi_timing_apply() [all …]
|
/linux-4.4.14/fs/reiserfs/ |
D | bitmap.c | 144 unsigned int bmap_n, int *beg, int boundary, in scan_bitmap_block() argument 151 int org = *beg; in scan_bitmap_block() 176 *beg = reiserfs_find_next_zero_le_bit in scan_bitmap_block() 177 ((unsigned long *)(bh->b_data), boundary, *beg); in scan_bitmap_block() 183 if (*beg + min > boundary) { in scan_bitmap_block() 188 if (unfm && is_block_in_journal(s, bmap_n, *beg, beg)) in scan_bitmap_block() 191 for (end = *beg + 1;; end++) { in scan_bitmap_block() 192 if (end >= *beg + max || end >= boundary in scan_bitmap_block() 213 if (end - *beg >= min) { in scan_bitmap_block() 220 for (i = *beg; i < end; i++) { in scan_bitmap_block() [all …]
|
D | reiserfs.h | 3283 b_blocknr_t beg, end; member
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_h323_asn1.c | 96 unsigned char *beg; member 498 unsigned char *beg = NULL; in decode_seq() local 537 beg = bs->cur; in decode_seq() 545 bs->cur = beg + len; in decode_seq() 595 beg = bs->cur; in decode_seq() 602 bs->cur = beg + len; in decode_seq() 615 unsigned char *beg = NULL; in decode_seqof() local 669 beg = bs->cur; in decode_seqof() 679 bs->cur = beg + len; in decode_seqof() 705 unsigned char *beg = NULL; in decode_choice() local [all …]
|
/linux-4.4.14/fs/ufs/ |
D | ialloc.c | 134 sector_t beg = uspi->s_sbbase + in ufs2_init_inodes_chunk() local 137 sector_t end = beg + uspi->s_fpb; in ufs2_init_inodes_chunk() 141 for (; beg < end; ++beg) { in ufs2_init_inodes_chunk() 142 bh = sb_getblk(sb, beg); in ufs2_init_inodes_chunk()
|
D | balloc.c | 235 static void ufs_change_blocknr(struct inode *inode, sector_t beg, in ufs_change_blocknr() argument 257 end = count + beg; in ufs_change_blocknr() 259 for (i = beg; i < end; i = (i | mask) + 1) { in ufs_change_blocknr() 290 pos = (i - beg) + j; in ufs_change_blocknr() 322 static void ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, in ufs_clear_frags() argument 326 sector_t end = beg + n; in ufs_clear_frags() 328 for (; beg < end; ++beg) { in ufs_clear_frags() 329 bh = sb_getblk(inode->i_sb, beg); in ufs_clear_frags()
|
/linux-4.4.14/fs/ubifs/ |
D | tnc_misc.c | 139 int beg = 0, end = znode->child_cnt, uninitialized_var(mid); in ubifs_search_zbranch() local 143 ubifs_assert(end > beg); in ubifs_search_zbranch() 145 while (end > beg) { in ubifs_search_zbranch() 146 mid = (beg + end) >> 1; in ubifs_search_zbranch() 149 beg = mid + 1; in ubifs_search_zbranch()
|
/linux-4.4.14/lib/zlib_inflate/ |
D | inffast.c | 94 unsigned char *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local 121 beg = out - (start - strm->avail_out); in inflate_fast() 200 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast()
|
/linux-4.4.14/mm/kasan/ |
D | kasan.h | 46 const void *beg; /* Address of the beginning of the global variable. */ member
|
D | kasan.c | 465 kasan_unpoison_shadow(global->beg, global->size); in register_global() 467 kasan_poison_shadow(global->beg + aligned_size, in register_global()
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | debug.S | 48 beg 2f
|
/linux-4.4.14/arch/unicore32/lib/ |
D | copy_template.S | 78 beg 3b 165 beg 12b
|
/linux-4.4.14/drivers/video/fbdev/ |
D | xen-fbfront.c | 187 unsigned long beg, end; in xenfb_deferred_io() local 193 beg = page->index << PAGE_SHIFT; in xenfb_deferred_io() 194 end = beg + PAGE_SIZE - 1; in xenfb_deferred_io() 195 y1 = beg / fb_info->fix.line_length; in xenfb_deferred_io()
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | assembler.h | 88 beg \nexti
|
/linux-4.4.14/drivers/video/console/ |
D | vgacon.c | 1067 int font_select = 0x00, beg, i; in vgacon_do_font_op() local 1072 beg = 0x0e; in vgacon_do_font_op() 1075 beg = 0x06; in vgacon_do_font_op() 1079 beg = 0x0a; in vgacon_do_font_op() 1178 vga_wgfx(state->vgabase, VGA_GFX_MISC, beg); in vgacon_do_font_op()
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_fba.c | 88 int blksize, int beg, int nr) in define_extent() argument 102 data->ext_loc = beg; in define_extent()
|