|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/errno.h>#include <linux/init.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/usb.h>#include <linux/mutex.h>#include <linux/videodev2.h>#include <media/v4l2-common.h>#include "hdpvr.h"Go to the source code of this file.
Functions | |
| int | hdpvr_config_call (struct hdpvr_device *dev, uint value, u8 valbuf) |
| struct hdpvr_video_info * | get_video_info (struct hdpvr_device *dev) |
| int | get_input_lines_info (struct hdpvr_device *dev) |
| int | hdpvr_set_bitrate (struct hdpvr_device *dev) |
| int | hdpvr_set_audio (struct hdpvr_device *dev, u8 input, enum v4l2_mpeg_audio_encoding codec) |
| int | hdpvr_set_options (struct hdpvr_device *dev) |
| int get_input_lines_info | ( | struct hdpvr_device * | dev | ) |
Definition at line 93 of file hdpvr-control.c.
|
read |
Definition at line 48 of file hdpvr-control.c.
| int hdpvr_config_call | ( | struct hdpvr_device * | dev, |
| uint | value, | ||
| u8 | valbuf | ||
| ) |
Definition at line 27 of file hdpvr-control.c.
| int hdpvr_set_audio | ( | struct hdpvr_device * | dev, |
| u8 | input, | ||
| enum v4l2_mpeg_audio_encoding | codec | ||
| ) |
Definition at line 143 of file hdpvr-control.c.
| int hdpvr_set_bitrate | ( | struct hdpvr_device * | dev | ) |
Definition at line 125 of file hdpvr-control.c.
| int hdpvr_set_options | ( | struct hdpvr_device * | dev | ) |
Definition at line 178 of file hdpvr-control.c.
1.8.2