Home
last modified time | relevance | path

Searched full:crcs (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/soc/samsung/
H A Ds3c-pm-check.c37 static u32 *crcs; /* allocated over suspend/resume */ variable
85 * prepare the necessary information for creating the CRCs. This
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()
211 * check the CRCs after the restore event and free the memory used
216 if (crcs != NULL) in s3c_pm_check_restore()
217 s3c_pm_run_sysram(s3c_pm_runcheck, crcs); in s3c_pm_check_restore()
[all …]
H A DKconfig58 will generate CRCs of all blocks of memory, and store them before
/linux/include/drm/
H A Ddrm_debugfs_crc.h37 * @crcs: array of values that characterize the frame
42 uint32_t crcs[DRM_MAX_CRC_NR]; member
50 * @source: name of the currently configured source of CRCs
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 Ddrm_debugfs_crc.c49 * Userspace can control generation of CRCs in a given CRTC by writing to the
53 * default source of frame CRCs for this CRTC.
67 * the reported CRCs of frames that should have the same contents.
336 sprintf(buf + 10 + i * 11, " 0x%08x", entry->crcs[i]); in crtc_crc_read()
388 * @frame: number of the frame these CRCs are about
389 * @crcs: array of CRC values, with length matching #drm_crtc_crc.values_cnt
391 * For each frame, the driver polls the source of CRCs for new data and calls
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 Dversion.c24 /* Exporting module didn't supply crcs? OK, we're already tainted. */ in check_version()
96 /* First part is kernel version, which we ignore if module has crcs. */
H A Dmain.c90 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()
2287 pr_err("more extended version crcs than names"); in elf_validity_cache_index_versions()
2665 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections()
2884 if (mod->num_syms && !mod->crcs) { in check_export_symbol_sections()
/linux/Documentation/filesystems/
H A Dubifs.rst92 no_chk_data_crc (*) skip checking of CRCs on data nodes in order to
97 chk_data_crc do not skip checking CRCs on data nodes
H A Domfs.rst49 and extents. Each sysblock has a header containing CRCs of the entire
/linux/Documentation/w1/slaves/
H A Dw1_ds2406.rst26 CRCs are checked on read and write. Failed checks cause an I/O error to be
/linux/Documentation/filesystems/xfs/
H A Dxfs-self-describing-metadata.rst240 The code ensures that the CRC is only checked if the filesystem has CRCs enabled
326 modified in memory. If the metadata verifies OK, and CRCs are enabled, we then
351 the unlinked list modifications check or update CRCs, neither during unlink nor
/linux/arch/powerpc/include/asm/
H A Dasm-prototypes.h7 * generate proper CRCs for them.
/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst42 All CRCs used in the following are two-byte ``crc_itu_t(0xffff, ...)``.
79 evaluate to ``0xffff``. The |LEN| field does not include any of the CRCs, it
244 detection mechanism (e.g. CRCs), this is solely done on the frame level.
/linux/Documentation/driver-api/soundwire/
H A Derror_handling.rst8 mechanism (sync loss after two errors) and short CRCs used for the Bulk
/linux/scripts/mod/
H A Dmodpost.c1482 * The CRCs are recorded in .*.cmd files in the form of:
1532 * Since commit e1327a127703, genksyms calculates CRCs of all in extract_crcs_for_object()
1533 * symbols, including trimmed ones. Ignore orphan CRCs. in extract_crcs_for_object()
1545 * Parse them to retrieve CRCs for the current module.
1890 /* record CRCs for exported symbols */ in add_exported_symbols()
1908 * Record CRCs for unresolved symbols, supporting long names
1951 * Record CRCs for unresolved symbols
/linux/arch/powerpc/platforms/44x/
H A Dfsp2.h220 /* CRCS bit fields */
/linux/lib/crc/x86/
H A Dcrc-pclmul-template.S13 .set OFFSETOF_BSWAP_MASK, -5*16 // msb-first CRCs only
524 // For lsb-first CRCs where n=64, the extra factor of x cannot be as
/linux/include/uapi/drm/
H A Dqaic_accel.h148 * @status_flags: Out. Flags from device. Bit 0 indicates if CRCs are required.
/linux/drivers/w1/slaves/
H A Dw1_ds28e04.c245 /* make sure the block CRCs are valid */ in eeprom_write()
H A Dw1_ds2433.c245 /* make sure the block CRCs are valid */ in eeprom_write()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dgh100.c228 /* The kernel's CRC32 needs a pre- and post-xor to match standard CRCs */ in elf_validate_sections()
/linux/net/batman-adv/
H A Dtranslation-table.c2760 * batadv_tt_global_check_crc() - check if all the CRCs are correct
2761 * @orig_node: originator for which the CRCs have to be checked
2765 * Return: true if all the received CRCs match the locally stored ones, false
2817 * batadv_tt_local_update_crc() - update all the local CRCs
2833 * batadv_tt_global_update_crc() - update all the global CRCs for this orig_node
2835 * @orig_node: the orig_node for which the CRCs have to be updated
2903 /* send all the CRCs within the request. This is needed by intermediate in batadv_send_tt_request()
/linux/include/drm/display/
H A Ddrm_dp_helper.h425 * @crc_work: worker that captures CRCs for each frame
430 * @crc_count: counter of captured frame CRCs
/linux/scripts/gendwarfksyms/
H A Dtypes.c532 return; /* We'll warn about missing CRCs later. */ in expand_symbol()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c355 * @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()
/linux/fs/ubifs/
H A Dmaster.c58 * sequence numbers and consequently different CRCs. To be able to match

12