drivers/crypto/ccp/platform-access.h

Source file repositories/reference/linux-study-clean/drivers/crypto/ccp/platform-access.h

File Facts

System
Linux kernel
Corpus path
drivers/crypto/ccp/platform-access.h
Extension
.h
Size
812 bytes
Lines
36
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

struct psp_platform_access_device {
	struct device *dev;
	struct psp_device *psp;

	struct platform_access_vdata *vdata;

	struct mutex mailbox_mutex;
	struct mutex doorbell_mutex;

	void *platform_access_data;
};

void platform_access_dev_destroy(struct psp_device *psp);
int platform_access_dev_init(struct psp_device *psp);

#endif /* __PSP_PLATFORM_ACCESS_H__ */

Annotation

Implementation Notes