Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hdpvr-control.c File Reference
#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_infoget_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)
 

Function Documentation

int get_input_lines_info ( struct hdpvr_device dev)

Definition at line 93 of file hdpvr-control.c.

struct hdpvr_video_info* get_video_info ( struct hdpvr_device dev)
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.