drivers/media/usb/pvrusb2/pvrusb2-i2c-core.h

Source file repositories/reference/linux-study-clean/drivers/media/usb/pvrusb2/pvrusb2-i2c-core.h

File Facts

System
Linux kernel
Corpus path
drivers/media/usb/pvrusb2/pvrusb2-i2c-core.h
Extension
.h
Size
310 bytes
Lines
16
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 __PVRUSB2_I2C_CORE_H
#define __PVRUSB2_I2C_CORE_H

struct pvr2_hdw;

void pvr2_i2c_core_init(struct pvr2_hdw *);
void pvr2_i2c_core_done(struct pvr2_hdw *);


#endif /* __PVRUSB2_I2C_ADAPTER_H */

Annotation

Implementation Notes