Home
last modified time | relevance | path

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

/drivers/soc/samsung/
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()
/drivers/gpu/drm/
Ddrm_debugfs_crc.c335 sprintf(buf + 10 + i * 11, " 0x%08x", entry->crcs[i]); in crtc_crc_read()
394 uint32_t frame, uint32_t *crcs) in drm_crtc_add_crc_entry() argument
427 memcpy(&entry->crcs, crcs, sizeof(*crcs) * crc->values_cnt); in drm_crtc_add_crc_entry()
Ddrm_dp_helper.c1695 uint32_t crcs[3]; in drm_dp_aux_crc_work() local
1722 crcs[0] = crc_bytes[0] | crc_bytes[1] << 8; in drm_dp_aux_crc_work()
1723 crcs[1] = crc_bytes[2] | crc_bytes[3] << 8; in drm_dp_aux_crc_work()
1724 crcs[2] = crc_bytes[4] | crc_bytes[5] << 8; in drm_dp_aux_crc_work()
1725 drm_crtc_add_crc_entry(crtc, false, 0, crcs); in drm_dp_aux_crc_work()
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_crc.c394 uint32_t crcs[3]; in amdgpu_dm_crtc_handle_crc_irq() local
426 &crcs[0], &crcs[1], &crcs[2])) in amdgpu_dm_crtc_handle_crc_irq()
430 drm_crtc_accurate_vblank_count(crtc), crcs); in amdgpu_dm_crtc_handle_crc_irq()
/drivers/gpu/drm/i915/
Di915_trace.h78 TP_PROTO(struct intel_crtc *crtc, const u32 *crcs),
79 TP_ARGS(crtc, crcs),
85 __array(u32, crcs, 5)
92 memcpy(__entry->crcs, crcs, sizeof(__entry->crcs));
97 __entry->crcs[0], __entry->crcs[1], __entry->crcs[2],
98 __entry->crcs[3], __entry->crcs[4])
Di915_irq.c1293 u32 crcs[5] = { crc0, crc1, crc2, crc3, crc4 }; in display_pipe_crc_irq_handler() local
1295 trace_intel_pipe_crc(crtc, crcs); in display_pipe_crc_irq_handler()
1316 crcs); in display_pipe_crc_irq_handler()
/drivers/infiniband/hw/qib/
Dqib_driver.c450 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; in qib_kreceive() local
508 crcs += qib_rcv_hdrerr(rcd, ppd, rcd->ctxt, eflags, l, in qib_kreceive()
512 if (crcs) in qib_kreceive()
513 crcs--; in qib_kreceive()
583 return crcs; in qib_kreceive()
Dqib_iba6120.c1590 u32 istat, ctxtrbits, rmask, crcs = 0; in qib_6120intr() local
1645 crcs += qib_kreceive(dd->rcd[i], in qib_6120intr()
1651 if (crcs) { in qib_6120intr()
1654 cntr += crcs; in qib_6120intr()