Home
last modified time | relevance | path

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

/drivers/media/usb/dvb-usb/
Ddib0700_core.c662 } nec; member
705 poll_reply->nec.system, poll_reply->nec.not_system, in dib0700_rc_urb_completion()
706 poll_reply->nec.data, poll_reply->nec.not_data, in dib0700_rc_urb_completion()
715 if (poll_reply->nec.system == 0x00 && in dib0700_rc_urb_completion()
716 poll_reply->nec.not_system == 0x00 && in dib0700_rc_urb_completion()
717 poll_reply->nec.data == 0x00 && in dib0700_rc_urb_completion()
718 poll_reply->nec.not_data == 0xff) { in dib0700_rc_urb_completion()
724 if ((poll_reply->nec.data ^ poll_reply->nec.not_data) != 0xff) { in dib0700_rc_urb_completion()
726 keycode = RC_SCANCODE_NEC32(poll_reply->nec.system << 24 | in dib0700_rc_urb_completion()
727 poll_reply->nec.not_system << 16 | in dib0700_rc_urb_completion()
[all …]
/drivers/media/rc/keymaps/
DMakefile24 rc-dib0700-nec.o \
28 rc-dm1105-nec.o \
65 rc-nec-terratec-cinergy-xs.o \
86 rc-tbs-nec.o \
94 rc-tevii-nec.o \
/drivers/video/fbdev/omap2/displays-new/
DMakefile14 obj-$(CONFIG_DISPLAY_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o
/drivers/media/rc/img-ir/
DMakefile4 img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o
/drivers/media/rc/
DMakefile7 obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
Drc-core-priv.h52 } nec; member
Dir-nec-decoder.c50 struct nec_dec *data = &dev->raw->nec; in ir_nec_decode()