drivers/gpu/drm/omapdrm/omap_encoder.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/omapdrm/omap_encoder.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/omapdrm/omap_encoder.h
Extension
.h
Size
433 bytes
Lines
20
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

#ifndef __OMAPDRM_ENCODER_H__
#define __OMAPDRM_ENCODER_H__

struct drm_device;
struct drm_encoder;
struct omap_dss_device;

struct drm_encoder *omap_encoder_init(struct drm_device *dev,
				      struct omap_dss_device *output);

#endif /* __OMAPDRM_ENCODER_H__ */

Annotation

Implementation Notes