Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dvb_rc_legacy Struct Reference

#include <dvb-usb.h>

Data Fields

struct rc_map_tablerc_map_table
 
int rc_map_size
 
int(* rc_query )(struct dvb_usb_device *, u32 *, int *)
 
int rc_interval
 

Detailed Description

struct dvb_rc_legacy - old properties of remote controller : a hard-wired array of struct rc_map_table (NULL to disable remote control handling). : number of items in . : called to query an event event. : time in ms between two queries.

Definition at line 178 of file dvb-usb.h.

Field Documentation

int rc_interval

Definition at line 186 of file dvb-usb.h.

int rc_map_size

Definition at line 184 of file dvb-usb.h.

Definition at line 183 of file dvb-usb.h.

int(* rc_query)(struct dvb_usb_device *, u32 *, int *)

Definition at line 185 of file dvb-usb.h.


The documentation for this struct was generated from the following file: