| /linux/arch/arm64/boot/dts/qcom/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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 …]
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | timestamping.rst | 105 当数据离开内核时请求传输(TX)时间戳。这些时间戳由设备驱动程序生成,并且尽 120 请求在发送缓冲区中的所有数据都已得到确认时生成传输(TX)时间戳。此选项 559 (虚拟)网络接口,其网络 I/O 在底层通过主机接口(在 TX 上重定向到主机端口, 577 - ``.port_txtstamp()``:在用户空间从用户空间请求带有硬件 TX 时间戳请求 582 skb 队列。通常,交换机会有一个PTP TX 时间戳寄存器(或有时是一个 FIFO), 588 到主机接口之后。单步 TX 时间戳不需要数据包克隆,因为 PTP 协议不需要后续消 589 息(因为TX 时间戳已嵌入到数据包中),因此用户空间不期望数据包带有 TX 时间戳 631 - 在 TX 上,同样,特殊干预可能或可能不需要。调用 ``mii_ts->txtstamp()``钩 654 任何 TX 时间戳逻辑,无论是普通的 MAC 驱动程序、DSA 交换机驱动程序、PHY 驱动程 657 如,典型的 TX 时间戳逻辑可能是将传输部分分为 2 个部分: [all …]
|
| H A D | generic-hdlc.rst | 77 - RX与TX时钟均使用外部时钟源 79 - RX与TX时钟均使用内部时钟源 81 - RX时钟使用外部时钟源,TX时钟使用内部时钟源 83 - RX时钟使用外部时钟源,TX时钟从RX时钟派生
|
| /linux/drivers/spi/ |
| H A D | spi-loopback-test.c | 95 .tx_buf = TX(0), 109 .tx_buf = TX(PAGE_SIZE - 4), 122 .tx_buf = TX(0), 147 .tx_buf = TX(0), 151 .tx_buf = TX(SPI_TEST_MAX_SIZE_HALF), 164 .tx_buf = TX(64), 168 .tx_buf = TX(0), 182 .tx_buf = TX(0), 185 .tx_buf = TX(64), 198 .tx_buf = TX(0), [all …]
|
| /linux/Documentation/input/devices/ |
| H A 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/sound/soc/fsl/ |
| H A D | imx-audio-rpmsg.c | 39 scoped_guard(spinlock_irqsave, &info->lock[TX]) { in imx_audio_rpmsg_cb() 43 msg->r_msg.param.buffer_tail %= info->num_period[TX]; in imx_audio_rpmsg_cb() 45 info->callback[TX](info->callback_param[TX]); in imx_audio_rpmsg_cb()
|
| H A D | fsl_ssi.c | 55 /* Define RX and TX to index ssi->regvals array; Can be 0 or 1 only */ 57 #define TX 1 macro 212 * @streams: Mask of current active streams: BIT(TX) and BIT(RX) 215 * @synchronous: Use synchronous mode - both of TX and RX use STCK and SFCK 223 * @regvals: Specific RX/TX register settings 243 * @fifo_watermark or fewer words in TX fifo or 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] in fsl_ssi_config_enable() [all...] |
| /linux/Documentation/networking/ |
| H A 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
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A 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/tools/testing/selftests/drivers/net/ |
| H A D | xdp.py | 35 TX = 2 # Route the packet to the remote host variable in XDPAction 45 TX = 3 # Count of incoming packets routed to the remote host variable in XDPStats 287 bpf_map_set("map_xdp_setup", TestConfig.MODE.value, XDPAction.TX.value) 315 ksft_eq(stats[XDPStats.TX.value], expected_pkts, "TX stats mismatch") 680 ("tx", XDPAction.TX), 709 rx_host = cfg.remote if act == XDPAction.TX else None 732 if act == XDPAction.TX: 737 if act == XDPAction.TX: 738 ksft_eq(stats[XDPStats.TX.value], expected_pkts, "XDP TX stats mismatch") 752 if act == XDPAction.TX:
|
| /linux/drivers/net/dsa/sja1105/ |
| H A 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/drivers/net/ethernet/3com/ |
| H A D | Kconfig | 62 3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97, 64 3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR
|
| /linux/sound/soc/tegra/ |
| H A D | tegra210_ahub.c | 127 DAI(SFC1 TX), 129 DAI(SFC2 TX), 131 DAI(SFC3 TX), 133 DAI(SFC4 TX), 136 DAI(MVC1 TX), 138 DAI(MVC2 TX), 179 DAI(OPE1 TX), 181 DAI(OPE2 TX), 222 DAI(SFC1 TX), 224 DAI(SFC2 TX), [all...] |
| /linux/Documentation/userspace-api/media/cec/ |
| H A 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/Documentation/networking/device_drivers/ethernet/google/ |
| H A 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/Documentation/networking/device_drivers/ethernet/ti/ |
| H A 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/Documentation/admin-guide/perf/ |
| H A 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/Documentation/devicetree/bindings/mailbox/ |
| H A D | hisilicon,hi6220-mailbox.txt | 23 slot_id: Slot id used either for TX or RX 26 TX/RX interrupt to application processor, 36 flag" mode or IRQ generated mode to acknowledge a TX
|
| /linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A 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 …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 17066 WRITE_RADIO_REG3(pi, RADIO_2057, TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17068 WRITE_RADIO_REG3(pi, RADIO_2057, TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17072 WRITE_RADIO_REG3(pi, RADIO_2057, TX, in wlc_phy_ipa_internal_tssi_setup_nphy() 17076 WRITE_RADIO_REG3(pi, RADIO_2057, TX, in wlc_phy_ipa_internal_tssi_setup_nphy() 17079 WRITE_RADIO_REG3(pi, RADIO_2057, TX, in wlc_phy_ipa_internal_tssi_setup_nphy() 17082 WRITE_RADIO_REG3(pi, RADIO_2057, TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17084 WRITE_RADIO_REG3(pi, RADIO_2057, TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17086 WRITE_RADIO_REG3(pi, RADIO_2057, TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17092 TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17096 TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() [all …]
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | sama5d3_can.dtsi | 20 …AT91_PIOD 15 AT91_PERIPH_C AT91_PINCTRL_NONE>; /* PD15 periph C TX, conflicts with CTS0, SPI0_NPCS… 28 AT91_PIOB 15 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB15 periph B TX, conflicts with GCOL */
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos5422-odroidxu3-audio.dtsi | 27 "I2S Playback", "Mixer DAI TX", 28 "HiFi Playback", "Mixer DAI TX",
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | ethernet-driver.rst | 111 enqueues TX frames on egress queues and after transmission is complete a TX 170 The checksum offloads can be independently configured on RX and TX through 176 Scatter-gather frames are supported on both RX and TX paths. On TX, SG support
|