Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
as10x_cmd_stream.c File Reference
#include <linux/kernel.h>
#include "as102_drv.h"
#include "as10x_cmd.h"

Go to the source code of this file.

Functions

int as10x_cmd_add_PID_filter (struct as10x_bus_adapter_t *adap, struct as10x_ts_filter *filter)
 
int as10x_cmd_del_PID_filter (struct as10x_bus_adapter_t *adap, uint16_t pid_value)
 
int as10x_cmd_start_streaming (struct as10x_bus_adapter_t *adap)
 
int as10x_cmd_stop_streaming (struct as10x_bus_adapter_t *adap)
 

Function Documentation

int as10x_cmd_add_PID_filter ( struct as10x_bus_adapter_t adap,
struct as10x_ts_filter filter 
)

as10x_cmd_add_PID_filter - send add filter command to AS10x : pointer to AS10x bus adapter : TSFilter filter for DVB-T

Return 0 on success or negative value in case of error.

Definition at line 31 of file as10x_cmd_stream.c.

int as10x_cmd_del_PID_filter ( struct as10x_bus_adapter_t adap,
uint16_t  pid_value 
)

as10x_cmd_del_PID_filter - Send delete filter command to AS10x : pointer to AS10x bus adapte : PID to delete

Return 0 on success or negative value in case of error.

Definition at line 91 of file as10x_cmd_stream.c.

int as10x_cmd_start_streaming ( struct as10x_bus_adapter_t adap)

as10x_cmd_start_streaming - Send start streaming command to AS10x : pointer to AS10x bus adapter

Return 0 on success or negative value in case of error.

Definition at line 139 of file as10x_cmd_stream.c.

int as10x_cmd_stop_streaming ( struct as10x_bus_adapter_t adap)

as10x_cmd_stop_streaming - Send stop streaming command to AS10x : pointer to AS10x bus adapter

Return 0 on success or negative value in case of error.

Definition at line 185 of file as10x_cmd_stream.c.