drivers/media/platform/renesas/vsp1/vsp1_vspx.h

Source file repositories/reference/linux-study-clean/drivers/media/platform/renesas/vsp1/vsp1_vspx.h

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/renesas/vsp1/vsp1_vspx.h
Extension
.h
Size
375 bytes
Lines
17
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 __VSP1_VSPX_H__
#define __VSP1_VSPX_H__

#include "vsp1.h"

int vsp1_vspx_init(struct vsp1_device *vsp1);
void vsp1_vspx_cleanup(struct vsp1_device *vsp1);

#endif /* __VSP1_VSPX_H__ */

Annotation

Implementation Notes