Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | ir_raw_handler |
struct | ir_raw_event_ctrl |
struct | ir_raw_event_ctrl::nec_dec |
struct | ir_raw_event_ctrl::rc5_dec |
struct | ir_raw_event_ctrl::rc6_dec |
struct | ir_raw_event_ctrl::sony_dec |
struct | ir_raw_event_ctrl::jvc_dec |
struct | ir_raw_event_ctrl::rc5_sz_dec |
struct | ir_raw_event_ctrl::sanyo_dec |
struct | ir_raw_event_ctrl::mce_kbd_dec |
struct | ir_raw_event_ctrl::lirc_codec |
Macros | |
#define | TO_US(duration) DIV_ROUND_CLOSEST((duration), 1000) |
#define | TO_STR(is_pulse) ((is_pulse) ? "pulse" : "space") |
#define TO_STR | ( | is_pulse | ) | ((is_pulse) ? "pulse" : "space") |
Definition at line 147 of file rc-core-priv.h.
#define TO_US | ( | duration | ) | DIV_ROUND_CLOSEST((duration), 1000) |
Definition at line 146 of file rc-core-priv.h.
int ir_raw_handler_register | ( | struct ir_raw_handler * | ir_raw_handler | ) |
void ir_raw_handler_unregister | ( | struct ir_raw_handler * | ir_raw_handler | ) |