drivers/media/platform/chips-media/wave5/wave5-vdi.h

Source file repositories/reference/linux-study-clean/drivers/media/platform/chips-media/wave5/wave5-vdi.h

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/chips-media/wave5/wave5-vdi.h
Extension
.h
Size
977 bytes
Lines
36
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

struct vpu_buf {
	size_t size;
	dma_addr_t daddr;
	void *vaddr;
};

int wave5_vdi_init(struct device *dev);
int wave5_vdi_release(struct device *dev);	//this function may be called only at system off.

#endif //#ifndef _VDI_H_

Annotation

Implementation Notes