Home
last modified time | relevance | path

Searched refs:rc5 (Results 1 – 7 of 7) sorted by relevance

/drivers/media/pci/bt8xx/
Dbttv-input.c156 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/
Ddib0700_core.c703 } 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/
DMakefile10 img-ir-$(CONFIG_IR_IMG_RC5) += img-ir-rc5.o
/drivers/media/rc/
DMakefile10 obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
Drc-core-priv.h79 } rc5; member
Dir-rc5-decoder.c42 struct rc5_dec *data = &dev->raw->rc5; in ir_rc5_decode()
/drivers/media/rc/keymaps/
DMakefile29 rc-dib0700-rc5.o \