drivers/crypto/caam/ctrl.h

Source file repositories/reference/linux-study-clean/drivers/crypto/caam/ctrl.h

File Facts

System
Linux kernel
Corpus path
drivers/crypto/caam/ctrl.h
Extension
.h
Size
304 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/crypto
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef CTRL_H
#define CTRL_H

/* Prototypes for backend-level services exposed to APIs */
extern bool caam_dpaa2;

#endif /* CTRL_H */

Annotation

Implementation Notes