/Linux-v6.1/Documentation/devicetree/bindings/serial/ |
D | nvidia,tegra194-tcu.yaml | 17 for transmitting and one for receiving, that is used to communicate 40 transmitting data from and to the hardware UART. 43 - description: mailbox for transmitting data to hardware UART
|
/Linux-v6.1/drivers/misc/echo/ |
D | echo.h | 69 If the adaption is performed while transmitting noise (or something fairly 71 performed while transmitting something highly correlative (typically narrow 85 the adaption process. Similarly, if the signal we are transmitting is small, 87 adaption is only performed when we are transmitting a significant signal level,
|
/Linux-v6.1/drivers/net/team/ |
D | Kconfig | 33 Basic mode where port used for transmitting packets is selected in 45 Basic mode where port used for transmitting packets is selected
|
/Linux-v6.1/Documentation/userspace-api/media/rc/ |
D | lirc-get-send-mode.rst | 34 The mode used for transmitting. 65 - Device does not support transmitting.
|
/Linux-v6.1/drivers/staging/media/imx/ |
D | TODO | 41 the size of the samples transferred by the transmitting IP block. 44 supported formats should be restricted to match the pixel source transmitting
|
/Linux-v6.1/drivers/media/cec/core/ |
D | cec-adap.c | 360 if (adap->transmitting == data) { in cec_data_cancel() 361 adap->transmitting = NULL; in cec_data_cancel() 412 if (adap->transmitting) in cec_flush() 439 * Wait until the thread should be stopped, or we are not transmitting and 440 * a new transmit message is queued up, in which case we start transmitting 441 * that message. When the adapter finished transmitting the message it will 462 * We are transmitting a message, so add a timeout in cec_thread_func() 503 if (adap->transmitting) { in cec_thread_func() 505 adap->transmitting->msg.len, in cec_thread_func() 506 adap->transmitting->msg.msg); in cec_thread_func() [all …]
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | pwrseq.h | 189 /*Should be zero if no packet is transmitting*/ \ 193 /*Should be zero if no packet is transmitting*/ \ 197 /*Should be zero if no packet is transmitting*/ \ 201 /*Should be zero if no packet is transmitting*/ \
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | pwrseq.h | 179 /*Should be zero if no packet is transmitting*/}, \ 182 /*Should be zero if no packet is transmitting*/}, \ 185 /*Should be zero if no packet is transmitting*/}, \ 188 /*Should be zero if no packet is transmitting*/}, \
|
/Linux-v6.1/Documentation/scsi/ |
D | cxgb3i.rst | 18 On transmitting, Chelsio S3 h/w computes and inserts the Header and 32 On transmitting, S3 h/w accepts the complete PDU (header + data)
|
/Linux-v6.1/Documentation/userspace-api/media/cec/ |
D | cec-pin-error-inj.rst | 91 receiving CEC messages and those relating to transmitting CEC messages. In 156 keeps transmitting after the first byte was NACKed. 188 stop transmitting ('Arbitration Lost'). This is very hard to test, 198 This setting changes the behavior of transmitting CEC messages. Normally 291 Just stop transmitting after this bit. If <op> specifies a specific CEC
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | pwrseq.h | 195 /*Should be zero if no packet is transmitting*/ \ 198 /*Should be zero if no packet is transmitting*/ \ 201 /*Should be zero if no packet is transmitting*/ \ 204 /*Should be zero if no packet is transmitting*/ \
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | pwrseq.h | 230 /*Should be zero if no packet is transmitting*/}, \ 233 /*Should be zero if no packet is transmitting*/}, \ 236 /*Should be zero if no packet is transmitting*/}, \ 239 /*Should be zero if no packet is transmitting*/}, \ 590 /*Should be zero if no packet is transmitting*/}, \ 593 /*Should be zero if no packet is transmitting*/}, \ 596 /*Should be zero if no packet is transmitting*/}, \ 599 /*Should be zero if no packet is transmitting*/}, \
|
/Linux-v6.1/sound/firewire/ |
D | cmp.c | 301 * transmitting packets. 344 * connection is broken and the caller must stop transmitting iso packets. 394 * Before calling this function, the caller should cease transmitting packets.
|
/Linux-v6.1/include/uapi/linux/ |
D | can.h | 145 * Error State Indicator - represents the error state of the transmitting node 147 * As the CANFD_ESI bit is internally generated by the transmitting CAN 161 #define CANFD_ESI 0x02 /* error state indicator of the transmitting node */
|
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_struct.h | 705 * for this transmitting SC. 709 * this transmitting SC. 713 * but not encrypted on the transmitting SC. 717 * and encrypted on the transmitting SC. 726 /*! The number of dropped packets for this transmitting SA. */ 731 * for this transmitting SA. 735 * this transmitting SA.
|
/Linux-v6.1/include/linux/phy/ |
D | phy-mipi-dphy.h | 186 * state prior to transmitting the Sync sequence. 236 * the LP-10 state before transmitting the Bridge state
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | field-order.rst | 16 rates similar to film the image would fade out too quickly. Transmitting 21 at a time, merely transmitting the frames separated into fields. The
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | imx-audio-spdif.txt | 15 transmitting function of S/PDIF will be enabled,
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | st-rc.txt | 14 protocol used for transmitting remote control signals. tx-mode should
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | pwrseq.h | 278 /*Should be zero if no packet is transmitting*/ \ 281 /*Should be zero if no packet is transmitting*/ \ 284 /*Should be zero if no packet is transmitting*/ \ 287 /*Should be zero if no packet is transmitting*/ \
|
/Linux-v6.1/sound/usb/line6/ |
D | midi.h | 24 /* MIDI substream for transmitting (or NULL if not active) */
|
/Linux-v6.1/drivers/media/rc/ |
D | redrat3.c | 223 /* Is the device currently transmitting?*/ 224 bool transmitting; member 238 if (!rr3->transmitting && (code != 0x40)) in redrat3_dump_fw_error() 276 if (!rr3->transmitting) in redrat3_dump_fw_error() 760 if (rr3->transmitting) { in redrat3_transmit_ir() 769 rr3->transmitting = true; in redrat3_transmit_ir() 846 rr3->transmitting = false; in redrat3_transmit_ir()
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/health/ |
D | ti,afe4404.yaml | 20 description: Supply to transmitting LEDs.
|
/Linux-v6.1/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_core.c | 231 * status from PHY should be ok before transmitting in sxgbe_set_eee_timer() 234 * after it has stopped transmitting the LPI pattern. in sxgbe_set_eee_timer()
|
/Linux-v6.1/drivers/usb/serial/ |
D | keyspan_usa28msg.h | 134 u8 _txOn, // enable transmitting (and continue if there's data) 135 _txOff, // stop transmitting
|