drivers/media/platform/amphion/vpu_msgs.h

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

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/amphion/vpu_msgs.h
Extension
.h
Size
336 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 _AMPHION_VPU_MSGS_H
#define _AMPHION_VPU_MSGS_H

int vpu_isr(struct vpu_core *core, u32 irq);
void vpu_inst_run_work(struct work_struct *work);
void vpu_msg_run_work(struct work_struct *work);
void vpu_msg_delayed_work(struct work_struct *work);

#endif

Annotation

Implementation Notes