/linux-4.4.14/fs/minix/ |
D | itree_v2.c | 26 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 …]
|
D | itree_v1.c | 24 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()
|
D | itree_common.c | 31 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/ |
D | Makefile | 6 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 | .gitignore | 4 devicetable-offsets.h
|
/linux-4.4.14/ |
D | Kbuild | 6 # 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/ |
D | itree.c | 22 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/ |
D | svga_overlay.h | 142 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/ |
D | stresstest.c | 48 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/ |
D | mixer_scarlett.c | 168 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/ |
D | indirect.c | 75 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 …]
|
D | namei.c | 264 struct dx_map_entry *offsets, int count, unsigned blocksize);
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_rpf.c | 105 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()
|
D | vsp1_rwpf.h | 41 unsigned int offsets[2]; member
|
/linux-4.4.14/fs/ufs/ |
D | inode.c | 44 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/ |
D | inode.c | 161 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/ |
D | recordmcount.pl | 424 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/ |
D | Makefile | 149 $(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/ |
D | vmwgfx_binding.c | 142 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 …]
|
D | vmwgfx_surface.c | 266 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()
|
D | vmwgfx_drv.h | 176 struct vmw_surface_offset *offsets; member
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | fsl-upm-nand.txt | 13 - fsl,upm-addr-line-cs-offsets : address offsets for multi-chip support. 54 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
|
D | atmel-nand.txt | 30 - atmel,pmecc-lookup-table-offset : includes two offsets of lookup table in ROM
|
/linux-4.4.14/arch/x86/um/ |
D | Makefile | 38 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/ |
D | Makefile | 26 extra-y += vdso.lds vdso-offsets.h 49 $(obj)/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
|
D | .gitignore | 2 vdso-offsets.h
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 50 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/ |
D | msm_fb.c | 84 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/ |
D | dso-data.c | 57 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/ |
D | drm_fb_helper.c | 1723 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 …]
|
D | drm_fb_cma_helper.c | 137 + mode_cmd->offsets[i]; in drm_fb_cma_create() 198 i, fb->offsets[i], fb->pitches[i]); in drm_fb_cma_describe()
|
D | drm_crtc_helper.c | 829 fb->offsets[i] = mode_cmd->offsets[i]; in drm_helper_mode_fill_fb_struct()
|
D | drm_ioc32.c | 1026 u32 offsets[4]; member 1056 if (__put_user(req32.offsets[i], &req64->offsets[i])) in compat_drm_mode_addfb2()
|
D | drm_crtc.c | 3174 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/ |
D | Makefile | 51 $(call objectify,$(arm64-obj-y)): $(obj)/vdso/vdso-offsets.h 52 $(obj)/vdso/vdso-offsets.h: $(obj)/vdso
|
/linux-4.4.14/include/linux/ |
D | vmalloc.h | 164 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/ |
D | smsc47m192 | 81 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
|
D | lm93 | 177 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
|
D | dme1737 | 118 Celsius. The chip also features offsets for all 3 temperature inputs which -
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | jr3_pci.c | 571 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()
|
D | jr3_pci.h | 395 struct six_axis_array offsets; /* offset 0x0088 */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | cpm.txt | 42 - 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/ |
D | tvmodesnv17.c | 361 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()
|
D | overlay.c | 160 nv_fb->nvbo->bo.offset + fb->offsets[1]); in nv10_update_plane()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 544 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()
|
D | radeon_dp_mst.c | 14 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/ |
D | bpf_jit_32.c | 66 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/ |
D | bpf_jit.c | 103 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/ |
D | snps-dw-apb-uart.txt | 22 - reg-shift : quantity to shift the register offsets by. If this property is 23 not present then the register offsets are not shifted.
|
D | 8250.txt | 34 - reg-shift : quantity to shift the register offsets by.
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 20 (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/ |
D | ebtables.c | 2038 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/ |
D | highuid.txt | 14 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
|
D | dontdiff | 86 asm-offsets.h
|
D | this_cpu_ops.txt | 143 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
|
D | printk-formats.txt | 45 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
|
D | remoteproc.txt | 217 * @offset: array of offsets pointing at the various resource entries 221 * future), the number of available resource entries, and their offsets
|
D | vfio.txt | 112 regions and their read/write/mmap offsets on the device descriptor, as 223 /* Setup mappings... read/write offsets, mmaps
|
D | adding-syscalls.txt | 142 within a file, make its type loff_t so that 64-bit offsets can be supported
|
D | IPMI.txt | 203 offsets a little easier :-).
|
D | CodingStyle | 520 '("linux" (c-offsets-alist
|
D | pinctrl.txt | 99 also consider matching of offsets to the GPIO ranges that may be handled by
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_fb.c | 445 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/ |
D | phy-stih407-usb.txt | 8 …fg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl register offsets
|
/linux-4.4.14/drivers/gpu/drm/shmobile/ |
D | shmob_drm_plane.c | 54 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()
|
D | shmob_drm_crtc.c | 314 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/ |
D | sysfs-bus-iio-frequency-ad9523 | 27 with their predefined phase offsets (out_altvoltageY_phase).
|
D | sysfs-driver-hid-wiimote | 69 Data is encoded as decimal numbers and specifies the offsets of
|
D | sysfs-class-net-cdc_ncm | 130 offsets within the NTB: Padding, shall be transmitted
|
D | sysfs-bus-iio | 284 is for devices (or drivers) that apply offsets to compensate
|
/linux-4.4.14/drivers/net/phy/ |
D | at803x.c | 95 unsigned int i, offsets[] = { in at803x_set_wol() local 114 offsets[i]); in at803x_set_wol()
|
/linux-4.4.14/mm/ |
D | vmalloc.c | 2383 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/ |
D | bootloader.lds | 19 /* We want the small data sections together, so single-instruction offsets
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | fpsp.h | 11 | 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/ |
D | brcm,bcm3380-l2-intc.txt | 9 different offsets in different blocks
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | smsc911x.txt | 12 - reg-shift : Specify the quantity to shift the register offsets by
|
/linux-4.4.14/include/uapi/linux/android/ |
D | binder.h | 159 binder_uintptr_t offsets; member
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | sata_highbank.txt | 21 - calxeda,led-order : a u32 array that map port numbers to offsets within the
|
/linux-4.4.14/arch/metag/lib/ |
D | memcpy.S | 108 ! 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/ |
D | atmel_hlcdc_plane.c | 63 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()
|
D | atmel_hlcdc_layer.h | 389 unsigned int *offsets);
|
D | atmel_hlcdc_layer.c | 435 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/ |
D | cache-uniphier.txt | 9 - reg: offsets and lengths of the register sets for the device. It should
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | pq3-etsec2-grp2-2.dtsi | 2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb6000 ]
|
D | pq3-etsec2-grp2-0.dtsi | 2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb4000 ]
|
D | pq3-etsec2-grp2-1.dtsi | 2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb5000 ]
|
D | pq3-etsec1-timer-0.dtsi | 2 * PQ3 eTSEC Timer (IEEE 1588) device tree stub [ @ offsets 0x24e00 ]
|
D | pq3-etsec2-1.dtsi | 2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x25000/0xb1000 ]
|
D | pq3-etsec1-0.dtsi | 2 * PQ3 eTSEC device tree stub [ @ offsets 0x24000 ]
|
D | pq3-etsec2-0.dtsi | 2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x24000/0xb0000 ]
|
D | pq3-etsec1-1.dtsi | 2 * PQ3 eTSEC device tree stub [ @ offsets 0x25000 ]
|
D | pq3-etsec2-2.dtsi | 2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x26000/0xb2000 ]
|
D | pq3-etsec1-3.dtsi | 2 * PQ3 eTSEC device tree stub [ @ offsets 0x27000 ]
|
D | pq3-etsec1-2.dtsi | 2 * PQ3 eTSEC device tree stub [ @ offsets 0x26000 ]
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | spear_spics.txt | 27 All the above bit offsets are within peripcfg register.
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_plane.c | 91 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/ |
D | mcf8390.c | 319 static u32 offsets[] = { in mcf8390_init() local 393 ei_local->reg_offset = offsets; in mcf8390_init()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 135 mode_cmd->offsets[i] + in rockchip_user_fb_create()
|
D | rockchip_drm_vop.c | 889 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/ |
D | i2c-ocores.txt | 17 - reg-shift : device register offsets are shifted by this value
|
/linux-4.4.14/drivers/acpi/ |
D | battery.c | 394 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/ |
D | autofs4-mount-control.txt | 69 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
|
D | fiemap.txt | 33 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.
|
D | nilfs2.txt | 190 . . (Typical offsets for 4KB-block)
|
D | debugfs.txt | 167 byte offsets over a base for the register block.
|
D | overlayfs.txt | 119 seek offsets are assigned sequentially when the directories are read.
|
D | Locking | 549 Filesystem should find and map pages associated with offsets from "pgoff" 555 offsets should be calculated relative to "pte".
|
D | ntfs.txt | 301 /dev/hda) and then using the offsets of the LDM partitions into this device as
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | sh-msiof.txt | 13 - reg : A list of offsets and lengths of the register sets for
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | Kbuild | 1 generic-y += asm-offsets.h
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | frame.inc | 19 #include <asm/asm-offsets.h>
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_plane.c | 139 state->fb->offsets[i]; in exynos_plane_atomic_check()
|
/linux-4.4.14/Documentation/thermal/ |
D | exynos_thermal | 68 a) TMU configuration data: This consist of TMU register offsets/bitfields
|
/linux-4.4.14/arch/um/drivers/ |
D | ubd_kern.c | 50 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/ |
D | Makefile | 137 arch/$(ARCH)/kernel/asm-offsets.s \
|
/linux-4.4.14/include/drm/ |
D | drm_fb_helper.h | 99 struct drm_fb_offset *offsets,
|
D | drm_crtc.h | 205 unsigned int offsets[4]; member
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
D | dpll.txt | 39 - reg : offsets for the register set for controlling the DPLL.
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_plane.c | 154 uint32_t offset = fb->offsets[0]; in vc4_plane_mode_set()
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | device.txt | 39 and for associate parameters such as offsets and scales.
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-crypt.txt | 33 then sectors are encrypted according to their offsets (sector 0 uses key0;
|
/linux-4.4.14/arch/xtensa/lib/ |
D | strnlen_user.S | 59 # we compensate with load offsets of 4
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/ |
D | bman.txt | 32 are located at offsets 0xbf8 and 0xbfc
|
D | qman.txt | 34 are located at offsets 0xbf8 and 0xbfc
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lloop.c | 202 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/ |
D | drm_mode.h | 388 __u32 offsets[4]; /* offset of each plane */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | samsung-i2s.txt | 19 slightly modified bit offsets.
|
/linux-4.4.14/Documentation/fb/ |
D | pxafb.txt | 123 framebuffer framework, application has to take care of the offsets
|
D | api.txt | 248 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/ |
D | xfs_btree.h | 326 const short *offsets,/* table of field offsets */
|
D | xfs_ialloc.c | 2434 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()
|
D | xfs_btree.c | 681 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()
|
D | xfs_alloc.c | 2153 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/ |
D | ipuv3-plane.c | 87 eba = cma_obj->paddr + fb->offsets[0] + in ipu_plane_set_base()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | fb.c | 159 width * bpp + cmd->offsets[i]; in tegra_fb_create()
|
D | dc.c | 592 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/ |
D | sti_hqvdp.c | 849 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()
|
D | sti_gdp.c | 464 top_field->gam_gdp_pml = (u32)cma_obj->paddr + fb->offsets[0]; in sti_gdp_atomic_update()
|
/linux-4.4.14/kernel/time/ |
D | timekeeping.c | 701 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/ |
D | xonar_pcm179x.c | 877 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/ |
D | dsi.c | 1822 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/ |
D | sony-laptop.txt | 101 offsets you can obtain iterating the table using SN00
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 151 Comment: 'raw' because updating the tsc offsets must not be preempted.
|
D | timekeeping.txt | 566 simply storing multipliers and offsets against the TSC for the guest to convert
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | main.c | 1887 __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/ |
D | usbmon.txt | 309 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/ |
D | armada_overlay.c | 197 addr[i] = obj->dev_addr + fb->offsets[i] + in armada_ovl_plane_update()
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | tqm8548-bigflash.dts | 423 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
|
D | tqm8548.dts | 423 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
|
/linux-4.4.14/Documentation/scsi/ |
D | osd.txt | 87 d. osd_finalize_request() computes offsets into the data-in and data-out buffers
|
D | ChangeLog.sym53c8xx | 550 - LOAD/STORE instructions were miscompiled for register offsets
|
D | ChangeLog.lpfc | 442 Only major changes is chaning of some offsets from word-based to
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 98 tilcdc_crtc->start = gem->paddr + fb->offsets[0] + in update_scanout()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | usb.c | 97 __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/ |
D | sys.c | 1734 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/ |
D | pcc-cpufreq.txt | 79 used to discover the offsets for the input and output buffers in the shared
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 353 struct drm_fb_offset *offsets, in intel_fb_initial_config() argument
|
D | intel_display.c | 2293 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/ |
D | binder.c | 1463 (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/ |
D | cdc_mbim.txt | 242 /* use special negative offsets to get VLAN tag */
|
D | filter.txt | 72 a code, jt, jf and k value. jt and jf are jump offsets and k a generic
|
/linux-4.4.14/drivers/mtd/ |
D | Kconfig | 32 the offsets, lengths and names of all the images stored in the
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 359 // ok, will need to pull a QUERY object, prepare offsets
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | cassini.c | 4370 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/ |
D | aic7xxx.reg | 1382 /* These offsets are either to values that are initialized by the board's 1579 * Kernel and sequencer offsets into the queue of
|
D | aic79xx.reg | 3887 * Kernel and sequencer offsets into the queue of 4279 * BIOS SCB offsets
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 234 uses befs_get_block() by way of befs_readpage() to find the disk offsets
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 145 vm86 mode can cause a general protection fault. Address offsets
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 393 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/ |
D | Debugging390.txt | 328 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/ |
D | makefiles.txt | 776 no-clean-files := $(bounds-file) $(offsets-file)
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 371 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
|
D | fpsp.S | 11402 # This table holds the offsets of the emulation routines for each individual
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1725 targets are too far away for their relative offsets to be encoded
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2797 with no offsets on the symbol names. If the names are right, but they
|