drivers/media/platform/amphion/vpu_mbox.h

Source file repositories/reference/linux-study-clean/drivers/media/platform/amphion/vpu_mbox.h

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/amphion/vpu_mbox.h
Extension
.h
Size
394 bytes
Lines
16
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 _AMPHION_VPU_MBOX_H
#define _AMPHION_VPU_MBOX_H

int vpu_mbox_init(struct vpu_core *core);
int vpu_mbox_request(struct vpu_core *core);
void vpu_mbox_free(struct vpu_core *core);
void vpu_mbox_send_msg(struct vpu_core *core, u32 type, u32 data);
void vpu_mbox_send_type(struct vpu_core *core, u32 type);

#endif

Annotation

Implementation Notes