include/linux/mfd/loongson-se.h

Source file repositories/reference/linux-study-clean/include/linux/mfd/loongson-se.h

File Facts

System
Linux kernel
Corpus path
include/linux/mfd/loongson-se.h
Extension
.h
Size
1187 bytes
Lines
54
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct loongson_se_engine {
	struct loongson_se *se;
	int id;

	/* Command buffer */
	void *command;
	void *command_ret;

	void *data_buffer;
	uint buffer_size;
	/* Data buffer offset to DMA base */
	uint buffer_off;

	struct completion completion;

};

struct loongson_se_engine *loongson_se_init_engine(struct device *dev, int id);
int loongson_se_send_engine_cmd(struct loongson_se_engine *engine);

#endif

Annotation

Implementation Notes