Searched refs:crcs (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/soc/samsung/ |
| H A D | s3c-pm-check.c | 37 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 D | drm_debugfs_crc.h | 37 * @crcs: array of values that characterize the frame 42 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/drivers/gpu/drm/ |
| H A D | drm_debugfs_crc.c | 336 sprintf(buf + 10 + i * 11, " 0x%08x", entry->crcs[i]); in crtc_crc_read() 395 uint32_t frame, uint32_t *crcs) in drm_crtc_add_crc_entry() argument 428 memcpy(&entry->crcs, crcs, sizeof(*crcs) * crc->values_cnt); in drm_crtc_add_crc_entry()
|
| /linux/kernel/module/ |
| H A D | main.c | 90 const u32 *crcs; member 380 fsa->crc = symversion(syms->crcs, sym - syms->start); in find_exported_symbol_in_section() 396 .crcs = __start___kcrctab, in find_symbol() 409 .crcs = mod->crcs, in find_symbol() 2665 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections() 2884 if (mod->num_syms && !mod->crcs) { in check_export_symbol_sections()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_irq.c | 429 u32 crcs[5] = { crc0, crc1, crc2, crc3, crc4 }; in display_pipe_crc_irq_handler() 431 trace_intel_pipe_crc(crtc, crcs); in display_pipe_crc_irq_handler() 452 crcs); in display_pipe_crc_irq_handler() 428 u32 crcs[5] = { crc0, crc1, crc2, crc3, crc4 }; display_pipe_crc_irq_handler() local
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_encoder.c | 355 * @crcs: array to fill with CRC data 356 * @pos: offset into the @crcs array 359 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()
|