drivers/gpu/drm/fsl-dcu/fsl_tcon.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/fsl-dcu/fsl_tcon.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/fsl-dcu/fsl_tcon.h
Extension
.h
Size
602 bytes
Lines
30
Domain
Driver Families
Bucket
drivers/gpu
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 fsl_tcon {
	struct regmap		*regs;
	struct clk		*ipg_clk;
};

struct fsl_tcon *fsl_tcon_init(struct device *dev);
void fsl_tcon_free(struct fsl_tcon *tcon);

void fsl_tcon_bypass_disable(struct fsl_tcon *tcon);
void fsl_tcon_bypass_enable(struct fsl_tcon *tcon);

#endif /* __FSL_TCON_H__ */

Annotation

Implementation Notes