Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/dvb-usb/
Ddib0700_core.c697 } nec; member
740 poll_reply->nec.system, poll_reply->nec.not_system, in dib0700_rc_urb_completion()
741 poll_reply->nec.data, poll_reply->nec.not_data, in dib0700_rc_urb_completion()
749 if (poll_reply->nec.system == 0x00 && in dib0700_rc_urb_completion()
750 poll_reply->nec.not_system == 0x00 && in dib0700_rc_urb_completion()
751 poll_reply->nec.data == 0x00 && in dib0700_rc_urb_completion()
752 poll_reply->nec.not_data == 0xff) { in dib0700_rc_urb_completion()
758 if ((poll_reply->nec.data ^ poll_reply->nec.not_data) != 0xff) { in dib0700_rc_urb_completion()
760 keycode = RC_SCANCODE_NEC32(poll_reply->nec.system << 24 | in dib0700_rc_urb_completion()
761 poll_reply->nec.not_system << 16 | in dib0700_rc_urb_completion()
[all …]
/Linux-v5.4/Documentation/media/uapi/rc/
Drc-protos.rst184 The jvc protocol is much like nec, without the inverted values. It is
277 nec (RC_PROTO_NEC)
280 The nec protocol encodes an 8 bit address and an 8 bit command. It is
281 described here https://www.sbprojects.net/knowledge/ir/nec.php. Note
284 As a check, the nec protocol sends the address and command twice; the
287 A plain nec IR message has 16 bits; the high 8 bits are the address
290 nec-x (RC_PROTO_NECX)
293 Extended nec has a 16 bit address and a 8 bit command. This is encoded
297 nec-32 (RC_PROTO_NEC32)
300 nec-32 does not send an inverted address or an inverted command; the
[all …]
Drc-sysfs-nodes.rst46 rc5 [rc6] nec jvc [sony]
102 rc-5 nec nec-x rc-6-0 rc-6-6a-24 [rc-6-6a-32] rc-6-mce
104 Note that protocol variants are listed, so ``nec``, ``sony``, ``rc-5``, ``rc-6``
Dlirc-dev-intro.rst81 that support it (e.g. nec).
89 With nec, there is no way to distinguish "button hold" from "repeatedly
/Linux-v5.4/drivers/media/rc/keymaps/
DMakefile28 rc-dib0700-nec.o \
32 rc-dm1105-nec.o \
76 rc-nec-terratec-cinergy-xs.o \
101 rc-tbs-nec.o \
109 rc-tevii-nec.o \
/Linux-v5.4/Documentation/translations/ja_JP/
Dstable_kernel_rules.txt3 This one is maintained by Tsugikazu Shibata <tshibata@ab.jp.nec.com>
20 翻訳者: Tsugikazu Shibata <tshibata at ab dot jp dot nec dot com>
Dstable_api_nonsense.txt3 This document is maintained by IKEDA, Munehiro <m-ikeda@ds.jp.nec.com>
22 翻訳者 : 池田 宗広 < m-ikeda at ds dot jp dot nec dot com >
DSubmitChecklist3 This document is maintained by Takenori Nagano <t-nagano@ah.jp.nec.com>
21 翻訳者: Takenori Nagano <t-nagano at ah dot jp dot nec dot com>
Dhowto.rst3 This document is maintained by Tsugikazu Shibata <tshibata@ab.jp.nec.com>
18 翻訳者: Tsugikazu Shibata <tshibata@ab.jp.nec.com>
DSubmittingPatches3 This document is maintained by Keiichi KII <k-keiichi@bx.jp.nec.com>
22 翻訳者: Keiichi Kii <k-keiichi at bx dot jp dot nec dot com>
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-rc25 "rc5 [rc6] nec jvc [sony]"
71 "rc-5 nec nec-x rc-6-0 rc-6-6a-24 [rc-6-6a-32] rc-6-mce"
72 Note that protocol variants are listed, so "nec", "sony",
Dsysfs-kernel-vmcoreinfo4 Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dnec,nl4827hc19-05b.txt4 - compatible: should be "nec,nl4827hc19-05b"
Dnec,nl12880b20-05.txt4 - compatible: should be "nec,nl12880bc20-05"
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/displays/
DMakefile15 obj-$(CONFIG_FB_OMAP2_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o
/Linux-v5.4/drivers/media/rc/img-ir/
DMakefile5 img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o
/Linux-v5.4/arch/powerpc/platforms/powermac/
Dpci.c563 struct device_node *nec; in fixup_nec_usb2() local
565 for_each_node_by_name(nec, "usb") { in fixup_nec_usb2()
571 prop = of_get_property(nec, "vendor-id", NULL); in fixup_nec_usb2()
576 prop = of_get_property(nec, "device-id", NULL); in fixup_nec_usb2()
581 prop = of_get_property(nec, "reg", NULL); in fixup_nec_usb2()
588 hose = pci_find_hose_for_OF_device(nec); in fixup_nec_usb2()
/Linux-v5.4/drivers/gpu/drm/panel/
DMakefile13 obj-$(CONFIG_DRM_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o
/Linux-v5.4/drivers/media/rc/
DMakefile9 obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
Dir-nec-decoder.c41 struct nec_dec *data = &dev->raw->nec; in ir_nec_decode()
Drc-core-priv.h73 } nec; member
/Linux-v5.4/Documentation/ia64/
Dirq-redir.rst5 07.01.2002, Erich Focht <efocht@ess.nec.de>
/Linux-v5.4/arch/arm/boot/dts/
Dls1021a-twr.dts112 compatible = "nec,nl4827hc19-05b";
/Linux-v5.4/arch/arm/mach-pxa/
DKconfig256 bool "nec nl6448bc20_18d tft display"
/Linux-v5.4/
DMAINTAINERS5432 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19-05b.txt
7536 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>