Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 172 of 172) sorted by relevance

/linux-4.1.27/fs/minix/
Ditree_v2.c26 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path()
42 offsets[n++] = block; in block_to_path()
44 offsets[n++] = DIRCOUNT; in block_to_path()
45 offsets[n++] = block; in block_to_path()
47 offsets[n++] = DIRCOUNT + 1; in block_to_path()
48 offsets[n++] = block / INDIRCOUNT(sb); in block_to_path()
49 offsets[n++] = block % INDIRCOUNT(sb); in block_to_path()
52 offsets[n++] = DIRCOUNT + 2; in block_to_path()
53 offsets[n++] = (block / INDIRCOUNT(sb)) / INDIRCOUNT(sb); in block_to_path()
54 offsets[n++] = (block / INDIRCOUNT(sb)) % INDIRCOUNT(sb); in block_to_path()
[all …]
Ditree_v1.c24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path()
38 offsets[n++] = block; in block_to_path()
40 offsets[n++] = 7; in block_to_path()
41 offsets[n++] = block; in block_to_path()
44 offsets[n++] = 8; in block_to_path()
45 offsets[n++] = block>>9; in block_to_path()
46 offsets[n++] = block & 511; in block_to_path()
Ditree_common.c31 int *offsets, in get_branch() argument
41 add_chain (chain, NULL, i_data(inode) + *offsets); in get_branch()
51 add_chain(++p, bh, (block_t *)bh->b_data + *++offsets); in get_branch()
71 int *offsets, in alloc_branch() argument
90 branch[n].p = (block_t*) bh->b_data + offsets[n]; in alloc_branch()
149 int offsets[DEPTH]; in get_block() local
153 int depth = block_to_path(inode, block, offsets); in get_block()
159 partial = get_branch(inode, depth, offsets, chain, &err); in get_block()
190 err = alloc_branch(inode, left, offsets+(partial-chain), partial); in get_block()
218 int offsets[DEPTH], in find_shared()
[all …]
/linux-4.1.27/
DKbuild5 # 2) Generate asm-offsets.h (may need bounds.h)
47 $(call filechk,offsets,__LINUX_BOUNDS_H__)
50 # 2) Generate asm-offsets.h
53 offsets-file := include/generated/asm-offsets.h
55 always += $(offsets-file)
56 targets += arch/$(SRCARCH)/kernel/asm-offsets.s
59 arch/$(SRCARCH)/kernel/asm-offsets.s: arch/$(SRCARCH)/kernel/asm-offsets.c \
64 $(obj)/$(offsets-file): arch/$(SRCARCH)/kernel/asm-offsets.s FORCE
65 $(call filechk,offsets,__ASM_OFFSETS_H__)
77 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
[all …]
/linux-4.1.27/scripts/mod/
DMakefile6 devicetable-offsets-file := devicetable-offsets.h
32 $(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s
33 $(call if_changed,offsets)
35 targets += $(devicetable-offsets-file) devicetable-offsets.s
40 $(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file)
D.gitignore4 devicetable-offsets.h
/linux-4.1.27/fs/sysv/
Ditree.c22 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path()
34 offsets[n++] = block; in block_to_path()
36 offsets[n++] = DIRECT; in block_to_path()
37 offsets[n++] = block; in block_to_path()
39 offsets[n++] = DIRECT+1; in block_to_path()
40 offsets[n++] = block >> ptrs_bits; in block_to_path()
41 offsets[n++] = block & (indirect_blocks - 1); in block_to_path()
43 offsets[n++] = DIRECT+2; in block_to_path()
44 offsets[n++] = block >> (ptrs_bits * 2); in block_to_path()
45 offsets[n++] = (block >> ptrs_bits) & (indirect_blocks - 1); in block_to_path()
[all …]
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dsvga_overlay.h142 uint32 *offsets) /* OUT (optional) */ in VMwareVideoGetAttributes() argument
148 if (offsets) { in VMwareVideoGetAttributes()
149 offsets[0] = 0; in VMwareVideoGetAttributes()
163 if (offsets) { in VMwareVideoGetAttributes()
164 offsets[1] = *size; in VMwareVideoGetAttributes()
176 if (offsets) { in VMwareVideoGetAttributes()
177 offsets[2] = *size; in VMwareVideoGetAttributes()
Dvmwgfx_surface.c263 const struct vmw_surface_offset *cur_offset = &srf->offsets[i]; in vmw_surface_dma_encode()
632 kfree(srf->offsets); in vmw_user_surface_free()
767 srf->offsets = kmalloc(srf->num_sizes * sizeof(*srf->offsets), in vmw_surface_define_ioctl()
789 cur_offset = srf->offsets; in vmw_surface_define_ioctl()
877 kfree(srf->offsets); in vmw_surface_define_ioctl()
1291 srf->offsets = NULL; in vmw_gb_surface_define_ioctl()
Dvmwgfx_drv.h165 struct vmw_surface_offset *offsets; member
/linux-4.1.27/drivers/mtd/tests/
Dstresstest.c48 static int *offsets; variable
108 offs = offsets[eb]; in do_write()
113 offs = offsets[eb] = 0; in do_write()
124 offsets[eb + 1] = 0; in do_write()
133 offsets[eb++] = mtd->erasesize; in do_write()
136 offsets[eb] = offs; in do_write()
202 offsets = kmalloc(ebcnt * sizeof(int), GFP_KERNEL); in mtd_stresstest_init()
203 if (!readbuf || !writebuf || !offsets) in mtd_stresstest_init()
206 offsets[i] = mtd->erasesize; in mtd_stresstest_init()
232 kfree(offsets); in mtd_stresstest_init()
/linux-4.1.27/sound/usb/
Dmixer_scarlett.c168 int offsets[SND_SCARLETT_OFFSETS_MAX]; member
199 .offsets = {},
208 .offsets = {},
217 .offsets = {},
226 .offsets = {},
361 static void scarlett_generate_name(int i, char *dst, int offsets[]) in scarlett_generate_name() argument
363 if (i > offsets[SCARLETT_OFFSET_MIX]) in scarlett_generate_name()
365 'A'+(i - offsets[SCARLETT_OFFSET_MIX] - 1)); in scarlett_generate_name()
366 else if (i > offsets[SCARLETT_OFFSET_ADAT]) in scarlett_generate_name()
367 sprintf(dst, "ADAT %d", i - offsets[SCARLETT_OFFSET_ADAT]); in scarlett_generate_name()
[all …]
/linux-4.1.27/fs/ext4/
Dindirect.c74 ext4_lblk_t offsets[4], int *boundary) in ext4_block_to_path()
85 offsets[n++] = i_block; in ext4_block_to_path()
88 offsets[n++] = EXT4_IND_BLOCK; in ext4_block_to_path()
89 offsets[n++] = i_block; in ext4_block_to_path()
92 offsets[n++] = EXT4_DIND_BLOCK; in ext4_block_to_path()
93 offsets[n++] = i_block >> ptrs_bits; in ext4_block_to_path()
94 offsets[n++] = i_block & (ptrs - 1); in ext4_block_to_path()
97 offsets[n++] = EXT4_TIND_BLOCK; in ext4_block_to_path()
98 offsets[n++] = i_block >> (ptrs_bits * 2); in ext4_block_to_path()
99 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ext4_block_to_path()
[all …]
Dnamei.c261 struct dx_map_entry *offsets, int count, unsigned blocksize);
/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_rpf.c105 rpf->offsets[0] = crop->top * format->plane_fmt[0].bytesperline in rpf_s_stream()
111 rpf->buf_addr[0] + rpf->offsets[0]); in rpf_s_stream()
114 rpf->offsets[1] = crop->top * format->plane_fmt[1].bytesperline in rpf_s_stream()
120 rpf->buf_addr[1] + rpf->offsets[1]); in rpf_s_stream()
124 rpf->buf_addr[2] + rpf->offsets[1]); in rpf_s_stream()
202 buf->addr[0] + rpf->offsets[0]); in rpf_vdev_queue()
205 buf->addr[1] + rpf->offsets[1]); in rpf_vdev_queue()
208 buf->addr[2] + rpf->offsets[1]); in rpf_vdev_queue()
Dvsp1_rwpf.h41 unsigned int offsets[2]; member
/linux-4.1.27/fs/ext2/
Dinode.c160 long i_block, int offsets[4], int *boundary) in ext2_block_to_path()
174 offsets[n++] = i_block; in ext2_block_to_path()
177 offsets[n++] = EXT2_IND_BLOCK; in ext2_block_to_path()
178 offsets[n++] = i_block; in ext2_block_to_path()
181 offsets[n++] = EXT2_DIND_BLOCK; in ext2_block_to_path()
182 offsets[n++] = i_block >> ptrs_bits; in ext2_block_to_path()
183 offsets[n++] = i_block & (ptrs - 1); in ext2_block_to_path()
186 offsets[n++] = EXT2_TIND_BLOCK; in ext2_block_to_path()
187 offsets[n++] = i_block >> (ptrs_bits * 2); in ext2_block_to_path()
188 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ext2_block_to_path()
[all …]
/linux-4.1.27/scripts/
Drecordmcount.pl424 my @offsets; # Array of offsets of mcount callers
436 return unless ($ref_func and @offsets);
463 foreach my $cur_offset (@offsets) {
508 undef(@offsets);
535 push(@offsets, (hex $1) + $mcount_adjust);
/linux-4.1.27/arch/um/
DMakefile148 $(HOST_DIR)/um/user-offsets.s: __headers FORCE
151 define filechk_gen-asm-offsets
164 include/generated/user_constants.h: $(HOST_DIR)/um/user-offsets.s
165 $(call filechk,gen-asm-offsets)
/linux-4.1.27/fs/ufs/
Dinode.c46 static int ufs_block_to_path(struct inode *inode, sector_t i_block, sector_t offsets[4]) in ufs_block_to_path()
59 offsets[n++] = i_block; in ufs_block_to_path()
61 offsets[n++] = UFS_IND_BLOCK; in ufs_block_to_path()
62 offsets[n++] = i_block; in ufs_block_to_path()
64 offsets[n++] = UFS_DIND_BLOCK; in ufs_block_to_path()
65 offsets[n++] = i_block >> ptrs_bits; in ufs_block_to_path()
66 offsets[n++] = i_block & (ptrs - 1); in ufs_block_to_path()
68 offsets[n++] = UFS_TIND_BLOCK; in ufs_block_to_path()
69 offsets[n++] = i_block >> (ptrs_bits * 2); in ufs_block_to_path()
70 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ufs_block_to_path()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dfsl-upm-nand.txt13 - fsl,upm-addr-line-cs-offsets : address offsets for multi-chip support.
54 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
Datmel-nand.txt30 - atmel,pmecc-lookup-table-offset : includes two offsets of lookup table in ROM
/linux-4.1.27/fs/ext3/
Dinode.c343 long i_block, int offsets[4], int *boundary) in ext3_block_to_path()
356 offsets[n++] = i_block; in ext3_block_to_path()
359 offsets[n++] = EXT3_IND_BLOCK; in ext3_block_to_path()
360 offsets[n++] = i_block; in ext3_block_to_path()
363 offsets[n++] = EXT3_DIND_BLOCK; in ext3_block_to_path()
364 offsets[n++] = i_block >> ptrs_bits; in ext3_block_to_path()
365 offsets[n++] = i_block & (ptrs - 1); in ext3_block_to_path()
368 offsets[n++] = EXT3_TIND_BLOCK; in ext3_block_to_path()
369 offsets[n++] = i_block >> (ptrs_bits * 2); in ext3_block_to_path()
370 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ext3_block_to_path()
[all …]
Dnamei.c155 struct dx_map_entry *offsets, int count);
/linux-4.1.27/arch/x86/um/
DMakefile38 extra-y += user-offsets.s
39 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
/linux-4.1.27/arch/arm64/kernel/vdso/
DMakefile23 extra-y += vdso.lds vdso-offsets.h
46 $(obj)/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
D.gitignore2 vdso-offsets.h
/linux-4.1.27/drivers/gpu/drm/
Ddrm_fb_helper.c1373 struct drm_fb_offset *offsets, in drm_target_cloned() argument
1447 struct drm_fb_offset *offsets, in drm_get_tile_offsets() argument
1471 offsets[idx].x = hoffset; in drm_get_tile_offsets()
1472 offsets[idx].y = voffset; in drm_get_tile_offsets()
1479 struct drm_fb_offset *offsets, in drm_target_preferred() argument
1516 drm_get_tile_offsets(fb_helper, modes, offsets, in drm_target_preferred()
1630 struct drm_fb_offset *offsets; in drm_setup_crtcs() local
1645 offsets = kcalloc(dev->mode_config.num_connector, in drm_setup_crtcs()
1649 if (!crtcs || !modes || !enabled || !offsets) { in drm_setup_crtcs()
1659 offsets, in drm_setup_crtcs()
[all …]
Ddrm_fb_cma_helper.c137 + mode_cmd->offsets[i]; in drm_fb_cma_create()
198 i, fb->offsets[i], fb->pitches[i]); in drm_fb_cma_describe()
Ddrm_ioc32.c1029 u32 offsets[4]; member
1059 if (__put_user(req32.offsets[i], &req64->offsets[i])) in compat_drm_mode_addfb2()
Ddrm_crtc_helper.c840 fb->offsets[i] = mode_cmd->offsets[i]; in drm_helper_mode_fill_fb_struct()
Ddrm_crtc.c3297 if ((uint64_t) height * r->pitches[i] + r->offsets[i] > UINT_MAX) in framebuffer_check()
/linux-4.1.27/arch/arm64/kernel/
DMakefile46 $(call objectify,$(arm64-obj-y)): $(obj)/vdso/vdso-offsets.h
47 $(obj)/vdso/vdso-offsets.h: $(obj)/vdso
/linux-4.1.27/tools/perf/tests/
Ddso-data.c57 struct test_data_offset offsets[] = { variable
119 for (i = 0; i < ARRAY_SIZE(offsets); i++) { in test__dso_data()
120 struct test_data_offset *data = &offsets[i]; in test__dso_data()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_fb.c84 i, fb->offsets[i], fb->pitches[i]); in msm_framebuffer_describe()
125 return msm_gem_iova(msm_fb->planes[plane], id) + fb->offsets[plane]; in msm_framebuffer_iova()
219 + mode_cmd->offsets[i]; in msm_framebuffer_init()
/linux-4.1.27/include/linux/
Dvmalloc.h164 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets,
171 pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas() argument
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c42 struct disasm_line **offsets; member
232 target = ab->offsets[cursor->ops.target.offset]; in annotate_browser__draw_current_jump()
856 struct disasm_line *dl = browser->offsets[offset], *dlt; in annotate_browser__mark_jump_targets()
862 dlt = browser->offsets[dl->ops.target.offset]; in annotate_browser__mark_jump_targets()
920 browser.offsets = zalloc(size * sizeof(struct disasm_line *)); in symbol__tui_annotate()
921 if (browser.offsets == NULL) { in symbol__tui_annotate()
959 browser.offsets[pos->offset] = pos; in symbol__tui_annotate()
986 free(browser.offsets); in symbol__tui_annotate()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_layer.c122 layer->offsets[i] = fb->offsets[i]; in sti_layer_prepare()
Dsti_layer.h109 unsigned int offsets[4]; member
Dsti_hqvdp.c568 cmd->top.current_luma = (u32) layer->paddr + layer->offsets[0]; in sti_hqvdp_prepare_layer()
569 cmd->top.current_chroma = (u32) layer->paddr + layer->offsets[1]; in sti_hqvdp_prepare_layer()
Dsti_gdp.c286 top_field->gam_gdp_pml = (u32) layer->paddr + layer->offsets[0]; in sti_gdp_prepare_layer()
/linux-4.1.27/Documentation/hwmon/
Dsmsc47m19281 The chip adds the offsets stored in these registers to
83 Note that temp1 and temp2 offsets share the same register,
88 All temperatures and offsets are read and written in
Dlm93177 temperature offsets. The base temperature is expressed in degrees C in the
178 sysfs files temp<n>_auto_base. The offsets are expressed in cumulative
198 Valid offsets are in the range 0C <= x <= 7.5C in 0.5C increments.
201 however, there are only two tables of offsets: one each for temp[12] and
206 oscillation between two steps in the offsets table. These values are found in
299 temperature channel offsets
Ddme1737118 Celsius. The chip also features offsets for all 3 temperature inputs which -
/linux-4.1.27/drivers/staging/comedi/drivers/
Djr3_pci.c571 set_s16(&channel->offsets.fx, 0); in jr3_pci_poll_subdevice()
572 set_s16(&channel->offsets.fy, 0); in jr3_pci_poll_subdevice()
573 set_s16(&channel->offsets.fz, 0); in jr3_pci_poll_subdevice()
574 set_s16(&channel->offsets.mx, 0); in jr3_pci_poll_subdevice()
575 set_s16(&channel->offsets.my, 0); in jr3_pci_poll_subdevice()
576 set_s16(&channel->offsets.mz, 0); in jr3_pci_poll_subdevice()
Djr3_pci.h395 struct six_axis_array offsets; /* offset 0x0088 */ member
/linux-4.1.27/arch/arm/net/
Dbpf_jit_32.c66 u32 *offsets; member
273 offset = ctx->offsets[ctx->skf->len]; in imm_offset()
398 imm = ctx->offsets[tgt] + ctx->prologue_bytes - (ctx->idx * 4 + 8); in b_imm()
499 ctx->offsets[i] = ctx->idx * 4; in build_body()
877 ctx->offsets[i] = ctx->idx * 4; in build_body()
898 ctx.offsets = kzalloc(4 * (ctx.skf->len + 1), GFP_KERNEL); in bpf_jit_compile()
899 if (ctx.offsets == NULL) in bpf_jit_compile()
960 kfree(ctx.offsets); in bpf_jit_compile()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dcpm.txt42 - Children's reg nodes must be offsets from the start of all muram, even
47 CPM-side offsets with pointer subtraction. It is recommended that
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.txt19 - reg-shift : quantity to shift the register offsets by. If this property is
20 not present then the register offsets are not shifted.
D8250.txt34 - reg-shift : quantity to shift the register offsets by.
/linux-4.1.27/drivers/gpu/drm/radeon/
Dmkregtable.c544 struct list_head offsets; member
565 list_add_tail(&offset->list, &t->offsets); in table_offset_add()
570 INIT_LIST_HEAD(&t->offsets); in table_init()
611 list_for_each_entry(offset, &t->offsets, list) { in table_build()
Dradeon_dp_mst.c14 static const int offsets[] = { EVERGREEN_CRTC0_REGISTER_OFFSET, in radeon_atom_set_enc_offset() local
22 return offsets[id]; in radeon_atom_set_enc_offset()
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dtvmodesnv17.c361 uint32_t offsets[] = { base, base + 0x1c, base + 0x40, base + 0x5c }; in tv_save_filter() local
365 regs[i][j] = nv_read_ptv(dev, offsets[i]+4*j); in tv_save_filter()
373 uint32_t offsets[] = { base, base + 0x1c, base + 0x40, base + 0x5c }; in tv_load_filter() local
377 nv_write_ptv(dev, offsets[i]+4*j, regs[i][j]); in tv_load_filter()
Doverlay.c159 nv_fb->nvbo->bo.offset + fb->offsets[1]); in nv10_update_plane()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-memory.txt20 (Base Address Register 0). The addresses here are offsets relative to the
82 These registers show offsets of memory locations pertaining to each
90 These registers show offsets of memory locations pertaining to each
/linux-4.1.27/net/bridge/netfilter/
Debtables.c2036 unsigned int offsets[4]; in size_entry_mwt() local
2058 offsets[0] = sizeof(struct ebt_entry); /* matches come first */ in size_entry_mwt()
2059 memcpy(&offsets[1], &entry->watchers_offset, in size_entry_mwt()
2060 sizeof(offsets) - sizeof(offsets[0])); in size_entry_mwt()
2066 ret = ebt_buf_add(state, &offsets[1], in size_entry_mwt()
2067 sizeof(offsets) - sizeof(offsets[0])); in size_entry_mwt()
2084 buf = buf_start + offsets[i]; in size_entry_mwt()
2085 if (offsets[i] > offsets[j]) in size_entry_mwt()
2089 size = offsets[j] - offsets[i]; in size_entry_mwt()
2096 offsets_update[i], offsets[j] + new_offset); in size_entry_mwt()
[all …]
/linux-4.1.27/Documentation/
Dhighuid.txt14 underlying filesystem, because quota records are written at offsets
17 properly with huge UIDs. If it can deal with 64-bit file offsets on all
Ddontdiff86 asm-offsets.h
Dthis_cpu_ops.txt143 Per cpu variables and offsets
146 Per cpu variables have *offsets* to the beginning of the per cpu
257 The second one first adds the two offsets and then does the
Dprintk-formats.txt41 result in the symbol name with ('S') or without ('s') offsets. Where
45 The 'B' specifier results in the symbol name with offsets and should be
Dremoteproc.txt211 * @offset: array of offsets pointing at the various resource entries
215 * future), the number of available resource entries, and their offsets
Dvfio.txt112 regions and their read/write/mmap offsets on the device descriptor, as
223 /* Setup mappings... read/write offsets, mmaps
DIPMI.txt203 offsets a little easier :-).
DCodingStyle520 '("linux" (c-offsets-alist
Dpinctrl.txt99 also consider matching of offsets to the GPIO ranges that may be handled by
/linux-4.1.27/arch/mips/net/
Dbpf_jit.c138 u32 *offsets; member
507 return ctx->offsets[tgt] - in b_imm()
755 ctx->offsets[i] = ctx->idx * 4; in build_body()
1309 ctx->offsets[i] = ctx->idx * 4; in build_body()
1326 ctx.offsets = kcalloc(fp->len, sizeof(*ctx.offsets), GFP_KERNEL); in bpf_jit_compile()
1327 if (ctx.offsets == NULL) in bpf_jit_compile()
1367 kfree(ctx.offsets); in bpf_jit_compile()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_fb.c436 if (size > (omap_gem_mmap_size(bos[i]) - mode_cmd->offsets[i])) { in omap_framebuffer_init()
438 bos[i]->size - mode_cmd->offsets[i], size); in omap_framebuffer_init()
444 plane->offset = mode_cmd->offsets[i]; in omap_framebuffer_init()
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dphy-stih407-usb.txt8 …fg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl register offsets
/linux-4.1.27/drivers/gpu/drm/shmobile/
Dshmob_drm_plane.c54 splane->dma[0] = gem->paddr + fb->offsets[0] in shmob_drm_plane_compute_base()
60 splane->dma[1] = gem->paddr + fb->offsets[1] in shmob_drm_plane_compute_base()
Dshmob_drm_crtc.c314 scrtc->dma[0] = gem->paddr + fb->offsets[0] in shmob_drm_crtc_compute_base()
320 scrtc->dma[1] = gem->paddr + fb->offsets[1] in shmob_drm_crtc_compute_base()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-iio-frequency-ad952327 with their predefined phase offsets (out_altvoltageY_phase).
Dsysfs-driver-hid-wiimote69 Data is encoded as decimal numbers and specifies the offsets of
Dsysfs-class-net-cdc_ncm130 offsets within the NTB: Padding, shall be transmitted
Dsysfs-bus-iio269 is for devices (or drivers) that apply offsets to compensate
/linux-4.1.27/drivers/net/phy/
Dat803x.c95 unsigned int i, offsets[] = { in at803x_set_wol() local
114 offsets[i]); in at803x_set_wol()
/linux-4.1.27/mm/
Dvmalloc.c2382 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas() argument
2397 start = offsets[area]; in pcpu_get_vm_areas()
2401 BUG_ON(!IS_ALIGNED(offsets[area], align)); in pcpu_get_vm_areas()
2405 if (start > offsets[last_area]) in pcpu_get_vm_areas()
2409 unsigned long start2 = offsets[area2]; in pcpu_get_vm_areas()
2419 last_end = offsets[last_area] + sizes[last_area]; in pcpu_get_vm_areas()
2442 start = offsets[area]; in pcpu_get_vm_areas()
2499 start = offsets[area]; in pcpu_get_vm_areas()
2508 va->va_start = base + offsets[area]; in pcpu_get_vm_areas()
2513 vmap_area_pcpu_hole = base + offsets[last_area]; in pcpu_get_vm_areas()
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dbootloader.lds19 /* We want the small data sections together, so single-instruction offsets
/linux-4.1.27/arch/m68k/fpsp040/
Dfpsp.h11 | fpsp.h --- stack frame offsets during FPSP exception handling
44 | Positive offsets from A6 refer to the exception frame. Negative
45 | offsets refer to the Local Variable area and the fsave area.
122 | fsave offsets and bit definitions
/linux-4.1.27/include/drm/
Ddrm_fb_helper.h99 struct drm_fb_offset *offsets,
Ddrm_crtc.h203 unsigned int offsets[4]; member
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm3380-l2-intc.txt9 different offsets in different blocks
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dsmsc911x.txt12 - reg-shift : Specify the quantity to shift the register offsets by
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_overlay.c183 sy = obj->dev_addr + fb->offsets[0] + src_y * fb->pitches[0] + in armada_plane_update()
185 su = obj->dev_addr + fb->offsets[1] + src_y * fb->pitches[1] + in armada_plane_update()
187 sv = obj->dev_addr + fb->offsets[2] + src_y * fb->pitches[2] + in armada_plane_update()
/linux-4.1.27/Documentation/devicetree/bindings/ata/
Dsata_highbank.txt21 - calxeda,led-order : a u32 array that map port numbers to offsets within the
/linux-4.1.27/include/uapi/linux/android/
Dbinder.h159 binder_uintptr_t offsets; member
/linux-4.1.27/arch/metag/lib/
Dmemcpy.S108 ! Calculate the bit offsets required for the shift operations necesssary
136 ! Calculate the bit offsets required for the shift operations necesssary
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_plane.c63 unsigned int offsets[ATMEL_HLCDC_MAX_PLANES]; member
419 state->offsets); in atmel_hlcdc_plane_update_buffers()
678 state->offsets[i] = offset + fb->offsets[i]; in atmel_hlcdc_plane_atomic_check()
Datmel_hlcdc_layer.h389 unsigned int *offsets);
Datmel_hlcdc_layer.c435 unsigned int *offsets) in atmel_hlcdc_layer_update_set_fb() argument
464 dscr->addr = gem->paddr + offsets[i]; in atmel_hlcdc_layer_update_set_fb()
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dpq3-etsec2-grp2-2.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb6000 ]
Dpq3-etsec1-timer-0.dtsi2 * PQ3 eTSEC Timer (IEEE 1588) device tree stub [ @ offsets 0x24e00 ]
Dpq3-etsec2-grp2-1.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb5000 ]
Dpq3-etsec2-grp2-0.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb4000 ]
Dpq3-etsec1-2.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x26000 ]
Dpq3-etsec2-2.dtsi2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x26000/0xb2000 ]
Dpq3-etsec1-0.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x24000 ]
Dpq3-etsec1-1.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x25000 ]
Dpq3-etsec2-1.dtsi2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x25000/0xb1000 ]
Dpq3-etsec1-3.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x27000 ]
Dpq3-etsec2-0.dtsi2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x24000/0xb0000 ]
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dspear_spics.txt27 All the above bit offsets are within peripcfg register.
/linux-4.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_plane.c91 rcar_du_plane_write(rgrp, index, PnDSA0R, gem->paddr + fb->offsets[0]); in rcar_du_plane_setup_fb()
104 gem->paddr + fb->offsets[1]); in rcar_du_plane_setup_fb()
/linux-4.1.27/drivers/net/ethernet/8390/
Dmcf8390.c319 static u32 offsets[] = { in mcf8390_init() local
393 ei_local->reg_offset = offsets; in mcf8390_init()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c135 mode_cmd->offsets[i] + in rockchip_user_fb_create()
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-ocores.txt17 - reg-shift : device register offsets are shifted by this value
/linux-4.1.27/drivers/acpi/
Dbattery.c405 struct acpi_offsets *offsets, int num) in extract_package() argument
415 if (offsets[i].mode) { in extract_package()
416 u8 *ptr = (u8 *)battery + offsets[i].offset; in extract_package()
427 int *x = (int *)((u8 *)battery + offsets[i].offset); in extract_package()
/linux-4.1.27/Documentation/filesystems/
Dautofs4-mount-control.txt69 But, each entry in direct and indirect maps can have offsets (making
91 entry with a large number of offsets, possibly with nesting, we needed
92 to mount and umount all of the offsets as a single unit. Not really a
93 problem, except for people with a large number of offsets in map entries.
98 In version 5 we mount only as we go down the tree of offsets and
102 offsets are implemented using the same mechanism as the direct mounts
Dfiemap.txt33 extent may end after fm_length. All offsets and lengths are in bytes.
91 All offsets and lengths are in bytes and mirror those on disk. It is valid
151 Extent offsets and length are not guaranteed to be block aligned.
Ddebugfs.txt148 byte offsets over a base for the register block.
Dnilfs2.txt190 . . (Typical offsets for 4KB-block)
Doverlayfs.txt118 seek offsets are assigned sequentially when the directories are read.
DLocking548 Filesystem should find and map pages associated with offsets from "pgoff"
554 offsets should be calculated relative to "pte".
Dntfs.txt301 /dev/hda) and then using the offsets of the LDM partitions into this device as
/linux-4.1.27/arch/mn10300/include/asm/
Dframe.inc19 #include <asm/asm-offsets.h>
/linux-4.1.27/Documentation/thermal/
Dexynos_thermal68 a) TMU configuration data: This consist of TMU register offsets/bitfields
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dsh-msiof.txt13 - reg : A list of offsets and lengths of the register sets for
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c79 exynos_plane->dma_addr[i] = buffer->dma_addr + fb->offsets[i]; in exynos_check_plane()
/linux-4.1.27/arch/um/drivers/
Dubd_kern.c50 unsigned long offsets[2]; member
1231 io_req->offsets[0] = 0; in prepare_request()
1232 io_req->offsets[1] = ubd_dev->cow.data_offset; in prepare_request()
1426 off = req->offset + req->offsets[bit] + in do_io()
/linux-4.1.27/arch/blackfin/
DMakefile137 arch/$(ARCH)/kernel/asm-offsets.s \
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Ddpll.txt39 - reg : offsets for the register set for controlling the DPLL.
/linux-4.1.27/drivers/staging/iio/Documentation/
Ddevice.txt39 and for associate parameters such as offsets and scales.
/linux-4.1.27/include/uapi/drm/
Ddrm_mode.h370 __u32 offsets[4]; /* offset of each plane */ member
/linux-4.1.27/arch/xtensa/lib/
Dstrnlen_user.S59 # we compensate with load offsets of 4
/linux-4.1.27/Documentation/device-mapper/
Ddm-crypt.txt33 then sectors are encrypted according to their offsets (sector 0 uses key0;
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt32 are located at offsets 0xbf8 and 0xbfc
Dqman.txt34 are located at offsets 0xbf8 and 0xbfc
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlloop.c202 loff_t *offsets = pvec->ldp_offsets; in do_bio_lustrebacked() local
225 offsets[page_count] = offset; in do_bio_lustrebacked()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dsamsung-i2s.txt19 slightly modified bit offsets.
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_btree.h319 const short *offsets,/* table of field offsets */
Dxfs_ialloc.c1984 static const short offsets[] = { /* field starting offsets */ in xfs_ialloc_log_agi() local
2016 xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R1, in xfs_ialloc_log_agi()
2027 xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R2, in xfs_ialloc_log_agi()
Dxfs_btree.c666 const short *offsets, /* table of field offsets */ in xfs_btree_offsets() argument
680 *first = offsets[i]; in xfs_btree_offsets()
689 *last = offsets[i + 1] - 1; in xfs_btree_offsets()
Dxfs_alloc.c2093 static const short offsets[] = { in xfs_alloc_log_agf() local
2114 xfs_btree_offsets(fields, offsets, XFS_AGF_NUM_BITS, &first, &last); in xfs_alloc_log_agf()
/linux-4.1.27/drivers/gpu/drm/imx/
Dipuv3-plane.c78 eba = cma_obj->paddr + fb->offsets[0] + in ipu_plane_set_base()
/linux-4.1.27/Documentation/fb/
Dpxafb.txt123 framebuffer framework, application has to take care of the offsets
Dapi.txt248 drivers. Drivers must fill the red, blue and green offsets to 0 and lengths
253 ignored by drivers. Drivers must fill the red, blue and green offsets to 0
/linux-4.1.27/drivers/gpu/drm/tegra/
Dfb.c159 width * bpp + cmd->offsets[i]; in tegra_fb_create()
Ddc.c586 window.base[i] = bo->paddr + fb->offsets[i]; in tegra_plane_atomic_update()
972 if (base == bo->paddr + crtc->primary->fb->offsets[0]) { in tegra_dc_finish_page_flip()
/linux-4.1.27/kernel/time/
Dtimekeeping.c701 static ktime_t *offsets[TK_OFFS_MAX] = { variable
711 ktime_t base, *offset = offsets[offs]; in ktime_get_with_offset()
735 ktime_t *offset = offsets[offs]; in ktime_mono_to_any()
/linux-4.1.27/Documentation/virtual/kvm/
Dlocking.txt151 Comment: 'raw' because updating the tsc offsets must not be preempted.
Dtimekeeping.txt566 simply storing multipliers and offsets against the TSC for the guest to convert
/linux-4.1.27/sound/pci/oxygen/
Dxonar_pcm179x.c877 static const s8 offsets[] = { 2*-18, 2*-12, 2*-6, 0 }; in st_hp_volume_offset_put() local
885 offset = offsets[value->value.enumerated.item[0]]; in st_hp_volume_offset_put()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddsi.c1821 static const u8 offsets[] = { 0, 4, 8, 12, 16 }; in dsi_set_lane_config() local
1835 unsigned offset = offsets[i]; in dsi_set_lane_config()
1855 unsigned offset = offsets[i]; in dsi_set_lane_config()
2017 const u8 *offsets; in dsi_cio_wait_tx_clk_esc_reset() local
2020 offsets = offsets_old; in dsi_cio_wait_tx_clk_esc_reset()
2022 offsets = offsets_new; in dsi_cio_wait_tx_clk_esc_reset()
2036 if (!in_use[i] || (l & (1 << offsets[i]))) in dsi_cio_wait_tx_clk_esc_reset()
2045 if (!in_use[i] || (l & (1 << offsets[i]))) in dsi_cio_wait_tx_clk_esc_reset()
/linux-4.1.27/Documentation/laptops/
Dsony-laptop.txt101 offsets you can obtain iterating the table using SN00
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dmain.c1888 __le32 offsets[RW]; in carl9170_read_eeprom() local
1901 offsets[j] = cpu_to_le32(AR9170_EEPROM_START + in carl9170_read_eeprom()
1905 RB, (u8 *) &offsets, in carl9170_read_eeprom()
/linux-4.1.27/Documentation/usb/
Dusbmon.txt309 Third, it extracts up to nfetch offsets into the mmap buffer, and stores
310 them into the offvec. The actual number of event offsets is stored into
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c97 __le32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of member
1067 actual_len = le32_to_cpu(trx->offsets[TRX_OFFSETS_DLFWLEN_IDX]); in check_file()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbdev.c352 struct drm_fb_offset *offsets, in intel_fb_initial_config() argument
Dintel_display.c10135 (fb->offsets[0] != crtc->primary->fb->offsets[0] || in intel_crtc_page_flip()
13373 if (mode_cmd->offsets[0] != 0) in intel_framebuffer_init()
/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c95 tilcdc_crtc->start = gem->paddr + fb->offsets[0] + in update_scanout()
/linux-4.1.27/Documentation/scsi/
Dosd.txt87 d. osd_finalize_request() computes offsets into the data-in and data-out buffers
DChangeLog.sym53c8xx550 - LOAD/STORE instructions were miscompiled for register offsets
DChangeLog.lpfc442 Only major changes is chaning of some offsets from word-based to
/linux-4.1.27/arch/powerpc/boot/dts/
Dtqm8548-bigflash.dts423 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
Dtqm8548.dts423 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
/linux-4.1.27/kernel/
Dsys.c1736 static const unsigned char offsets[] = { in validate_prctl_map() local
1754 for (i = 0; i < ARRAY_SIZE(offsets); i++) { in validate_prctl_map()
1755 u64 val = *(u64 *)((char *)prctl_map + offsets[i]); in validate_prctl_map()
/linux-4.1.27/Documentation/cpu-freq/
Dpcc-cpufreq.txt79 used to discover the offsets for the input and output buffers in the shared
/linux-4.1.27/drivers/android/
Dbinder.c1463 (u64)tr->data.ptr.offsets, in binder_transaction()
1471 (u64)tr->data.ptr.offsets, in binder_transaction()
1512 tr->data.ptr.offsets, tr->offsets_size)) { in binder_transaction()
2412 tr.data.ptr.offsets = tr.data.ptr.buffer + in binder_thread_read()
2433 (u64)tr.data.ptr.buffer, (u64)tr.data.ptr.offsets); in binder_thread_read()
/linux-4.1.27/drivers/mtd/
DKconfig32 the offsets, lengths and names of all the images stored in the
/linux-4.1.27/Documentation/networking/
Dcdc_mbim.txt242 /* use special negative offsets to get VLAN tag */
Dfilter.txt72 a code, jt, jf and k value. jt and jf are jump offsets and k a generic
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s359 // ok, will need to pull a QUERY object, prepare offsets
/linux-4.1.27/drivers/net/ethernet/sun/
Dcassini.c4371 const int offsets; /* neg. values for 2nd arg to cas_read_phy */ member
4405 if (ethtool_register_table[i].offsets < 0) { in cas_read_regs()
4407 -ethtool_register_table[i].offsets); in cas_read_regs()
4410 val= readl(cp->regs+ethtool_register_table[i].offsets); in cas_read_regs()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.reg1382 /* These offsets are either to values that are initialized by the board's
1579 * Kernel and sequencer offsets into the queue of
Daic79xx.reg3887 * Kernel and sequencer offsets into the queue of
4279 * BIOS SCB offsets
/linux-4.1.27/fs/befs/
DChangeLog234 uses befs_get_block() by way of befs_readpage() to find the disk offsets
/linux-4.1.27/arch/x86/math-emu/
DREADME145 vm86 mode can cause a general protection fault. Address offsets
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt393 chapter (who are pointed to by offsets in this header). That is,
1185 around. It contains no internal offsets or pointers for this
/linux-4.1.27/Documentation/s390/
DDebugging390.txt328 entries each time we mess with a PMD & use offsets
684 they are 64 bit & the stack offsets are a bigger,
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt776 no-clean-files := $(bounds-file) $(offsets-file)
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S371 set FTEMP, 0 # offsets within an
378 set LOCAL, 0 # offsets within an
385 set DST, 0 # offsets within an
390 set SRC, 0 # offsets within an
Dfpsp.S11402 # This table holds the offsets of the emulation routines for each individual
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2797 with no offsets on the symbol names. If the names are right, but they