drivers/gpu/drm/meson/meson_encoder_dsi.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/meson/meson_encoder_dsi.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/meson/meson_encoder_dsi.h
Extension
.h
Size
349 bytes
Lines
14
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 __MESON_ENCODER_DSI_H
#define __MESON_ENCODER_DSI_H

int meson_encoder_dsi_probe(struct meson_drm *priv);
void meson_encoder_dsi_remove(struct meson_drm *priv);

#endif /* __MESON_ENCODER_DSI_H */

Annotation

Implementation Notes