drivers/staging/media/atomisp/pci/ia_css_prbs.h

Source file repositories/reference/linux-study-clean/drivers/staging/media/atomisp/pci/ia_css_prbs.h

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/atomisp/pci/ia_css_prbs.h
Extension
.h
Size
1129 bytes
Lines
46
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 ia_css_prbs_config {
	enum ia_css_prbs_id	id;
	unsigned int		h_blank;	/** horizontal blank */
	unsigned int		v_blank;	/** vertical blank */
	int			seed;	/** random seed for the 1st 2-pixel-components/clock */
	int			seed1;	/** random seed for the 2nd 2-pixel-components/clock */
};

#endif /* __IA_CSS_PRBS_H */

Annotation

Implementation Notes