drivers/media/test-drivers/vimc/vimc-streamer.h

Source file repositories/reference/linux-study-clean/drivers/media/test-drivers/vimc/vimc-streamer.h

File Facts

System
Linux kernel
Corpus path
drivers/media/test-drivers/vimc/vimc-streamer.h
Extension
.h
Size
1344 bytes
Lines
46
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

struct vimc_stream {
	struct media_pipeline pipe;
	struct vimc_ent_device *ved_pipeline[VIMC_STREAMER_PIPELINE_MAX_SIZE];
	unsigned int pipe_size;
	struct task_struct *kthread;
};

int vimc_streamer_s_stream(struct vimc_stream *stream,
			   struct vimc_ent_device *ved,
			   int enable);

#endif  //_VIMC_STREAMER_H_

Annotation

Implementation Notes