drivers/media/platform/rockchip/rkcif/rkcif-stream.h

Source file repositories/reference/linux-study-clean/drivers/media/platform/rockchip/rkcif/rkcif-stream.h

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/rockchip/rkcif/rkcif-stream.h
Extension
.h
Size
945 bytes
Lines
33
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 _RKCIF_STREAM_H
#define _RKCIF_STREAM_H

#include "rkcif-common.h"

void rkcif_stream_pingpong(struct rkcif_stream *stream);

int rkcif_stream_register(struct rkcif_device *rkcif,
			  struct rkcif_stream *stream);

void rkcif_stream_unregister(struct rkcif_stream *stream);

const struct rkcif_output_fmt *
rkcif_stream_find_output_fmt(struct rkcif_stream *stream, bool ret_def,
			     u32 pixelfmt);

#endif

Annotation

Implementation Notes