drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.h

Source file repositories/reference/linux-study-clean/drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.h

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.h
Extension
.h
Size
434 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/staging
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 isys_csi_rx_rsrc_s {
	u32	active_table;
	u32        num_active;
	u16	num_long_packets;
	u16	num_short_packets;
};

#endif /* __CSI_RX_RMGR_H_INCLUDED__ */

Annotation

Implementation Notes