drivers/tee/tstee/tstee_private.h

Source file repositories/reference/linux-study-clean/drivers/tee/tstee/tstee_private.h

File Facts

System
Linux kernel
Corpus path
drivers/tee/tstee/tstee_private.h
Extension
.h
Size
2567 bytes
Lines
93
Domain
Driver Families
Bucket
drivers/tee
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 tstee {
	struct ffa_device *ffa_dev;
	struct tee_device *teedev;
	struct tee_shm_pool *pool;
};

struct ts_session {
	u8 iface_id;
};

struct ts_context_data {
	struct xarray sess_list;
};

#endif /* TSTEE_PRIVATE_H */

Annotation

Implementation Notes