Home
last modified time | relevance | path

Searched refs:crcs (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/soc/samsung/
H A Ds3c-pm-check.c37 static u32 *crcs; /* allocated over suspend/resume */ variable
99 crcs = kmalloc(crc_size+4, GFP_KERNEL); in s3c_pm_check_prepare()
100 if (crcs == NULL) in s3c_pm_check_prepare()
130 if (crcs != NULL) in s3c_pm_check_store()
131 s3c_pm_run_sysram(s3c_pm_makecheck, crcs); in s3c_pm_check_store()
185 if (in_region(ptr, left, crcs, crc_size)) { in s3c_pm_runcheck()
216 if (crcs != NULL) in s3c_pm_check_restore()
217 s3c_pm_run_sysram(s3c_pm_runcheck, crcs); in s3c_pm_check_restore()
230 kfree(crcs); in s3c_pm_check_cleanup()
231 crcs = NULL; in s3c_pm_check_cleanup()
/linux/include/drm/
H A Ddrm_debugfs_crc.h42 uint32_t crcs[DRM_MAX_CRC_NR]; member
71 uint32_t frame, uint32_t *crcs);
74 uint32_t frame, uint32_t *crcs) in drm_crtc_add_crc_entry() argument
/linux/arch/powerpc/platforms/44x/
H A Dfsp2.c191 u32 crcs = mfcmu(CMUN_CRCS); in rst_wrn_handler() local
192 switch (crcs & CRCS_STAT_MASK) { in rst_wrn_handler()
196 panic("Unknown external reset: CRCS=0x%x", crcs); in rst_wrn_handler()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c203 u32 crcs[CRTC_DUAL_MIXERS]; in dpu_crtc_get_lm_crc() local
208 BUILD_BUG_ON(ARRAY_SIZE(crcs) != ARRAY_SIZE(crtc_state->mixers)); in dpu_crtc_get_lm_crc()
217 rc = m->hw_lm->ops.collect_misr(m->hw_lm, &crcs[i]); in dpu_crtc_get_lm_crc()
227 drm_crtc_accurate_vblank_count(crtc), crcs); in dpu_crtc_get_lm_crc()
234 u32 crcs[INTF_MAX]; in dpu_crtc_get_encoder_crc() local
237 rc = dpu_encoder_get_crc(drm_enc, crcs, pos); in dpu_crtc_get_encoder_crc()
249 drm_crtc_accurate_vblank_count(crtc), crcs); in dpu_crtc_get_encoder_crc()
H A Ddpu_encoder.c359 int dpu_encoder_get_crc(const struct drm_encoder *drm_enc, u32 *crcs, int pos) in dpu_encoder_get_crc() argument
378 rc = phys->hw_intf->ops.collect_misr(phys->hw_intf, &crcs[pos + entries_added]); in dpu_encoder_get_crc()
/linux/kernel/module/
H A Dmain.c89 const u32 *crcs; member
377 fsa->crc = symversion(syms->crcs, sym - syms->start); in find_exported_symbol_in_section()
407 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in find_symbol()
2605 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections()
2816 if ((mod->num_syms && !mod->crcs) || in check_export_symbol_versions()