Searched refs:crcs (Results 1 – 4 of 4) 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/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() 2298 pr_err("more extended version crcs than names"); in elf_validity_cache_index_versions() 2676 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections() 2895 if (mod->num_syms && !mod->crcs) { in flush_module_icache()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_helper.c | 2293 uint32_t crcs[3]; in drm_dp_aux_crc_work() local 2320 crcs[0] = crc_bytes[0] | crc_bytes[1] << 8; in drm_dp_aux_crc_work() 2321 crcs[1] = crc_bytes[2] | crc_bytes[3] << 8; in drm_dp_aux_crc_work() 2322 crcs[2] = crc_bytes[4] | crc_bytes[5] << 8; in drm_dp_aux_crc_work() 2323 drm_crtc_add_crc_entry(crtc, false, 0, crcs); in drm_dp_aux_crc_work()
|