drivers/staging/media/atomisp/pci/css_2401_system/host/pixelgen_local.h

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

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/atomisp/pci/css_2401_system/host/pixelgen_local.h
Extension
.h
Size
1014 bytes
Lines
43
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 pixelgen_ctrl_state_s {
	hrt_data	com_enable;
	hrt_data	prbs_rstval0;
	hrt_data	prbs_rstval1;
	hrt_data	syng_sid;
	hrt_data	syng_free_run;
	hrt_data	syng_pause;
	hrt_data	syng_nof_frames;
	hrt_data	syng_nof_pixels;
	hrt_data	syng_nof_line;
	hrt_data	syng_hblank_cyc;
	hrt_data	syng_vblank_cyc;
	hrt_data	syng_stat_hcnt;
	hrt_data	syng_stat_vcnt;
	hrt_data	syng_stat_fcnt;
	hrt_data	syng_stat_done;
	hrt_data	tpg_mode;
	hrt_data	tpg_hcnt_mask;
	hrt_data	tpg_vcnt_mask;
	hrt_data	tpg_xycnt_mask;
	hrt_data	tpg_hcnt_delta;
	hrt_data	tpg_vcnt_delta;
	hrt_data	tpg_r1;
	hrt_data	tpg_g1;
	hrt_data	tpg_b1;
	hrt_data	tpg_r2;
	hrt_data	tpg_g2;
	hrt_data	tpg_b2;
};
#endif /* __PIXELGEN_LOCAL_H_INCLUDED__ */

Annotation

Implementation Notes