Linux Kernel
3.7.1
|
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) |
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.