Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/usb/dvb-usb/
H A 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()
758 if ((poll_reply->nec.data ^ poll_reply->nec.not_data) != 0xff) { in dib0700_rc_urb_completion()
763 poll_reply->nec.not_data); in dib0700_rc_urb_completion()
765 } else if ((poll_reply->nec.system ^ poll_reply->nec.not_system) != 0xff) { in dib0700_rc_urb_completion()
768 poll_reply->nec.not_system, in dib0700_rc_urb_completion()
769 poll_reply->nec.data); in dib0700_rc_urb_completion()
[all …]
/linux-6.15/Documentation/userspace-api/media/rc/
H A Drc-protos.rst182 The jvc protocol is much like nec, without the inverted values. It is
275 nec (RC_PROTO_NEC)
278 The nec protocol encodes an 8 bit address and an 8 bit command. It is
279 described here https://www.sbprojects.net/knowledge/ir/nec.php. Note
282 As a check, the nec protocol sends the address and command twice; the
285 A plain nec IR message has 16 bits; the high 8 bits are the address
288 nec-x (RC_PROTO_NECX)
295 nec-32 (RC_PROTO_NEC32)
298 nec-32 does not send an inverted address or an inverted command; the
307 .. flat-table:: nec-32 bits scancode mapping
[all …]
H A Drc-sysfs-nodes.rst39 rc5 [rc6] nec jvc [sony]
95 rc-5 nec nec-x rc-6-0 rc-6-6a-24 [rc-6-6a-32] rc-6-mce
97 Note that protocol variants are listed, so ``nec``, ``sony``, ``rc-5``, ``rc-6``
H A Dlirc-dev-intro.rst74 that support it (e.g. nec).
82 With nec, there is no way to distinguish "button hold" from "repeatedly
/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Dnec,nl8048hl11.yaml4 $id: http://devicetree.org/schemas/display/panel/nec,nl8048hl11.yaml#
22 const: nec,nl8048hl11
51 compatible = "nec,nl8048hl11";
H A Dpanel-simple.yaml222 - nec,nl12880bc20-05
224 - nec,nl4827hc19-05b
/linux-6.15/Documentation/devicetree/bindings/media/
H A Drc.yaml52 - rc-dib0700-nec
56 - rc-dm1105-nec
108 - rc-nec-terratec-cinergy-xs
134 - rc-tbs-nec
142 - rc-tevii-nec
/linux-6.15/drivers/media/rc/keymaps/
H A DMakefile34 rc-dib0700-nec.o \
38 rc-dm1105-nec.o \
89 rc-nec-terratec-cinergy-xs.o \
115 rc-tbs-nec.o \
123 rc-tevii-nec.o \
/linux-6.15/Documentation/translations/ja_JP/
H A Dstable_kernel_rules.txt3 This one is maintained by Tsugikazu Shibata <[email protected].nec.com>
20 翻訳者: Tsugikazu Shibata <tshibata at ab dot jp dot nec dot com>
H A Dstable_api_nonsense.txt3 This document is maintained by IKEDA, Munehiro <[email protected].nec.com>
22 翻訳者 : 池田 宗広 < m-ikeda at ds dot jp dot nec dot com >
H A DSubmittingPatches3 This document is maintained by Keiichi KII <[email protected].nec.com>
22 翻訳者: Keiichi Kii <k-keiichi at bx dot jp dot nec dot com>
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-rc26 "rc5 [rc6] nec jvc [sony]"
83 "rc-5 nec nec-x rc-6-0 rc-6-6a-24 [rc-6-6a-32] rc-6-mce"
85 Note that protocol variants are listed, so "nec", "sony",
H A Dsysfs-kernel-vmcoreinfo4 Contact: Ken'ichi Ohmichi <[email protected].nec.co.jp>
/linux-6.15/arch/powerpc/platforms/powermac/
H A Dpci.c564 struct device_node *nec; in fixup_nec_usb2() local
566 for_each_node_by_name(nec, "usb") { in fixup_nec_usb2()
572 prop = of_get_property(nec, "vendor-id", NULL); in fixup_nec_usb2()
577 prop = of_get_property(nec, "device-id", NULL); in fixup_nec_usb2()
582 prop = of_get_property(nec, "reg", NULL); in fixup_nec_usb2()
589 hose = pci_find_hose_for_OF_device(nec); in fixup_nec_usb2()
/linux-6.15/drivers/media/rc/img-ir/
H A DMakefile5 img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o
/linux-6.15/drivers/video/fbdev/omap2/omapfb/displays/
H A DMakefile15 obj-$(CONFIG_FB_OMAP2_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o
/linux-6.15/drivers/media/rc/
H A DMakefile17 obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
H A Dir-nec-decoder.c41 struct nec_dec *data = &dev->raw->nec; in ir_nec_decode()
H A Drc-core-priv.h74 } nec; member
/linux-6.15/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-twr.dts63 compatible = "nec,nl4827hc19-05b";
/linux-6.15/drivers/gpu/drm/panel/
H A DMakefile43 obj-$(CONFIG_DRM_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o
/linux-6.15/
H A D.mailmap539 Naoya Horiguchi <[email protected]> <[email protected].nec.com>
540 Naoya Horiguchi <[email protected]> <naoya.horiguchi@nec.com>
/linux-6.15/Documentation/devicetree/bindings/
H A Dvendor-prefixes.yaml1034 "^nec,.*":
/linux-6.15/Documentation/RCU/
H A DRTFP.txt1206 Kaigai's patch is at https://lore.kernel.org/r/[email protected].nec.co.jp