Searched refs:receiving (Results 1 – 25 of 160) sorted by relevance
1234567
/kernel/linux/linux-5.10/drivers/virt/ |
D | Kconfig | 29 receiving the shutdown doorbell from a manager partition. 31 4) A kernel interface for receiving callbacks when a managed
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
D | nvidia,tegra194-tcu.txt | 6 for transmitting and one for receiving, that is used to communicate 16 "rx" - Mailbox for receiving data from hardware UART
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | vcpu-requests.rst | 169 Requesters that want the receiving VCPU to handle new state need to ensure 170 the newly written state is observable to the receiving VCPU thread's CPU 173 request bit. Additionally, on the receiving VCPU thread's side, a 186 When making requests to VCPUs, we want to avoid the receiving VCPU 204 the requesting thread and the receiving VCPU. With the memory barriers we 206 !kvm_request_pending() on its last check and then not receiving an IPI for 258 receiving VCPU, as the final kvm_request_pending() check does for 290 Generally it only makes sense for the receiving VCPU thread to clear a 292 thread and the receiving VCPU thread are executed serially, such as when 296 receiving VCPU thread to handle the request in VCPU RUN. The only current
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/ |
D | lirc-get-features.rst | 58 This is raw IR driver for receiving. This means that 74 This is a scancode driver for receiving. This means that 179 :ref:`LIRC_MODE_MODE2 <lirc-mode-mode2>` can only be used for receiving.
|
D | lirc-get-rec-mode.rst | 63 - Device does not support receiving.
|
D | lirc-dev-intro.rst | 49 LIRC supports some modes of receiving and sending IR codes, as shown 58 This mode is for both sending and receiving IR. 65 For receiving, you read ``struct lirc_scancode`` from the LIRC device.
|
/kernel/linux/linux-5.10/drivers/staging/pi433/Documentation/ |
D | pi433.txt | 44 As soon as an application sets a request for receiving a telegram, the reception 45 configuration set is written to the rf module and it gets set into receiving mode. 49 As soon as the predefined RSSI level is met, a receiving cycle starts. Similar 69 PI433_IOC_RD_RX_CFG - get the receiving parameters from the driver 70 PI433_IOC_WR_RX_CFG - set the receiving parameters 164 The rx configuration is transferred via struct pi433_rx_cfg, the parameterset for receiving. It is … 261 off and the rf chip is used in raw receiving mode. This may be
|
/kernel/linux/linux-5.10/drivers/hwtracing/stm/ |
D | Kconfig | 24 The receiving side only needs to be able to decode the MIPI 39 The receiving side must be able to decode this protocol in
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
D | receive.c | 259 if (unlikely(!READ_ONCE(keypair->receiving.is_valid) || in decrypt_packet() 260 wg_birthdate_has_expired(keypair->receiving.birthdate, REJECT_AFTER_TIME) || in decrypt_packet() 262 WRITE_ONCE(keypair->receiving.is_valid, false); in decrypt_packet() 287 keypair->receiving.key)) in decrypt_packet()
|
D | noise.h | 34 struct noise_symmetric_key receiving; member
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
D | st-rc.txt | 11 protocol used for receiving remote control signals. rx-mode should
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | imx-audio-spdif.txt | 21 - spdif-in : This is a boolean property. If present, the receiving
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-rf-tuner.rst | 44 to receiving party needs. Driver configures filters to fulfill 88 Is synthesizer PLL locked? RF tuner is receiving given frequency
|
D | vidioc-g-tuner.rst | 127 - receiving mono audio 131 - receiving stereo audio and a secondary audio program 135 - receiving mono or stereo audio, the hardware cannot distinguish 139 - receiving bilingual audio 143 - receiving mono, stereo or bilingual audio
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | cxgb3i.rst | 20 On receiving, Chelsio S3 h/w computes and verifies the Header and 38 On receiving, S3 h/w recovers the iSCSI PDU by reassembling TCP
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/ |
D | intel,ixp4xx-gpio.txt | 12 The remaining 4 GPIO lines can not be used for receiving
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
D | prog_sk_lookup.rst | 23 1. receiving connections on a range of IP addresses, e.g. 192.0.2.0/24, when 26 2. receiving connections on all or a wide range of ports, i.e. an L7 proxy use
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/firmware/ |
D | nvidia,tegra210-bpmp.txt | 19 - interrupts: specifies the interrupt number for receiving messages ("rx")
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/msm/ |
D | edp.txt | 23 to HPD receiving chip
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
D | hisilicon-pcie.txt | 16 - msi-parent: Should be its_pcie which is an ITS receiving MSI interrupts.
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | Kconfig | 27 receiving network messages. To ensure data security, TLS encryption is
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | gtp.rst | 110 GTP-U uses UDP for transporting PDUs. The receiving UDP port is 2151 162 GTP-U uses UDP for transporting PDU's. The receiving UDP port is 2152 179 * when receiving the local entity is defined by the local 199 Therefore, the receiving side identifies tunnels exclusively based on
|
D | kcm.rst | 80 BPF program must be specified. The program is called at the start of receiving 192 A setsockopt is used to disable or enable receiving on a KCM socket. 224 applications to use a message based interface for sending and receiving 280 may have occurred in the middle of receiving a message).
|
D | tuntap.rst | 23 instead of receiving packets from physical media, receives them from 133 file descriptors (queues) to parallelize packets sending or receiving. The 232 Ethernet device, which instead of receiving packets from a physical
|
/kernel/linux/linux-5.10/drivers/net/hippi/ |
D | Kconfig | 36 transmitting and receiving. This memory cannot be used by any other
|
1234567