Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/
DKbuild6 # 3) Generate asm-offsets.h (may need bounds.h and timeconst.h)
48 $(call filechk,offsets,__LINUX_BOUNDS_H__)
69 # 3) Generate asm-offsets.h
72 offsets-file := include/generated/asm-offsets.h
74 always += $(offsets-file)
75 targets += arch/$(SRCARCH)/kernel/asm-offsets.s
78 arch/$(SRCARCH)/kernel/asm-offsets.s: arch/$(SRCARCH)/kernel/asm-offsets.c \
83 $(obj)/$(offsets-file): arch/$(SRCARCH)/kernel/asm-offsets.s FORCE
84 $(call filechk,offsets,__ASM_OFFSETS_H__)
96 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
[all …]
/linux-4.4.14/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.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_overlay.h142 uint32 *offsets) /* OUT (optional) */ in VMwareVideoGetAttributes() argument
148 if (offsets) { in VMwareVideoGetAttributes()
149 offsets[0] = 0; in VMwareVideoGetAttributes()
161 if (offsets) { in VMwareVideoGetAttributes()
162 offsets[1] = *size; in VMwareVideoGetAttributes()
174 if (offsets) { in VMwareVideoGetAttributes()
175 offsets[2] = *size; in VMwareVideoGetAttributes()
/linux-4.4.14/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.4.14/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.4.14/fs/ext4/
Dindirect.c75 ext4_lblk_t offsets[4], int *boundary) in ext4_block_to_path()
86 offsets[n++] = i_block; in ext4_block_to_path()
89 offsets[n++] = EXT4_IND_BLOCK; in ext4_block_to_path()
90 offsets[n++] = i_block; in ext4_block_to_path()
93 offsets[n++] = EXT4_DIND_BLOCK; in ext4_block_to_path()
94 offsets[n++] = i_block >> ptrs_bits; in ext4_block_to_path()
95 offsets[n++] = i_block & (ptrs - 1); in ext4_block_to_path()
98 offsets[n++] = EXT4_TIND_BLOCK; in ext4_block_to_path()
99 offsets[n++] = i_block >> (ptrs_bits * 2); in ext4_block_to_path()
100 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ext4_block_to_path()
[all …]
Dnamei.c264 struct dx_map_entry *offsets, int count, unsigned blocksize);
/linux-4.4.14/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.4.14/fs/ufs/
Dinode.c44 static int ufs_block_to_path(struct inode *inode, sector_t i_block, unsigned offsets[4]) in ufs_block_to_path()
57 offsets[n++] = i_block; in ufs_block_to_path()
59 offsets[n++] = UFS_IND_BLOCK; in ufs_block_to_path()
60 offsets[n++] = i_block; in ufs_block_to_path()
62 offsets[n++] = UFS_DIND_BLOCK; in ufs_block_to_path()
63 offsets[n++] = i_block >> ptrs_bits; in ufs_block_to_path()
64 offsets[n++] = i_block & (ptrs - 1); in ufs_block_to_path()
66 offsets[n++] = UFS_TIND_BLOCK; in ufs_block_to_path()
67 offsets[n++] = i_block >> (ptrs_bits * 2); in ufs_block_to_path()
68 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ufs_block_to_path()
[all …]
/linux-4.4.14/fs/ext2/
Dinode.c161 long i_block, int offsets[4], int *boundary) in ext2_block_to_path()
175 offsets[n++] = i_block; in ext2_block_to_path()
178 offsets[n++] = EXT2_IND_BLOCK; in ext2_block_to_path()
179 offsets[n++] = i_block; in ext2_block_to_path()
182 offsets[n++] = EXT2_DIND_BLOCK; in ext2_block_to_path()
183 offsets[n++] = i_block >> ptrs_bits; in ext2_block_to_path()
184 offsets[n++] = i_block & (ptrs - 1); in ext2_block_to_path()
187 offsets[n++] = EXT2_TIND_BLOCK; in ext2_block_to_path()
188 offsets[n++] = i_block >> (ptrs_bits * 2); in ext2_block_to_path()
189 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ext2_block_to_path()
[all …]
/linux-4.4.14/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.4.14/arch/um/
DMakefile149 $(HOST_DIR)/um/user-offsets.s: __headers FORCE
152 define filechk_gen-asm-offsets
165 include/generated/user_constants.h: $(HOST_DIR)/um/user-offsets.s
166 $(call filechk,gen-asm-offsets)
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_binding.c142 const size_t *offsets; member
187 .offsets = vmw_binding_shader_offsets,
191 .offsets = vmw_binding_rt_offsets,
195 .offsets = vmw_binding_tex_offsets,
199 .offsets = vmw_binding_cb_offsets,
203 .offsets = vmw_binding_shader_offsets,
207 .offsets = vmw_binding_rt_offsets,
211 .offsets = vmw_binding_sr_offsets,
215 .offsets = vmw_binding_dx_ds_offsets,
219 .offsets = vmw_binding_so_offsets,
[all …]
Dvmwgfx_surface.c266 const struct vmw_surface_offset *cur_offset = &srf->offsets[i]; in vmw_surface_dma_encode()
636 kfree(srf->offsets); in vmw_user_surface_free()
772 srf->offsets = kmalloc(srf->num_sizes * sizeof(*srf->offsets), in vmw_surface_define_ioctl()
794 cur_offset = srf->offsets; in vmw_surface_define_ioctl()
882 kfree(srf->offsets); in vmw_surface_define_ioctl()
1547 srf->offsets = NULL; in vmw_surface_gb_priv_define()
Dvmwgfx_drv.h176 struct vmw_surface_offset *offsets; member
/linux-4.4.14/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.4.14/arch/x86/um/
DMakefile38 extra-y += user-offsets.s
39 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
/linux-4.4.14/arch/arm64/kernel/vdso/
DMakefile26 extra-y += vdso.lds vdso-offsets.h
49 $(obj)/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
D.gitignore2 vdso-offsets.h
/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c50 struct disasm_line **offsets; member
272 target = ab->offsets[cursor->ops.target.offset]; in annotate_browser__draw_current_jump()
904 if (browser->offsets[offset]) in count_insn()
925 struct disasm_line *dl = browser->offsets[offset]; in count_and_fill()
957 dl = browser->offsets[offset]; in annotate__compute_ipc()
978 struct disasm_line *dl = browser->offsets[offset], *dlt; in annotate_browser__mark_jump_targets()
984 dlt = browser->offsets[dl->ops.target.offset]; in annotate_browser__mark_jump_targets()
1042 browser.offsets = zalloc(size * sizeof(struct disasm_line *)); in symbol__tui_annotate()
1043 if (browser.offsets == NULL) { in symbol__tui_annotate()
1082 browser.offsets[pos->offset] = pos; in symbol__tui_annotate()
[all …]
/linux-4.4.14/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.4.14/tools/perf/tests/
Ddso-data.c57 struct test_data_offset offsets[] = { variable
130 for (i = 0; i < ARRAY_SIZE(offsets); i++) { in test__dso_data()
131 struct test_data_offset *data = &offsets[i]; in test__dso_data()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_fb_helper.c1723 struct drm_fb_offset *offsets, in drm_target_cloned() argument
1797 struct drm_fb_offset *offsets, in drm_get_tile_offsets() argument
1821 offsets[idx].x = hoffset; in drm_get_tile_offsets()
1822 offsets[idx].y = voffset; in drm_get_tile_offsets()
1829 struct drm_fb_offset *offsets, in drm_target_preferred() argument
1866 drm_get_tile_offsets(fb_helper, modes, offsets, in drm_target_preferred()
1980 struct drm_fb_offset *offsets; in drm_setup_crtcs() local
1995 offsets = kcalloc(dev->mode_config.num_connector, in drm_setup_crtcs()
1999 if (!crtcs || !modes || !enabled || !offsets) { in drm_setup_crtcs()
2009 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_crtc_helper.c829 fb->offsets[i] = mode_cmd->offsets[i]; in drm_helper_mode_fill_fb_struct()
Ddrm_ioc32.c1026 u32 offsets[4]; member
1056 if (__put_user(req32.offsets[i], &req64->offsets[i])) in compat_drm_mode_addfb2()
Ddrm_crtc.c3174 if ((uint64_t) height * r->pitches[i] + r->offsets[i] > UINT_MAX) in framebuffer_check()
3227 if (r->offsets[i]) { in framebuffer_check()
/linux-4.4.14/arch/arm64/kernel/
DMakefile51 $(call objectify,$(arm64-obj-y)): $(obj)/vdso/vdso-offsets.h
52 $(obj)/vdso/vdso-offsets.h: $(obj)/vdso
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.c160 nv_fb->nvbo->bo.offset + fb->offsets[1]); in nv10_update_plane()
/linux-4.4.14/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.4.14/arch/arm/net/
Dbpf_jit_32.c66 u32 *offsets; member
298 offset = ctx->offsets[ctx->skf->len]; in imm_offset()
423 imm = ctx->offsets[tgt] + ctx->prologue_bytes - (ctx->idx * 4 + 8); in b_imm()
531 ctx->offsets[i] = ctx->idx * 4; in build_body()
983 ctx->offsets[i] = ctx->idx * 4; in build_body()
1004 ctx.offsets = kzalloc(4 * (ctx.skf->len + 1), GFP_KERNEL); in bpf_jit_compile()
1005 if (ctx.offsets == NULL) in bpf_jit_compile()
1066 kfree(ctx.offsets); in bpf_jit_compile()
/linux-4.4.14/arch/mips/net/
Dbpf_jit.c103 u32 *offsets; member
472 return ctx->offsets[tgt] - in b_imm()
670 ctx->offsets[i] = ctx->idx * 4; in build_body()
1185 ctx->offsets[i] = ctx->idx * 4; in build_body()
1202 ctx.offsets = kcalloc(fp->len, sizeof(*ctx.offsets), GFP_KERNEL); in bpf_jit_compile()
1203 if (ctx.offsets == NULL) in bpf_jit_compile()
1243 kfree(ctx.offsets); in bpf_jit_compile()
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.txt22 - reg-shift : quantity to shift the register offsets by. If this property is
23 not present then the register offsets are not shifted.
D8250.txt34 - reg-shift : quantity to shift the register offsets by.
/linux-4.4.14/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.4.14/net/bridge/netfilter/
Debtables.c2038 unsigned int offsets[4]; in size_entry_mwt() local
2060 offsets[0] = sizeof(struct ebt_entry); /* matches come first */ in size_entry_mwt()
2061 memcpy(&offsets[1], &entry->watchers_offset, in size_entry_mwt()
2062 sizeof(offsets) - sizeof(offsets[0])); in size_entry_mwt()
2068 ret = ebt_buf_add(state, &offsets[1], in size_entry_mwt()
2069 sizeof(offsets) - sizeof(offsets[0])); in size_entry_mwt()
2086 buf = buf_start + offsets[i]; in size_entry_mwt()
2087 if (offsets[i] > offsets[j]) in size_entry_mwt()
2091 size = offsets[j] - offsets[i]; in size_entry_mwt()
2098 offsets_update[i], offsets[j] + new_offset); in size_entry_mwt()
[all …]
/linux-4.4.14/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.txt45 result in the symbol name with ('S') or without ('s') offsets. Where
49 The 'B' specifier results in the symbol name with offsets and should be
Dremoteproc.txt217 * @offset: array of offsets pointing at the various resource entries
221 * 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
Dadding-syscalls.txt142 within a file, make its type loff_t so that 64-bit offsets can be supported
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.4.14/drivers/gpu/drm/omapdrm/
Domap_fb.c445 if (size > (omap_gem_mmap_size(bos[i]) - mode_cmd->offsets[i])) { in omap_framebuffer_init()
447 bos[i]->size - mode_cmd->offsets[i], size); in omap_framebuffer_init()
453 plane->offset = mode_cmd->offsets[i]; in omap_framebuffer_init()
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dphy-stih407-usb.txt8 …fg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl register offsets
/linux-4.4.14/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.4.14/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-iio284 is for devices (or drivers) that apply offsets to compensate
/linux-4.4.14/drivers/net/phy/
Dat803x.c95 unsigned int i, offsets[] = { in at803x_set_wol() local
114 offsets[i]); in at803x_set_wol()
/linux-4.4.14/mm/
Dvmalloc.c2383 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, in pcpu_get_vm_areas() argument
2398 start = offsets[area]; in pcpu_get_vm_areas()
2402 BUG_ON(!IS_ALIGNED(offsets[area], align)); in pcpu_get_vm_areas()
2406 if (start > offsets[last_area]) in pcpu_get_vm_areas()
2410 unsigned long start2 = offsets[area2]; in pcpu_get_vm_areas()
2420 last_end = offsets[last_area] + sizes[last_area]; in pcpu_get_vm_areas()
2443 start = offsets[area]; in pcpu_get_vm_areas()
2500 start = offsets[area]; in pcpu_get_vm_areas()
2509 va->va_start = base + offsets[area]; in pcpu_get_vm_areas()
2514 vmap_area_pcpu_hole = base + offsets[last_area]; in pcpu_get_vm_areas()
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.lds19 /* We want the small data sections together, so single-instruction offsets
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm3380-l2-intc.txt9 different offsets in different blocks
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dsmsc911x.txt12 - reg-shift : Specify the quantity to shift the register offsets by
/linux-4.4.14/include/uapi/linux/android/
Dbinder.h159 binder_uintptr_t offsets; member
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dsata_highbank.txt21 - calxeda,led-order : a u32 array that map port numbers to offsets within the
/linux-4.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/arm/uniphier/
Dcache-uniphier.txt9 - reg: offsets and lengths of the register sets for the device. It should
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dpq3-etsec2-grp2-2.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb6000 ]
Dpq3-etsec2-grp2-0.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb4000 ]
Dpq3-etsec2-grp2-1.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb5000 ]
Dpq3-etsec1-timer-0.dtsi2 * PQ3 eTSEC Timer (IEEE 1588) device tree stub [ @ offsets 0x24e00 ]
Dpq3-etsec2-1.dtsi2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x25000/0xb1000 ]
Dpq3-etsec1-0.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x24000 ]
Dpq3-etsec2-0.dtsi2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x24000/0xb0000 ]
Dpq3-etsec1-1.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x25000 ]
Dpq3-etsec2-2.dtsi2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x26000/0xb2000 ]
Dpq3-etsec1-3.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x27000 ]
Dpq3-etsec1-2.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x26000 ]
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dspear_spics.txt27 All the above bit offsets are within peripcfg register.
/linux-4.4.14/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.4.14/drivers/net/ethernet/8390/
Dmcf8390.c319 static u32 offsets[] = { in mcf8390_init() local
393 ei_local->reg_offset = offsets; in mcf8390_init()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c135 mode_cmd->offsets[i] + in rockchip_user_fb_create()
Drockchip_drm_vop.c889 yrgb_mst = rk_obj->dma_addr + offset + fb->offsets[0]; in vop_update_plane_event()
908 uv_mst = rk_uv_obj->dma_addr + offset + fb->offsets[1]; in vop_update_plane_event()
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-ocores.txt17 - reg-shift : device register offsets are shifted by this value
/linux-4.4.14/drivers/acpi/
Dbattery.c394 const struct acpi_offsets *offsets, int num) in extract_package() argument
404 if (offsets[i].mode) { in extract_package()
405 u8 *ptr = (u8 *)battery + offsets[i].offset; in extract_package()
416 int *x = (int *)((u8 *)battery + offsets[i].offset); in extract_package()
/linux-4.4.14/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.
Dnilfs2.txt190 . . (Typical offsets for 4KB-block)
Ddebugfs.txt167 byte offsets over a base for the register block.
Doverlayfs.txt119 seek offsets are assigned sequentially when the directories are read.
DLocking549 Filesystem should find and map pages associated with offsets from "pgoff"
555 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.4.14/Documentation/devicetree/bindings/spi/
Dsh-msiof.txt13 - reg : A list of offsets and lengths of the register sets for
/linux-4.4.14/arch/h8300/include/asm/
DKbuild1 generic-y += asm-offsets.h
/linux-4.4.14/arch/mn10300/include/asm/
Dframe.inc19 #include <asm/asm-offsets.h>
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c139 state->fb->offsets[i]; in exynos_plane_atomic_check()
/linux-4.4.14/Documentation/thermal/
Dexynos_thermal68 a) TMU configuration data: This consist of TMU register offsets/bitfields
/linux-4.4.14/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.4.14/arch/blackfin/
DMakefile137 arch/$(ARCH)/kernel/asm-offsets.s \
/linux-4.4.14/include/drm/
Ddrm_fb_helper.h99 struct drm_fb_offset *offsets,
Ddrm_crtc.h205 unsigned int offsets[4]; member
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/
Ddpll.txt39 - reg : offsets for the register set for controlling the DPLL.
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_plane.c154 uint32_t offset = fb->offsets[0]; in vc4_plane_mode_set()
/linux-4.4.14/drivers/staging/iio/Documentation/
Ddevice.txt39 and for associate parameters such as offsets and scales.
/linux-4.4.14/Documentation/device-mapper/
Ddm-crypt.txt33 then sectors are encrypted according to their offsets (sector 0 uses key0;
/linux-4.4.14/arch/xtensa/lib/
Dstrnlen_user.S59 # we compensate with load offsets of 4
/linux-4.4.14/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.4.14/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.4.14/include/uapi/drm/
Ddrm_mode.h388 __u32 offsets[4]; /* offset of each plane */ member
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dsamsung-i2s.txt19 slightly modified bit offsets.
/linux-4.4.14/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.4.14/fs/xfs/libxfs/
Dxfs_btree.h326 const short *offsets,/* table of field offsets */
Dxfs_ialloc.c2434 static const short offsets[] = { /* field starting offsets */ in xfs_ialloc_log_agi() local
2466 xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R1, in xfs_ialloc_log_agi()
2477 xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R2, in xfs_ialloc_log_agi()
Dxfs_btree.c681 const short *offsets, /* table of field offsets */ in xfs_btree_offsets() argument
695 *first = offsets[i]; in xfs_btree_offsets()
704 *last = offsets[i + 1] - 1; in xfs_btree_offsets()
Dxfs_alloc.c2153 static const short offsets[] = { in xfs_alloc_log_agf() local
2174 xfs_btree_offsets(fields, offsets, XFS_AGF_NUM_BITS, &first, &last); in xfs_alloc_log_agf()
/linux-4.4.14/drivers/gpu/drm/imx/
Dipuv3-plane.c87 eba = cma_obj->paddr + fb->offsets[0] + in ipu_plane_set_base()
/linux-4.4.14/drivers/gpu/drm/tegra/
Dfb.c159 width * bpp + cmd->offsets[i]; in tegra_fb_create()
Ddc.c592 window.base[i] = bo->paddr + fb->offsets[i]; in tegra_plane_atomic_update()
979 if (base == bo->paddr + crtc->primary->fb->offsets[0]) { in tegra_dc_finish_page_flip()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_hqvdp.c849 cmd->top.current_luma = (u32)cma_obj->paddr + fb->offsets[0]; in sti_hqvdp_atomic_update()
850 cmd->top.current_chroma = (u32)cma_obj->paddr + fb->offsets[1]; in sti_hqvdp_atomic_update()
Dsti_gdp.c464 top_field->gam_gdp_pml = (u32)cma_obj->paddr + fb->offsets[0]; in sti_gdp_atomic_update()
/linux-4.4.14/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.4.14/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.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c1822 static const u8 offsets[] = { 0, 4, 8, 12, 16 }; in dsi_set_lane_config() local
1836 unsigned offset = offsets[i]; in dsi_set_lane_config()
1856 unsigned offset = offsets[i]; in dsi_set_lane_config()
2018 const u8 *offsets; in dsi_cio_wait_tx_clk_esc_reset() local
2021 offsets = offsets_old; in dsi_cio_wait_tx_clk_esc_reset()
2023 offsets = offsets_new; in dsi_cio_wait_tx_clk_esc_reset()
2037 if (!in_use[i] || (l & (1 << offsets[i]))) in dsi_cio_wait_tx_clk_esc_reset()
2046 if (!in_use[i] || (l & (1 << offsets[i]))) in dsi_cio_wait_tx_clk_esc_reset()
/linux-4.4.14/Documentation/laptops/
Dsony-laptop.txt101 offsets you can obtain iterating the table using SN00
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/carl9170/
Dmain.c1887 __le32 offsets[RW]; in carl9170_read_eeprom() local
1900 offsets[j] = cpu_to_le32(AR9170_EEPROM_START + in carl9170_read_eeprom()
1904 RB, (u8 *) &offsets, in carl9170_read_eeprom()
/linux-4.4.14/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.4.14/drivers/gpu/drm/armada/
Darmada_overlay.c197 addr[i] = obj->dev_addr + fb->offsets[i] + in armada_ovl_plane_update()
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c98 tilcdc_crtc->start = gem->paddr + fb->offsets[0] + in update_scanout()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c97 __le32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of member
1068 actual_len = le32_to_cpu(trx->offsets[TRX_OFFSETS_DLFWLEN_IDX]); in check_file()
/linux-4.4.14/kernel/
Dsys.c1734 static const unsigned char offsets[] = { in validate_prctl_map() local
1752 for (i = 0; i < ARRAY_SIZE(offsets); i++) { in validate_prctl_map()
1753 u64 val = *(u64 *)((char *)prctl_map + offsets[i]); in validate_prctl_map()
/linux-4.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt79 used to discover the offsets for the input and output buffers in the shared
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_fbdev.c353 struct drm_fb_offset *offsets, in intel_fb_initial_config() argument
Dintel_display.c2293 info->uv_offset = fb->offsets[1]; in intel_fill_fb_ggtt_view()
11433 (fb->offsets[0] != crtc->primary->fb->offsets[0] || in intel_crtc_page_flip()
14442 if (mode_cmd->offsets[0] != 0) in intel_framebuffer_init()
/linux-4.4.14/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.4.14/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.4.14/drivers/mtd/
DKconfig32 the offsets, lengths and names of all the images stored in the
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s359 // ok, will need to pull a QUERY object, prepare offsets
/linux-4.4.14/drivers/net/ethernet/sun/
Dcassini.c4370 const int offsets; /* neg. values for 2nd arg to cas_read_phy */ member
4404 if (ethtool_register_table[i].offsets < 0) { in cas_read_regs()
4406 -ethtool_register_table[i].offsets); in cas_read_regs()
4409 val= readl(cp->regs+ethtool_register_table[i].offsets); in cas_read_regs()
/linux-4.4.14/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.4.14/fs/befs/
DChangeLog234 uses befs_get_block() by way of befs_readpage() to find the disk offsets
/linux-4.4.14/arch/x86/math-emu/
DREADME145 vm86 mode can cause a general protection fault. Address offsets
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt393 chapter (who are pointed to by offsets in this header). That is,
1189 around. It contains no internal offsets or pointers for this
/linux-4.4.14/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.4.14/Documentation/kbuild/
Dmakefiles.txt776 no-clean-files := $(bounds-file) $(offsets-file)
/linux-4.4.14/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.4.14/arch/arm/
DKconfig1725 targets are too far away for their relative offsets to be encoded
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2797 with no offsets on the symbol names. If the names are right, but they