/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci-nec.c | 52 XHCINecState *nec = NEC_XHCI(obj); in nec_xhci_instance_init() local 54 pci->xhci.flags = nec->flags; in nec_xhci_instance_init() 55 pci->xhci.numintrs = nec->intrs; in nec_xhci_instance_init() 56 pci->xhci.numslots = nec->slots; in nec_xhci_instance_init()
|
H A D | meson.build | 25 system_ss.add(when: 'CONFIG_USB_XHCI_NEC', if_true: files('hcd-xhci-nec.c'))
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_core.c | 697 } 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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | nec,nl8048hl11.yaml | 4 $id: http://devicetree.org/schemas/display/panel/nec,nl8048hl11.yaml# 22 const: nec,nl8048hl11 49 compatible = "nec,nl8048hl11";
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-protos.rst | 182 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 D | rc-sysfs-nodes.rst | 39 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 D | lirc-dev-intro.rst | 74 that support it (e.g. nec). 82 With nec, there is no way to distinguish "button hold" from "repeatedly
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | rc.yaml | 52 - rc-dib0700-nec 56 - rc-dm1105-nec 107 - rc-nec-terratec-cinergy-xs 133 - rc-tbs-nec 141 - rc-tevii-nec
|
/openbmc/linux/drivers/media/rc/keymaps/ |
H A D | Makefile | 34 rc-dib0700-nec.o \ 38 rc-dm1105-nec.o \ 88 rc-nec-terratec-cinergy-xs.o \ 113 rc-tbs-nec.o \ 121 rc-tevii-nec.o \
|
/openbmc/linux/Documentation/translations/ja_JP/ |
H A D | stable_kernel_rules.txt | 3 This one is maintained by Tsugikazu Shibata <tshibata@ab.jp.nec.com> 20 翻訳者: Tsugikazu Shibata <tshibata at ab dot jp dot nec dot com>
|
H A D | stable_api_nonsense.txt | 3 This document is maintained by IKEDA, Munehiro <m-ikeda@ds.jp.nec.com> 22 翻訳者 : 池田 宗広 < m-ikeda at ds dot jp dot nec dot com >
|
H A D | SubmitChecklist | 3 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>
|
H A D | howto.rst | 7 This document is maintained by Tsugikazu Shibata <tshibata@ab.jp.nec.com> 26 翻訳者: Tsugikazu Shibata <tshibata@ab.jp.nec.com>
|
H A D | SubmittingPatches | 3 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>
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-rc | 26 "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 D | sysfs-kernel-vmcoreinfo | 4 Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | Makefile | 15 obj-$(CONFIG_FB_OMAP2_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o
|
/openbmc/linux/drivers/media/rc/img-ir/ |
H A D | Makefile | 5 img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 564 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()
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/ |
H A D | 0004-Fix-packet-discards-HTTP-redirect.patch | 12 Signed-off-by: Noriaki Yoshitane <yoshitane.nrs@cnt.ncos.nec.co.jp>
|
/openbmc/linux/drivers/media/rc/ |
H A D | Makefile | 17 obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
|
H A D | ir-nec-decoder.c | 41 struct nec_dec *data = &dev->raw->nec; in ir_nec_decode()
|
H A D | rc-core-priv.h | 74 } nec; member
|
/openbmc/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | ls1021a-twr.dts | 63 compatible = "nec,nl4827hc19-05b";
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | irq-redir.rst | 5 07.01.2002, Erich Focht <efocht@ess.nec.de>
|