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