Home
last modified time | relevance | path

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

/drivers/media/usb/dvb-usb/
Ddib0700_core.c691 } nec; member
734 poll_reply->nec.system, poll_reply->nec.not_system, in dib0700_rc_urb_completion()
735 poll_reply->nec.data, poll_reply->nec.not_data, in dib0700_rc_urb_completion()
743 if (poll_reply->nec.system == 0x00 && in dib0700_rc_urb_completion()
744 poll_reply->nec.not_system == 0x00 && in dib0700_rc_urb_completion()
745 poll_reply->nec.data == 0x00 && in dib0700_rc_urb_completion()
746 poll_reply->nec.not_data == 0xff) { in dib0700_rc_urb_completion()
752 if ((poll_reply->nec.data ^ poll_reply->nec.not_data) != 0xff) { in dib0700_rc_urb_completion()
754 keycode = RC_SCANCODE_NEC32(poll_reply->nec.system << 24 | in dib0700_rc_urb_completion()
755 poll_reply->nec.not_system << 16 | in dib0700_rc_urb_completion()
[all …]
/drivers/media/rc/keymaps/
DMakefile25 rc-dib0700-nec.o \
29 rc-dm1105-nec.o \
67 rc-nec-terratec-cinergy-xs.o \
88 rc-tbs-nec.o \
96 rc-tevii-nec.o \
/drivers/gpu/drm/omapdrm/displays/
DMakefile14 obj-$(CONFIG_DRM_OMAP_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o
/drivers/media/rc/img-ir/
DMakefile4 img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o
/drivers/video/fbdev/omap2/omapfb/displays/
DMakefile14 obj-$(CONFIG_FB_OMAP2_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o
/drivers/media/rc/
DMakefile7 obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
Drc-core-priv.h56 } nec; member
Dir-nec-decoder.c50 struct nec_dec *data = &dev->raw->nec; in ir_nec_decode()