drivers/media/pci/ivtv/ivtv-controls.h

Source file repositories/reference/linux-study-clean/drivers/media/pci/ivtv/ivtv-controls.h

File Facts

System
Linux kernel
Corpus path
drivers/media/pci/ivtv/ivtv-controls.h
Extension
.h
Size
443 bytes
Lines
17
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

ioctl control functions
    Copyright (C) 2003-2004  Kevin Thayer <nufan_wfk at yahoo.com>
    Copyright (C) 2005-2007  Hans Verkuil <hverkuil@kernel.org>

 */

#ifndef IVTV_CONTROLS_H
#define IVTV_CONTROLS_H

extern const struct cx2341x_handler_ops ivtv_cxhdl_ops;
extern const struct v4l2_ctrl_ops ivtv_hdl_out_ops;
int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame);

#endif

Annotation

Implementation Notes