/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sc7280-herobrine-villager-r1.dtsi | 26 "TX SWR_ADC0", "ADC1_OUTPUT", 27 "TX SWR_ADC1", "ADC2_OUTPUT", 28 "TX SWR_ADC2", "ADC3_OUTPUT", 29 "TX SWR_DMIC0", "DMIC1_OUTPUT", 30 "TX SWR_DMIC1", "DMIC2_OUTPUT", 31 "TX SWR_DMIC2", "DMIC3_OUTPUT", 32 "TX SWR_DMIC3", "DMIC4_OUTPUT", 33 "TX SWR_DMIC4", "DMIC5_OUTPUT", 34 "TX SWR_DMIC5", "DMIC6_OUTPUT", 35 "TX SWR_DMIC6", "DMIC7_OUTPUT", [all …]
|
D | sc7280-crd-r3.dts | 104 "TX SWR_ADC0", "ADC1_OUTPUT", 105 "TX SWR_ADC1", "ADC2_OUTPUT", 106 "TX SWR_ADC2", "ADC3_OUTPUT", 107 "TX SWR_DMIC0", "DMIC1_OUTPUT", 108 "TX SWR_DMIC1", "DMIC2_OUTPUT", 109 "TX SWR_DMIC2", "DMIC3_OUTPUT", 110 "TX SWR_DMIC3", "DMIC4_OUTPUT", 111 "TX SWR_DMIC4", "DMIC5_OUTPUT", 112 "TX SWR_DMIC5", "DMIC6_OUTPUT", 113 "TX SWR_DMIC6", "DMIC7_OUTPUT", [all …]
|
D | sc7280-herobrine-audio-wcd9385.dtsi | 23 "TX SWR_ADC0", "ADC1_OUTPUT", 24 "TX SWR_ADC1", "ADC2_OUTPUT", 25 "TX SWR_ADC2", "ADC3_OUTPUT", 26 "TX SWR_DMIC0", "DMIC1_OUTPUT", 27 "TX SWR_DMIC1", "DMIC2_OUTPUT", 28 "TX SWR_DMIC2", "DMIC3_OUTPUT", 29 "TX SWR_DMIC3", "DMIC4_OUTPUT", 30 "TX SWR_DMIC4", "DMIC5_OUTPUT", 31 "TX SWR_DMIC5", "DMIC6_OUTPUT", 32 "TX SWR_DMIC6", "DMIC7_OUTPUT", [all …]
|
D | sc7280-idp.dtsi | 104 "TX SWR_ADC0", "ADC1_OUTPUT", 105 "TX SWR_ADC1", "ADC2_OUTPUT", 106 "TX SWR_ADC2", "ADC3_OUTPUT", 107 "TX SWR_DMIC0", "DMIC1_OUTPUT", 108 "TX SWR_DMIC1", "DMIC2_OUTPUT", 109 "TX SWR_DMIC2", "DMIC3_OUTPUT", 110 "TX SWR_DMIC3", "DMIC4_OUTPUT", 111 "TX SWR_DMIC4", "DMIC5_OUTPUT", 112 "TX SWR_DMIC5", "DMIC6_OUTPUT", 113 "TX SWR_DMIC6", "DMIC7_OUTPUT", [all …]
|
D | sm8250-mtp.dts | 664 "TX SWR_ADC0", "ADC1_OUTPUT", 665 "TX SWR_ADC1", "ADC2_OUTPUT", 666 "TX SWR_ADC2", "ADC3_OUTPUT", 667 "TX SWR_ADC3", "ADC4_OUTPUT", 668 "TX SWR_DMIC0", "DMIC1_OUTPUT", 669 "TX SWR_DMIC1", "DMIC2_OUTPUT", 670 "TX SWR_DMIC2", "DMIC3_OUTPUT", 671 "TX SWR_DMIC3", "DMIC4_OUTPUT", 672 "TX SWR_DMIC4", "DMIC5_OUTPUT", 673 "TX SWR_DMIC5", "DMIC6_OUTPUT", [all …]
|
/linux-6.12.1/drivers/spi/ |
D | spi-loopback-test.c | 96 .tx_buf = TX(0), 110 .tx_buf = TX(PAGE_SIZE - 4), 123 .tx_buf = TX(0), 148 .tx_buf = TX(0), 152 .tx_buf = TX(SPI_TEST_MAX_SIZE_HALF), 165 .tx_buf = TX(64), 169 .tx_buf = TX(0), 183 .tx_buf = TX(0), 186 .tx_buf = TX(64), 199 .tx_buf = TX(0), [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | micrel-ksz90x1.txt | 51 - txen-skew-ps : Skew control of TX CTL pad 56 - txd0-skew-ps : Skew control of TX data 0 pad 57 - txd1-skew-ps : Skew control of TX data 1 pad 58 - txd2-skew-ps : Skew control of TX data 2 pad 59 - txd3-skew-ps : Skew control of TX data 3 pad 138 - txc-skew-ps : Skew control of TX clock pad 143 - txen-skew-ps : Skew control of TX CTL pad 148 - txd0-skew-ps : Skew control of TX data 0 pad 149 - txd1-skew-ps : Skew control of TX data 1 pad 150 - txd2-skew-ps : Skew control of TX data 2 pad [all …]
|
/linux-6.12.1/Documentation/input/devices/ |
D | walkera0701.rst | 24 Cable: (walkera TX to parport) 26 Walkera WK-0701 TX S-VIDEO connector:: 28 (back side of TX) 45 walkera0701 module, check dmesg for error messages. Connect TX to PC by 46 cable and run jstest /dev/input/js0 to see values from TX. If no value can 47 be changed by TX "joystick", check output from /proc/interrupts. Value for 48 (usually irq7) parport must increase if TX is on. 113 directly controlled from TX). Binary representations are the same as in first
|
/linux-6.12.1/sound/soc/fsl/ |
D | imx-audio-rpmsg.c | 40 spin_lock_irqsave(&info->lock[TX], flags); in imx_audio_rpmsg_cb() 44 msg->r_msg.param.buffer_tail %= info->num_period[TX]; in imx_audio_rpmsg_cb() 45 spin_unlock_irqrestore(&info->lock[TX], flags); in imx_audio_rpmsg_cb() 46 info->callback[TX](info->callback_param[TX]); in imx_audio_rpmsg_cb()
|
D | fsl_ssi.c | 57 #define TX 1 macro 407 int dir = tx ? TX : RX; in fsl_ssi_config_enable() 427 srcr = vals[RX].srcr | vals[TX].srcr; in fsl_ssi_config_enable() 428 stcr = vals[RX].stcr | vals[TX].stcr; in fsl_ssi_config_enable() 429 sier = vals[RX].sier | vals[TX].sier; in fsl_ssi_config_enable() 511 int adir = tx ? RX : TX; in fsl_ssi_config_disable() 512 int dir = tx ? TX : RX; in fsl_ssi_config_disable() 593 vals[TX].sier = SSI_SIER_TFE0_EN | FSLSSI_SIER_DBG_TX_FLAGS; in fsl_ssi_setup_regvals() 594 vals[TX].stcr = SSI_STCR_TFEN0; in fsl_ssi_setup_regvals() 595 vals[TX].scr = SSI_SCR_SSIEN | SSI_SCR_TE; in fsl_ssi_setup_regvals() [all …]
|
/linux-6.12.1/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 31 mac80211->driver: TX directed probe request 35 mac80211->driver: TX auth frame 39 mac80211->driver: TX auth frame 59 mac80211->driver: TX assoc 86 mac80211->driver: TX deauth/disassoc
|
D | driver.rst | 91 And then at the end of your TX reclamation event handling: 119 For example, this means that it is not allowed for your TX 120 mitigation scheme to let TX packets "hang out" in the TX 121 ring unreclaimed forever if no new TX packets are sent.
|
D | xsk-tx-metadata.rst | 4 AF_XDP TX Metadata 59 Software TX Checksum 64 In this case, when running in ``XDK_COPY`` mode, the TX checksum 84 program that handles TX metadata. Also see https://github.com/fomichev/xskgen
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra30-ahub.txt | 61 For TX CIFs, the numbers indicate the bit position within the AHUB routing 62 registers (APBIF 0..3 TX, I2S 0..5 TX, DAM 0..2 TX, SPDIF TX 0..1).
|
/linux-6.12.1/drivers/net/dsa/sja1105/ |
D | Kconfig | 21 - SJA1110A (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 10 ports) 22 - SJA1110B (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 9 ports) 23 - SJA1110C (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 7 ports) 24 - SJA1110D (Gen. 3, SGMII, TT-Ethernet, no 100base-TX PHY, 7 ports)
|
/linux-6.12.1/drivers/usb/chipidea/ |
D | udc.c | 63 return num + ((dir == TX) ? 16 : 0); in hw_ep_bit() 129 (dir == TX) ? ENDPTCTRL_TXE : ENDPTCTRL_RXE, 0); in hw_ep_disable() 146 if (dir == TX) { in hw_ep_enable() 179 u32 mask = (dir == TX) ? ENDPTCTRL_TXS : ENDPTCTRL_RXS; in hw_ep_get_halt() 231 u32 mask_xs = (dir == TX) ? ENDPTCTRL_TXS : ENDPTCTRL_RXS; in hw_ep_set_halt() 232 u32 mask_xr = (dir == TX) ? ENDPTCTRL_TXR : ENDPTCTRL_RXR; in hw_ep_set_halt() 377 if (hwep->type == USB_ENDPOINT_XFER_ISOC && hwep->dir == TX) { in add_td_to_list() 423 return ((ep->dir == TX) ? USB_ENDPOINT_DIR_MASK : 0) | ep->num; in _usb_addr() 457 if (hwreq->req.zero && hwreq->req.length && hwep->dir == TX in prepare_td_for_non_sg() 716 if (hwep->dir == TX) { in _hardware_dequeue() [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/amlogic/ |
D | meson-gxbb-nanopi-k2.dts | 240 gpio-line-names = "UART TX", "UART RX", "Power Control", "Power Key In", 253 "Eth RX D3", "Eth RGMII TX Clk", "Eth TX En", 254 "Eth TX D0", "Eth TX D1", "Eth TX D2", "Eth TX D3", 289 "Bluetooth UART TX", "Bluetooth UART RX",
|
D | meson-gxbb-odroidc2.dts | 283 gpio-line-names = "UART TX", "UART RX", "VCCK En", "TF 3V3/1V8 En", 296 "Eth RX D3", "Eth RGMII TX Clk", "Eth TX En", 297 "Eth TX D0", "Eth TX D1", "Eth TX D2", "Eth TX D3",
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | tc358743.txt | 1 * Toshiba TC358743 HDMI-RX to MIPI CSI2-TX Bridge 3 The Toshiba TC358743 HDMI-RX to MIPI CSI2-TX (H2C) is a bridge that converts 4 a HDMI stream to MIPI CSI-2 TX. It is programmable through I2C.
|
/linux-6.12.1/sound/soc/tegra/ |
D | tegra210_ahub.c | 123 DAI(SFC1 TX), 125 DAI(SFC2 TX), 127 DAI(SFC3 TX), 129 DAI(SFC4 TX), 132 DAI(MVC1 TX), 134 DAI(MVC2 TX), 175 DAI(OPE1 TX), 177 DAI(OPE2 TX), 218 DAI(SFC1 TX), 220 DAI(SFC2 TX), [all …]
|
/linux-6.12.1/Documentation/userspace-api/media/cec/ |
D | cec-ioc-receive.rst | 175 :ref:`CEC_TX_STATUS_NACK <CEC-TX-STATUS-NACK>` without ever actually 182 :ref:`CEC_TX_STATUS_ARB_LOST <CEC-TX-STATUS-ARB-LOST>` status bit is set. 188 :ref:`CEC_TX_STATUS_NACK <CEC-TX-STATUS-NACK>` status bit is set. 194 :ref:`CEC_TX_STATUS_LOW_DRIVE <CEC-TX-STATUS-LOW-DRIVE>` status bit is set. 200 valid if the :ref:`CEC_TX_STATUS_ERROR <CEC-TX-STATUS-ERROR>` status bit is set. 259 * .. _`CEC-TX-STATUS-OK`: 264 exclusive with :ref:`CEC_TX_STATUS_MAX_RETRIES <CEC-TX-STATUS-MAX-RETRIES>`. 267 * .. _`CEC-TX-STATUS-ARB-LOST`: 274 * .. _`CEC-TX-STATUS-NACK`: 282 * .. _`CEC-TX-STATUS-LOW-DRIVE`: [all …]
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/google/ |
D | gve.rst | 33 - Bar2 - IRQ, RX and TX doorbells 147 - Every TX and RX queue is assigned a notification block. 149 - TX and RX buffers queues, which send descriptors to the device, use MMIO 152 - RX and TX completion queues, which receive descriptors from the device, use a 159 - It's the driver's responsibility to ensure that the RX and TX completion 163 - TX packets have a 16 bit completion_tag and RX buffers have a 16 bit 164 buffer_id. These will be returned on the TX completion and RX queues
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/ti/ |
D | tlan.rst | 31 0e11 ae32 Compaq Netelligent 10/100 TX PCI UTP 34 0e11 ae40 Compaq Netelligent Dual 10/100 TX PCI UTP 35 0e11 ae43 Compaq Netelligent Integrated 10/100 TX UTP 36 0e11 b011 Compaq Netelligent 10/100 TX Embedded UTP 38 0e11 b030 Compaq Netelligent 10/100 TX UTP
|
/linux-6.12.1/Documentation/admin-guide/perf/ |
D | dwc_pcie_pmu.rst | 17 - one 64-bit counter for Time Based Analysis (RX/TX data throughput and 27 Using this feature you can obtain information regarding RX/TX data 80 The average RX/TX bandwidth can be calculated using the following formula: 83 PCIe TX Bandwidth = Tx_PCIe_TLP_Data_Payload / Measure_Time_Window
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/stmicro/ |
D | stmmac.rst | 78 - Programmable TX and RX Watchdog and Coalesce Settings 84 - Frame Preemption for TX and RX 87 - Multiple Scheduling Algorithms (TX: WRR, DWRR, WFQ, SP, CBS, EST, TBS; 173 This parameter changes the default LPI TX Expiration time in milliseconds. 308 To enter in TX LPI mode the driver needs to have a software timer that enable 380 9) Core is able to perform TX Checksum and/or RX Checksum in HW:: 414 20) Limit the maximum TX and RX FIFO size:: 419 21) Use the specified number of TX and RX Queues:: 424 22) Use the specified TX and RX scheduling algorithm:: 429 23) Internal TX and RX Queue parameters:: [all …]
|