Searched full:rc (Results 1 – 25 of 145) sorted by relevance
123456
| /Documentation/devicetree/bindings/media/ |
| D | rc.yaml | 4 $id: http://devicetree.org/schemas/media/rc.yaml# 17 linux,rc-map-name: 23 - rc-adstech-dvb-t-pci 24 - rc-alink-dtu-m 25 - rc-anysee 26 - rc-apac-viewcomp 27 - rc-astrometa-t2hybrid 28 - rc-asus-pc39 29 - rc-asus-ps3-100 30 - rc-ati-tv-wonder-hd-600 [all …]
|
| D | hix5hd2-ir.txt | 14 - linux,rc-map-name: see rc.txt file in the same directory. 25 linux,rc-map-name = "rc-tivo";
|
| D | video-interface-devices.yaml | 34 A camera sensor has a 2-dimensional reference system 'Rc' defined by its 115 the counter-clockwise direction between the camera reference system 'Rc' 126 Y-Rc ! 138 0 X-Rc 141 X-Rc 0 153 ! Y-Rc 159 0 Y-Rc 179 X-Rc 185 X-Rc ! 195 ! Y-Rc [all …]
|
| D | gpio-ir-receiver.yaml | 13 - $ref: rc.yaml# 40 linux,rc-map-name = "rc-rc6-mce";
|
| D | mediatek,mt7622-cir.yaml | 13 - $ref: rc.yaml# 54 linux,rc-map-name = "rc-rc6-mce";
|
| D | allwinner,sun4i-a10-ir.yaml | 14 - $ref: rc.yaml# 75 linux,rc-map-name = "rc-rc6-mce";
|
| D | st-rc.txt | 24 rc: rc@fe518000 {
|
| D | rc.txt | 1 This file has been moved to rc.yaml.
|
| /Documentation/ABI/testing/ |
| D | sysfs-class-rc | 1 What: /sys/class/rc/ 6 The rc/ class sub-directory belongs to the Remote Controller 10 What: /sys/class/rc/rc<N>/ 15 A /sys/class/rc/rcN directory is created for each remote 18 What: /sys/class/rc/rc<N>/protocols 43 What: /sys/class/rc/rc<N>/filter 50 Use in combination with /sys/class/rc/rcN/filter_mask to set the 58 What: /sys/class/rc/rc<N>/filter_mask 64 Use in combination with /sys/class/rc/rcN/filter to set the bits 75 What: /sys/class/rc/rc<N>/wakeup_protocols [all …]
|
| D | sysfs-class-rc-nuvoton | 1 What: /sys/class/rc/rc<N>/wakeup_data
|
| /Documentation/userspace-api/media/rc/ |
| D | rc-sysfs-nodes.rst | 9 As defined at ``Documentation/ABI/testing/sysfs-class-rc``, those are 15 /sys/class/rc/ 18 The ``/sys/class/rc/`` class sub-directory belongs to the Remote 25 /sys/class/rc/rcN/ 28 A ``/sys/class/rc/rcN`` directory is created for each remote control 34 /sys/class/rc/rcN/protocols 58 /sys/class/rc/rcN/filter 63 Use in combination with ``/sys/class/rc/rcN/filter_mask`` to set the 73 /sys/class/rc/rcN/filter_mask 77 with ``/sys/class/rc/rcN/filter`` to set the bits of the scancode which [all …]
|
| D | rc-protos.rst | 29 rc-5 (RC_PROTO_RC5) 41 * - rc-5 bit 81 done to keep it compatible with plain rc-5 where there are two start bits. 83 rc-5-sz (RC_PROTO_RC5_SZ) 85 This is much like rc-5 but one bit longer. The scancode is encoded 88 .. flat-table:: rc-5-sz bits scancode mapping 91 * - rc-5-sz bits 127 rc-5x-20 (RC_PROTO_RC5X_20) 130 This rc-5 extended to encoded 20 bits. The is a 3555 microseconds space 133 .. flat-table:: rc-5x-20 bits scancode mapping [all …]
|
| D | remote_controllers.rst | 15 rc-intro 16 rc-sysfs-nodes 17 rc-protos 18 rc-tables 19 rc-table-change 41 Added the interface description and the RC sysfs class description.
|
| D | lirc-dev-intro.rst | 24 rc rc0: lirc_dev: driver mceusb registered at minor = 0, raw IR receiver, raw IR transmitter 72 bit is set in protocols that support it (e.g. rc-5 and rc-6), or 83 pressing the same button". The rc-5 and rc-6 protocols have a toggle bit.
|
| /Documentation/RCU/ |
| D | rcuref.rst | 26 atomic_set(&el->rc, 1); atomic_inc(&el->rc); 37 if(atomic_dec_and_test(&el->rc)) ... 42 if (atomic_dec_and_test(&el->rc)) 61 atomic_set(&el->rc, 1); if (!atomic_inc_not_zero(&el->rc)) { 72 if (atomic_dec_and_test(&el->rc)) ... 76 if (atomic_dec_and_test(&el->rc)) 98 atomic_set(&el->rc, 1); atomic_inc(&el->rc); 109 if (atomic_dec_and_test(&el->rc)) spin_unlock(&list_lock); 122 of el->rc cannot increase. Thus, once it reaches zero, there are no 151 if (atomic_dec_and_test(&el->rc))
|
| /Documentation/driver-api/media/ |
| D | dtv-frontend.rst | 284 int rc; 288 rc = foo_read_status(fe, &status); 289 if (rc < 0) 290 return rc; 292 rc = foo_read_strength(fe); 293 if (rc < 0) 294 return rc; 300 rc = foo_read_cnr(fe); 301 if (rc < 0) 302 return rc; [all …]
|
| D | rc-core.rst | 63 The RC core also supports devices that have just IR emitters, 68 When the RC core receives events produced by ``RC_DRIVER_IR_RAW`` IR 70 corresponding scan code. The protocols supported by the RC core are 73 When the RC code receives a scan code (either directly, by a driver 80 sysfs nodes. See the :ref:`RC userspace API <Remote_controllers_Intro>` 86 .. kernel-doc:: include/media/rc-core.h 88 .. kernel-doc:: include/media/rc-map.h
|
| /Documentation/driver-api/virtio/ |
| D | virtio.rst | 104 rc = virtio_pci_legacy_probe(vp_dev); 106 if (rc == -ENODEV || rc == -ENOMEM) 107 rc = virtio_pci_modern_probe(vp_dev); 108 if (rc) 111 rc = virtio_pci_modern_probe(vp_dev); 112 if (rc == -ENODEV) 113 rc = virtio_pci_legacy_probe(vp_dev); 114 if (rc) 120 rc = register_virtio_device(&vp_dev->vdev);
|
| /Documentation/translations/zh_CN/maintainer/ |
| D | maintainer-entry-profile.rst | 54 何时需要等待下一个-rc。 58 - 最后一个可以提交新功能的-rc: 63 - 最后合并-rc:合并决策的最后期限。 70 - 开发基线分支的首个-rc,列在概述部分,视为已为新提交做好准备。
|
| /Documentation/PCI/endpoint/ |
| D | pci-test-function.rst | 9 Traditionally PCI RC has always been validated by using standard 47 Bit 3 read command (read data from RC buffer) 48 Bit 4 write command (write data to RC buffer) 49 Bit 5 copy command (copy data from one RC buffer to another RC buffer) 72 This register contains the source address (RC buffer address) for the 77 This register contains the destination address (RC buffer address) for
|
| /Documentation/devicetree/bindings/pci/ |
| D | ti-pci.txt | 4 - compatible: Should be "ti,dra7-pcie" for RC (deprecated) 6 Should be "ti,dra746-pcie-rc" for dra74x/dra76 in RC mode 8 Should be "ti,dra726-pcie-rc" for dra72x in RC mode 24 The second entry must be "rc-dbics" for the DesignWare PCIe 50 "addr_space" used to map remote RC address space
|
| D | ti,am65-pci-host.yaml | 19 - ti,am654-pcie-rc 52 description: Phandle to the SYSCON entry required for configuring PCIe in RC or EP mode. 85 - ti,am654-pcie-rc 103 compatible = "ti,am654-pcie-rc";
|
| /Documentation/security/ |
| D | sak.rst | 32 In your rc.sysinit (or rc.local) file, add the command:: 80 lines in its rc.sysinit and rc scripts::
|
| /Documentation/maintainer/ |
| D | maintainer-entry-profile.rst | 57 opening. Clarify for the submitter the key dates (in terms of -rc release 59 wait for the next -rc. At a minimum: 61 - Last -rc for new feature submissions: 70 - Last -rc to merge features: Deadline for merge decisions 79 - First -rc at which the development baseline branch, listed in the
|
| /Documentation/arch/x86/ |
| D | xstate.rst | 113 long rc; 117 rc = syscall(SYS_arch_prctl, ARCH_GET_XCOMP_SUPP, &features); 119 if (!rc && (features & MASK_XCOMP_TILE) == MASK_XCOMP_TILE) 131 rc = syscall(SYS_arch_prctl, ARCH_REQ_XCOMP_PERM, ARCH_XCOMP_TILEDATA); 133 if (!rc)
|
123456