Home
last modified time | relevance | path

Searched full:offsets (Results 1 – 25 of 1947) sorted by relevance

12345678910>>...78

/Linux-v6.1/drivers/staging/media/atomisp/pci/
Dia_css_isp_configs.c32 if (!binary->info->mem_offsets.offsets.config) in ia_css_configure_iterator()
35 size = binary->info->mem_offsets.offsets.config->dmem.iterator.size; in ia_css_configure_iterator()
39 offset = binary->info->mem_offsets.offsets.config->dmem.iterator.offset; in ia_css_configure_iterator()
55 if (!binary->info->mem_offsets.offsets.config) in ia_css_configure_copy_output()
58 size = binary->info->mem_offsets.offsets.config->dmem.copy_output.size; in ia_css_configure_copy_output()
62 offset = binary->info->mem_offsets.offsets.config->dmem.copy_output.offset; in ia_css_configure_copy_output()
80 if (!binary->info->mem_offsets.offsets.config) in ia_css_configure_crop()
83 size = binary->info->mem_offsets.offsets.config->dmem.crop.size; in ia_css_configure_crop()
87 offset = binary->info->mem_offsets.offsets.config->dmem.crop.offset; in ia_css_configure_crop()
103 if (!binary->info->mem_offsets.offsets.config) in ia_css_configure_fpn()
[all …]
Dia_css_isp_states.c32 unsigned int size = binary->info->mem_offsets.offsets.state->vmem.aa.size; in ia_css_initialize_aa_state()
34 unsigned int offset = binary->info->mem_offsets.offsets.state->vmem.aa.offset; in ia_css_initialize_aa_state()
54 unsigned int size = binary->info->mem_offsets.offsets.state->vmem.cnr.size; in ia_css_initialize_cnr_state()
56 unsigned int offset = binary->info->mem_offsets.offsets.state->vmem.cnr.offset; in ia_css_initialize_cnr_state()
78 unsigned int size = binary->info->mem_offsets.offsets.state->vmem.cnr2.size; in ia_css_initialize_cnr2_state()
80 unsigned int offset = binary->info->mem_offsets.offsets.state->vmem.cnr2.offset; in ia_css_initialize_cnr2_state()
102 unsigned int size = binary->info->mem_offsets.offsets.state->vmem.dp.size; in ia_css_initialize_dp_state()
104 unsigned int offset = binary->info->mem_offsets.offsets.state->vmem.dp.offset; in ia_css_initialize_dp_state()
126 unsigned int size = binary->info->mem_offsets.offsets.state->vmem.de.size; in ia_css_initialize_de_state()
128 unsigned int offset = binary->info->mem_offsets.offsets.state->vmem.de.offset; in ia_css_initialize_de_state()
[all …]
Dia_css_isp_params.c76 stage->binary->info->mem_offsets.offsets.param->dmem.aa.size; in ia_css_process_aa()
78 stage->binary->info->mem_offsets.offsets.param->dmem.aa.offset; in ia_css_process_aa()
99 stage->binary->info->mem_offsets.offsets.param->dmem.anr.size; in ia_css_process_anr()
102 stage->binary->info->mem_offsets.offsets.param->dmem.anr.offset; in ia_css_process_anr()
134 stage->binary->info->mem_offsets.offsets.param->vmem.anr2.size; in ia_css_process_anr2()
137 stage->binary->info->mem_offsets.offsets.param->vmem.anr2.offset; in ia_css_process_anr2()
169 stage->binary->info->mem_offsets.offsets.param->dmem.bh.size; in ia_css_process_bh()
172 stage->binary->info->mem_offsets.offsets.param->dmem.bh.offset; in ia_css_process_bh()
190 stage->binary->info->mem_offsets.offsets.param->hmem0.bh.size; in ia_css_process_bh()
216 stage->binary->info->mem_offsets.offsets.param->dmem.cnr.size; in ia_css_process_cnr()
[all …]
/Linux-v6.1/fs/minix/
Ditree_v2.c27 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path()
41 offsets[n++] = block; in block_to_path()
43 offsets[n++] = DIRCOUNT; in block_to_path()
44 offsets[n++] = block; in block_to_path()
46 offsets[n++] = DIRCOUNT + 1; in block_to_path()
47 offsets[n++] = block / INDIRCOUNT(sb); in block_to_path()
48 offsets[n++] = block % INDIRCOUNT(sb); in block_to_path()
51 offsets[n++] = DIRCOUNT + 2; in block_to_path()
52 offsets[n++] = (block / INDIRCOUNT(sb)) / INDIRCOUNT(sb); in block_to_path()
53 offsets[n++] = (block / INDIRCOUNT(sb)) % INDIRCOUNT(sb); in block_to_path()
[all …]
Ditree_common.c32 int *offsets, in get_branch() argument
42 add_chain (chain, NULL, i_data(inode) + *offsets); in get_branch()
52 add_chain(++p, bh, (block_t *)bh->b_data + *++offsets); in get_branch()
72 int *offsets, in alloc_branch() argument
97 branch[n].p = (block_t*) bh->b_data + offsets[n]; in alloc_branch()
156 int offsets[DEPTH]; in get_block() local
160 int depth = block_to_path(inode, block, offsets); in get_block()
166 partial = get_branch(inode, depth, offsets, chain, &err); in get_block()
197 err = alloc_branch(inode, left, offsets+(partial-chain), partial); in get_block()
225 int offsets[DEPTH], in find_shared()
[all …]
Ditree_v1.c25 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()
/Linux-v6.1/scripts/mod/
DMakefile10 devicetable-offsets-file := devicetable-offsets.h
12 $(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s FORCE
13 $(call filechk,offsets,__DEVICETABLE_OFFSETS_H__)
15 targets += $(devicetable-offsets-file) devicetable-offsets.s
20 $(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file)
/Linux-v6.1/fs/sysv/
Ditree.c23 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path()
35 offsets[n++] = block; in block_to_path()
37 offsets[n++] = DIRECT; in block_to_path()
38 offsets[n++] = block; in block_to_path()
40 offsets[n++] = DIRECT+1; in block_to_path()
41 offsets[n++] = block >> ptrs_bits; in block_to_path()
42 offsets[n++] = block & (indirect_blocks - 1); in block_to_path()
44 offsets[n++] = DIRECT+2; in block_to_path()
45 offsets[n++] = block >> (ptrs_bits * 2); in block_to_path()
46 offsets[n++] = (block >> ptrs_bits) & (indirect_blocks - 1); in block_to_path()
[all …]
/Linux-v6.1/
DKbuild15 $(call filechk,offsets,__LINUX_BOUNDS_H__)
26 # Generate asm-offsets.h
28 offsets-file := include/generated/asm-offsets.h
30 targets += arch/$(SRCARCH)/kernel/asm-offsets.s
32 arch/$(SRCARCH)/kernel/asm-offsets.s: $(timeconst-file) $(bounds-file)
34 $(offsets-file): arch/$(SRCARCH)/kernel/asm-offsets.s FORCE
35 $(call filechk,offsets,__ASM_OFFSETS_H__)
43 missing-syscalls: scripts/checksyscalls.sh $(offsets-file)
73 prepare: $(offsets-file) missing-syscalls $(atomic-checks)
/Linux-v6.1/sound/soc/codecs/
Dtscs42xx.h121 /* Field Offsets */
144 /* Field Offsets */
167 /* Field Offsets */
192 /* Field Offsets */
217 /* Field Offsets */
242 /* Field Offsets */
267 /* Field Offsets */
292 /* Field Offsets */
317 /* Field Offsets */
362 /* Field Offsets */
[all …]
/Linux-v6.1/crypto/async_tx/
Dasync_pq.c107 do_sync_gen_syndrome(struct page **blocks, unsigned int *offsets, int disks, in do_sync_gen_syndrome() argument
124 srcs[i] = page_address(blocks[i]) + offsets[i]; in do_sync_gen_syndrome()
158 * @offsets: offset array into each block (src and dest) to start transaction
177 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int disks, in async_gen_syndrome() argument
196 is_dma_pq_aligned_offs(device, offsets, disks, len)) { in async_gen_syndrome()
214 offsets[i], len, DMA_TO_DEVICE); in async_gen_syndrome()
227 P(offsets, disks), in async_gen_syndrome()
237 Q(offsets, disks), in async_gen_syndrome()
259 P(offsets, disks) = 0; in async_gen_syndrome()
263 Q(offsets, disks) = 0; in async_gen_syndrome()
[all …]
/Linux-v6.1/arch/arm/mach-omap2/
Dcm33xx.h32 /* CM.PER_CM register offsets */
56 /* CM.WKUP_CM register offsets */
64 /* CM.DPLL_CM register offsets */
67 /* CM.MPU_CM register offsets */
72 /* CM.DEVICE_CM register offsets */
74 /* CM.RTC_CM register offsets */
78 /* CM.GFX_CM register offsets */
84 /* CM.CEFUSE_CM register offsets */
Dprcm_mpu7xx.h37 /* PRCM_MPU clockdomain register offsets (from instance start) */
44 /* MPU_PRCM.PRCM_MPU_OCP_SOCKET register offsets */
47 /* MPU_PRCM.PRCM_MPU_DEVICE register offsets */
51 /* MPU_PRCM.PRCM_MPU_PRM_C0 register offsets */
58 /* MPU_PRCM.PRCM_MPU_CM_C0 register offsets */
63 /* MPU_PRCM.PRCM_MPU_PRM_C1 register offsets */
70 /* MPU_PRCM.PRCM_MPU_CM_C1 register offsets */
Dprm33xx.h30 /* PRM.PER_PRM register offsets */
36 /* PRM.WKUP_PRM register offsets */
42 /* PRM.MPU_PRM register offsets */
48 /* PRM.DEVICE_PRM register offsets */
52 /* PRM.RTC_PRM register offsets */
58 /* PRM.GFX_PRM register offsets */
64 /* PRM.CEFUSE_PRM register offsets */
Dprcm_mpu54xx.h37 /* PRCM_MPU clockdomain register offsets (from instance start) */
51 /* PRCM_MPU.PRCM_MPU_OCP_SOCKET register offsets */
54 /* PRCM_MPU.PRCM_MPU_DEVICE register offsets */
60 /* PRCM_MPU.PRCM_MPU_PRM_C0 register offsets */
67 /* PRCM_MPU.PRCM_MPU_CM_C0 register offsets */
72 /* PRCM_MPU.PRCM_MPU_PRM_C1 register offsets */
79 /* PRCM_MPU.PRCM_MPU_CM_C1 register offsets */
/Linux-v6.1/include/linux/
Dtime_namespace.h23 struct timens_offsets offsets; member
25 /* If set prevents changing offsets after any task joined namespace. */
63 struct proc_timens_offset *offsets, int n);
67 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_monotonic()
74 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime()
81 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime_ns()
88 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_sub_boottime()
94 struct timens_offsets *offsets);
103 return do_timens_ktime_to_host(clockid, tim, &ns->offsets); in timens_ktime_to_host()
/Linux-v6.1/arch/arm/mach-at91/
DMakefile24 $(obj)/pm_data-offsets.h: $(obj)/pm_data-offsets.s FORCE
25 $(call filechk,offsets,__PM_DATA_OFFSETS_H__)
27 $(obj)/pm_suspend.o: $(obj)/pm_data-offsets.h
29 targets += pm_data-offsets.s
30 clean-files += pm_data-offsets.h
/Linux-v6.1/arch/x86/kvm/
DMakefile39 $(obj)/svm/vmenter.o: $(obj)/kvm-asm-offsets.h
42 $(obj)/vmx/vmenter.o: $(obj)/kvm-asm-offsets.h
44 $(obj)/kvm-asm-offsets.h: $(obj)/kvm-asm-offsets.s FORCE
45 $(call filechk,offsets,__KVM_ASM_OFFSETS_H__)
47 targets += kvm-asm-offsets.s
48 clean-files += kvm-asm-offsets.h
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c43 generic_reg_update_soc15(tg110->base.ctx, tg110->offsets.crtc, reg_name, n, __VA_ARGS__)
46 generic_reg_set_soc15(tg110->base.ctx, tg110->offsets.crtc, reg_name, n, __VA_ARGS__)
93 tg110->offsets.crtc); in dce120_timing_generator_is_in_vertical_blank()
176 tg110->offsets.crtc); in dce120_timing_generator_get_vblank_counter()
192 tg110->offsets.crtc); in dce120_timing_generator_get_crtc_position()
203 tg110->offsets.crtc); in dce120_timing_generator_get_crtc_position()
253 tg110->offsets.crtc); in dce120_timing_generator_setup_global_swap_lock()
261 dm_write_reg_soc15(tg->ctx, mmCRTC0_CRTC_GSL_WINDOW, tg110->offsets.crtc, 0); in dce120_timing_generator_setup_global_swap_lock()
315 tg110->offsets.crtc); in dce120_timing_generator_enable_reset_trigger()
377 tg110->offsets.crtc); in dce120_timing_generator_did_triggered_reset_occur()
[all …]
/Linux-v6.1/drivers/mtd/tests/
Dstresstest.c36 static int *offsets; variable
87 offs = offsets[eb]; in do_write()
92 offs = offsets[eb] = 0; in do_write()
103 offsets[eb + 1] = 0; in do_write()
112 offsets[eb++] = mtd->erasesize; in do_write()
115 offsets[eb] = offs; in do_write()
181 offsets = kmalloc_array(ebcnt, sizeof(int), GFP_KERNEL); in mtd_stresstest_init()
182 if (!readbuf || !writebuf || !offsets) in mtd_stresstest_init()
185 offsets[i] = mtd->erasesize; in mtd_stresstest_init()
211 kfree(offsets); in mtd_stresstest_init()
/Linux-v6.1/drivers/media/platform/atmel/
Datmel-sama7g5-isc.c215 regmap_write(regmap, ISC_CSC_YR_YG + isc->offsets.csc, in isc_sama7g5_config_csc()
217 regmap_write(regmap, ISC_CSC_YB_OY + isc->offsets.csc, in isc_sama7g5_config_csc()
219 regmap_write(regmap, ISC_CSC_CBR_CBG + isc->offsets.csc, in isc_sama7g5_config_csc()
221 regmap_write(regmap, ISC_CSC_CBB_OCB + isc->offsets.csc, in isc_sama7g5_config_csc()
223 regmap_write(regmap, ISC_CSC_CRR_CRG + isc->offsets.csc, in isc_sama7g5_config_csc()
225 regmap_write(regmap, ISC_CSC_CRB_OCR + isc->offsets.csc, in isc_sama7g5_config_csc()
234 regmap_write(regmap, ISC_CBC_BRIGHT + isc->offsets.cbc, isc->ctrls.brightness); in isc_sama7g5_config_cbc()
235 regmap_write(regmap, ISC_CBC_CONTRAST + isc->offsets.cbc, isc->ctrls.contrast); in isc_sama7g5_config_cbc()
289 regmap_update_bits(regmap, ISC_RLP_CFG + isc->offsets.rlp, in isc_sama7g5_config_rlp()
435 isc->offsets.csc = ISC_SAMA7G5_CSC_OFFSET; in microchip_xisc_probe()
[all …]
/Linux-v6.1/drivers/memory/
DMakefile38 $(obj)/ti-emif-sram-pm.o: $(obj)/ti-emif-asm-offsets.h
40 $(obj)/ti-emif-asm-offsets.h: $(obj)/emif-asm-offsets.s FORCE
41 $(call filechk,offsets,__TI_EMIF_ASM_OFFSETS_H__)
43 targets += emif-asm-offsets.s
44 clean-files += ti-emif-asm-offsets.h
/Linux-v6.1/arch/m68k/kernel/
Dasm-offsets.c25 /* offsets into the task struct */ in main()
30 /* offsets into the thread struct */ in main()
41 /* offsets into the thread_info struct */ in main()
45 /* offsets into the pt_regs */ in main()
66 /* offsets into the irq_cpustat_t struct */ in main()
76 /* offsets into the bi_record struct */ in main()
81 /* offsets into the font_desc struct */ in main()
89 /* offsets into the custom struct */ in main()
/Linux-v6.1/drivers/thermal/ti-soc-thermal/
Ddra752-bandgap.h25 * Registers are defined as offsets. The offsets are
33 /* DRA752.common register offsets */
39 /* DRA752.core register offsets */
46 /* DRA752.iva register offsets */
53 /* DRA752.mpu register offsets */
60 /* DRA752.dspeve register offsets */
67 /* DRA752.gpu register offsets */
/Linux-v6.1/drivers/media/platform/rockchip/rga/
Drga-hw.c49 struct rga_corners_addr_offset offsets; in rga_get_addr_offset() local
54 lt = &offsets.left_top; in rga_get_addr_offset()
55 lb = &offsets.left_bottom; in rga_get_addr_offset()
56 rt = &offsets.right_top; in rga_get_addr_offset()
57 rb = &offsets.right_bottom; in rga_get_addr_offset()
82 return offsets; in rga_get_addr_offset()
87 * offsets, u32 rotate_mode, in rga_lookup_draw_pos()
105 if (!offsets) in rga_lookup_draw_pos()
110 return &offsets->left_top; in rga_lookup_draw_pos()
112 return &offsets->left_bottom; in rga_lookup_draw_pos()
[all …]

12345678910>>...78