arch/mips/include/asm/mach-au1x00/au1200fb.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-au1x00/au1200fb.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-au1x00/au1200fb.h
Extension
.h
Size
259 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/mips
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

struct au1200fb_platdata {
	int (*panel_index)(void);
	int (*panel_init)(void);
	int (*panel_shutdown)(void);
};

#endif

Annotation

Implementation Notes