include/linux/platform_data/spi-omap2-mcspi.h

Source file repositories/reference/linux-study-clean/include/linux/platform_data/spi-omap2-mcspi.h

File Facts

System
Linux kernel
Corpus path
include/linux/platform_data/spi-omap2-mcspi.h
Extension
.h
Size
406 bytes
Lines
22
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 omap2_mcspi_platform_config {
	unsigned short	num_cs;
	unsigned int regs_offset;
	unsigned int pin_dir:1;
	size_t max_xfer_len;
};

struct omap2_mcspi_device_config {
	unsigned turbo_mode:1;
};

#endif

Annotation

Implementation Notes