Home
last modified time | relevance | path

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

12345678910>>...95

/linux-6.12.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-6.12.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-6.12.1/scripts/mod/
DMakefile9 devicetable-offsets-file := devicetable-offsets.h
11 $(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s FORCE
12 $(call filechk,offsets,__DEVICETABLE_OFFSETS_H__)
14 targets += $(devicetable-offsets-file) devicetable-offsets.s
19 $(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file)
/linux-6.12.1/fs/sysv/
Ditree.c24 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path()
36 offsets[n++] = block; in block_to_path()
38 offsets[n++] = DIRECT; in block_to_path()
39 offsets[n++] = block; in block_to_path()
41 offsets[n++] = DIRECT+1; in block_to_path()
42 offsets[n++] = block >> ptrs_bits; in block_to_path()
43 offsets[n++] = block & (indirect_blocks - 1); in block_to_path()
45 offsets[n++] = DIRECT+2; in block_to_path()
46 offsets[n++] = block >> (ptrs_bits * 2); in block_to_path()
47 offsets[n++] = (block >> ptrs_bits) & (indirect_blocks - 1); in block_to_path()
[all …]
/linux-6.12.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-6.12.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-6.12.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-6.12.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-6.12.1/arch/arm/mach-at91/
DMakefile22 $(obj)/pm_data-offsets.h: $(obj)/pm_data-offsets.s FORCE
23 $(call filechk,offsets,__PM_DATA_OFFSETS_H__)
25 $(obj)/pm_suspend.o: $(obj)/pm_data-offsets.h
27 targets += pm_data-offsets.s
28 clean-files += pm_data-offsets.h
/linux-6.12.1/include/linux/
Dtime_namespace.h26 struct timens_offsets offsets; member
28 /* If set prevents changing offsets after any task joined namespace. */
66 struct proc_timens_offset *offsets, int n);
70 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_monotonic()
77 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime()
84 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime_ns()
91 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_sub_boottime()
97 struct timens_offsets *offsets);
106 return do_timens_ktime_to_host(clockid, tim, &ns->offsets); in timens_ktime_to_host()
/linux-6.12.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-6.12.1/arch/x86/kvm/
DMakefile40 $(obj)/svm/vmenter.o: $(obj)/kvm-asm-offsets.h
43 $(obj)/vmx/vmenter.o: $(obj)/kvm-asm-offsets.h
45 $(obj)/kvm-asm-offsets.h: $(obj)/kvm-asm-offsets.s FORCE
46 $(call filechk,offsets,__KVM_ASM_OFFSETS_H__)
48 targets += kvm-asm-offsets.s
49 clean-files += kvm-asm-offsets.h
/linux-6.12.1/drivers/net/phy/
Dmicrochip_t1s.c115 static int lan865x_generate_cfg_offsets(struct phy_device *phydev, s8 offsets[2]) in lan865x_generate_cfg_offsets()
125 offsets[i] = ret | 0xE0; in lan865x_generate_cfg_offsets()
127 offsets[i] = ret; in lan865x_generate_cfg_offsets()
167 s8 offsets[2]; in lan865x_setup_cfgparam() local
170 ret = lan865x_generate_cfg_offsets(phydev, offsets); in lan865x_setup_cfgparam()
179 FIELD_PREP(GENMASK(15, 10), 9 + offsets[0]) | in lan865x_setup_cfgparam()
180 FIELD_PREP(GENMASK(15, 4), 14 + offsets[0]); in lan865x_setup_cfgparam()
182 FIELD_PREP(GENMASK(15, 10), 40 + offsets[1]); in lan865x_setup_cfgparam()
184 FIELD_PREP(GENMASK(15, 8), 5 + offsets[0]) | in lan865x_setup_cfgparam()
185 (9 + offsets[0]); in lan865x_setup_cfgparam()
[all …]
/linux-6.12.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-6.12.1/drivers/memory/
DMakefile35 $(obj)/ti-emif-sram-pm.o: $(obj)/ti-emif-asm-offsets.h
37 $(obj)/ti-emif-asm-offsets.h: $(obj)/emif-asm-offsets.s FORCE
38 $(call filechk,offsets,__TI_EMIF_ASM_OFFSETS_H__)
40 targets += emif-asm-offsets.s
41 clean-files += ti-emif-asm-offsets.h
/linux-6.12.1/drivers/media/platform/microchip/
Dmicrochip-sama7g5-isc.c235 regmap_write(regmap, ISC_CSC_YR_YG + isc->offsets.csc, in isc_sama7g5_config_csc()
237 regmap_write(regmap, ISC_CSC_YB_OY + isc->offsets.csc, in isc_sama7g5_config_csc()
239 regmap_write(regmap, ISC_CSC_CBR_CBG + isc->offsets.csc, in isc_sama7g5_config_csc()
241 regmap_write(regmap, ISC_CSC_CBB_OCB + isc->offsets.csc, in isc_sama7g5_config_csc()
243 regmap_write(regmap, ISC_CSC_CRR_CRG + isc->offsets.csc, in isc_sama7g5_config_csc()
245 regmap_write(regmap, ISC_CSC_CRB_OCR + isc->offsets.csc, in isc_sama7g5_config_csc()
254 regmap_write(regmap, ISC_CBC_BRIGHT + isc->offsets.cbc, isc->ctrls.brightness); in isc_sama7g5_config_cbc()
255 regmap_write(regmap, ISC_CBC_CONTRAST + isc->offsets.cbc, isc->ctrls.contrast); in isc_sama7g5_config_cbc()
309 regmap_update_bits(regmap, ISC_RLP_CFG + isc->offsets.rlp, in isc_sama7g5_config_rlp()
448 isc->offsets.csc = ISC_SAMA7G5_CSC_OFFSET; in microchip_xisc_probe()
[all …]
/linux-6.12.1/drivers/staging/media/deprecated/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()
429 isc->offsets.csc = ISC_SAMA7G5_CSC_OFFSET; in microchip_xisc_probe()
[all …]
/linux-6.12.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()

12345678910>>...95