drivers/media/pci/mantis/mantis_vp3030.h

Source file repositories/reference/linux-study-clean/drivers/media/pci/mantis/mantis_vp3030.h

File Facts

System
Linux kernel
Corpus path
drivers/media/pci/mantis/mantis_vp3030.h
Extension
.h
Size
328 bytes
Lines
19
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

Mantis VP-3030 driver

	Copyright (C) Manu Abraham (abraham.manu@gmail.com)

*/

#ifndef __MANTIS_VP3030_H
#define __MANTIS_VP3030_H

#include "mantis_common.h"

#define MANTIS_VP_3030_DVB_T	0x0024

extern struct mantis_hwconfig vp3030_config;

#endif /* __MANTIS_VP3030_H */

Annotation

Implementation Notes