drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.h

Source file repositories/reference/linux-study-clean/drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.h

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.h
Extension
.h
Size
416 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/media
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 __MTK_MDP_M2M_H__
#define __MTK_MDP_M2M_H__

void mtk_mdp_ctx_state_lock_set(struct mtk_mdp_ctx *ctx, u32 state);
int mtk_mdp_register_m2m_device(struct mtk_mdp_dev *mdp);
void mtk_mdp_unregister_m2m_device(struct mtk_mdp_dev *mdp);

#endif /* __MTK_MDP_M2M_H__ */

Annotation

Implementation Notes