Searched refs:ir_raw_event (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-core-priv.h26 int (*decode)(struct input_dev *input_dev, struct ir_raw_event event);
43 struct ir_raw_event prev_ev;
44 struct ir_raw_event this_ev;
97 static inline bool is_transition(struct ir_raw_event *x, struct ir_raw_event *y)
102 static inline void decrease_duration(struct ir_raw_event *ev, unsigned duration)
H A Dir-raw-event.c39 struct ir_raw_event ev;
66 * @ev: the struct ir_raw_event descriptor of the pulse/space
73 int ir_raw_event_store(struct input_dev *input_dev, struct ir_raw_event *ev)
106 struct ir_raw_event ev;
153 struct ir_raw_event *ev)
H A Dir-jvc-decoder.c41 * @duration: the struct ir_raw_event descriptor of the pulse/space
45 static int ir_jvc_decode(struct input_dev *input_dev, struct ir_raw_event ev)
H A Dir-nec-decoder.c43 * @duration: the struct ir_raw_event descriptor of the pulse/space
47 static int ir_nec_decode(struct input_dev *input_dev, struct ir_raw_event ev)
H A Dir-rc5-decoder.c44 * @ev: the struct ir_raw_event descriptor of the pulse/space
48 static int ir_rc5_decode(struct input_dev *input_dev, struct ir_raw_event ev)
H A Dir-sony-decoder.c37 * @ev: the struct ir_raw_event descriptor of the pulse/space
41 static int ir_sony_decode(struct input_dev *input_dev, struct ir_raw_event ev)
H A Dstreamzap.c84 struct ir_raw_event rawir;
173 struct ir_raw_event rawir = { .pulse = false, .duration = 0 };
218 struct ir_raw_event rawir = { .pulse = false, .duration = 0 };
236 struct ir_raw_event rawir = { .pulse = false, .duration = 0 };
H A Dir-lirc-codec.c28 * @duration: the struct ir_raw_event descriptor of the pulse/space
32 static int ir_lirc_decode(struct input_dev *input_dev, struct ir_raw_event ev)
292 drv->code_length = sizeof(struct ir_raw_event) * 8;
H A Dir-rc6-decoder.c74 * @ev: the struct ir_raw_event descriptor of the pulse/space
78 static int ir_rc6_decode(struct input_dev *input_dev, struct ir_raw_event ev)
H A Dmceusb.c236 struct ir_raw_event rawir;
657 struct ir_raw_event rawir = { .pulse = false, .duration = 0 };
H A Dene_ir.c534 struct ir_raw_event ev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dir-core.h164 struct ir_raw_event { struct
172 int ir_raw_event_store(struct input_dev *input_dev, struct ir_raw_event *ev);
175 struct ir_raw_event *ev);
180 struct ir_raw_event ev = { .pulse = false, .duration = 0 };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmsir.c43 struct ir_raw_event ev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-input.c55 struct ir_raw_event ir_core_event[64];
62 count = num / sizeof(struct ir_raw_event);
H A Dcx23888-ir.c119 * and rx_read will be expecting records of type struct ir_raw_event.
120 * Always ensure the size of this union is dictated by struct ir_raw_event.
124 struct ir_raw_event ir_core_data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-ir.c100 * and rx_read will be expecting records of type struct ir_raw_event.
101 * Always ensure the size of this union is dictated by struct ir_raw_event.
105 struct ir_raw_event ir_core_data;

Completed in 82 milliseconds