drivers/media/usb/dvb-usb/dib07x0.h

Source file repositories/reference/linux-study-clean/drivers/media/usb/dvb-usb/dib07x0.h

File Facts

System
Linux kernel
Corpus path
drivers/media/usb/dvb-usb/dib07x0.h
Extension
.h
Size
305 bytes
Lines
23
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 _DIB07X0_H_
#define _DIB07X0_H_

enum dib07x0_gpios {
	GPIO0  =  0,
	GPIO1  =  2,
	GPIO2  =  3,
	GPIO3  =  4,
	GPIO4  =  5,
	GPIO5  =  6,
	GPIO6  =  8,
	GPIO7  = 10,
	GPIO8  = 11,
	GPIO9  = 14,
	GPIO10 = 15,
};

#define GPIO_IN  0
#define GPIO_OUT 1

#endif

Annotation

Implementation Notes