Searched refs:rc5 (Results 1 – 7 of 7) sorted by relevance
/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 156 unsigned int rc5 = 0; in bttv_rc5_decode() local 163 rc5 <<= 1; in bttv_rc5_decode() 169 rc5 |= 1; in bttv_rc5_decode() 178 rc5, org_code, RC5_START(rc5), in bttv_rc5_decode() 179 RC5_TOGGLE(rc5), RC5_ADDR(rc5), RC5_INSTR(rc5)); in bttv_rc5_decode() 180 return rc5; in bttv_rc5_decode() 187 u32 gap, rc5, scancode; in bttv_rc5_timer_end() local 214 rc5 = bttv_rc5_decode(ir->code); in bttv_rc5_timer_end() 216 toggle = RC5_TOGGLE(rc5); in bttv_rc5_timer_end() 217 system = RC5_ADDR(rc5); in bttv_rc5_timer_end() [all …]
|
/drivers/media/usb/dvb-usb/ |
D | dib0700_core.c | 703 } rc5; member 784 keycode = RC_SCANCODE_RC5(poll_reply->rc5.system, poll_reply->rc5.data); in dib0700_rc_urb_completion() 786 if ((poll_reply->rc5.data ^ poll_reply->rc5.not_data) != 0xff) { in dib0700_rc_urb_completion() 789 poll_reply->rc5.not_used, poll_reply->rc5.system, in dib0700_rc_urb_completion() 790 poll_reply->rc5.data, poll_reply->rc5.not_data); in dib0700_rc_urb_completion()
|
/drivers/media/rc/img-ir/ |
D | Makefile | 10 img-ir-$(CONFIG_IR_IMG_RC5) += img-ir-rc5.o
|
/drivers/media/rc/ |
D | Makefile | 10 obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
|
D | rc-core-priv.h | 79 } rc5; member
|
D | ir-rc5-decoder.c | 42 struct rc5_dec *data = &dev->raw->rc5; in ir_rc5_decode()
|
/drivers/media/rc/keymaps/ |
D | Makefile | 29 rc-dib0700-rc5.o \
|