Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
dvb-usb-remote.c File Reference
#include "dvb-usb-common.h"
#include <linux/usb/input.h>

Go to the source code of this file.

Macros

#define DVB_USB_RC_NEC_EMPTY   0x00
 
#define DVB_USB_RC_NEC_KEY_PRESSED   0x01
 
#define DVB_USB_RC_NEC_KEY_REPEATED   0x02
 

Functions

int dvb_usb_remote_init (struct dvb_usb_device *d)
 
int dvb_usb_remote_exit (struct dvb_usb_device *d)
 
int dvb_usb_nec_rc_key_to_event (struct dvb_usb_device *d, u8 keybuf[5], u32 *event, int *state)
 
 EXPORT_SYMBOL (dvb_usb_nec_rc_key_to_event)
 

Macro Definition Documentation

#define DVB_USB_RC_NEC_EMPTY   0x00

Definition at line 353 of file dvb-usb-remote.c.

#define DVB_USB_RC_NEC_KEY_PRESSED   0x01

Definition at line 354 of file dvb-usb-remote.c.

#define DVB_USB_RC_NEC_KEY_REPEATED   0x02

Definition at line 355 of file dvb-usb-remote.c.

Function Documentation

int dvb_usb_nec_rc_key_to_event ( struct dvb_usb_device d,
u8  keybuf[5],
u32 event,
int state 
)

Definition at line 356 of file dvb-usb-remote.c.

int dvb_usb_remote_exit ( struct dvb_usb_device d)

Definition at line 340 of file dvb-usb-remote.c.

int dvb_usb_remote_init ( struct dvb_usb_device d)

Definition at line 307 of file dvb-usb-remote.c.

EXPORT_SYMBOL ( dvb_usb_nec_rc_key_to_event  )