/linux-6.12.1/sound/soc/tegra/ |
D | tegra210_ahub.c | 149 DAI(ADX1 TX2), 154 DAI(ADX2 TX2), 169 DAI(MIXER1 TX2), 254 DAI(ADX1 TX2), 259 DAI(ADX2 TX2), 264 DAI(ADX3 TX2), 269 DAI(ADX4 TX2), 284 DAI(MIXER1 TX2), 292 DAI(ASRC1 TX2), 336 "ADX1 TX2", [all …]
|
/linux-6.12.1/tools/testing/selftests/timers/ |
D | raw_skew.c | 96 struct timex tx1, tx2; in main() local 120 tx2.modes = 0; in main() 121 adjtimex(&tx2); in main() 132 ppm = (long long)(tx1.freq + tx2.freq) * 1000 / 2; in main() 137 if (tx1.offset || tx2.offset || in main() 138 tx1.freq != tx2.freq || tx1.tick != tx2.tick) { in main()
|
/linux-6.12.1/Documentation/devicetree/bindings/firmware/ |
D | fsl,scu.yaml | 70 - description: TX2 MU channel 79 - description: TX2 MU channel 99 - const: tx2 108 - const: tx2 158 mbox-names = "tx0", "tx1", "tx2", "tx3",
|
/linux-6.12.1/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 22 at the time of irq/dma tx2 is already finished, tx1->complete() and 23 tx2->complete() should be called. 148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1 150 - a driver issued tx1+tx2 => channel is running in aligned mode 172 | tx1 | | tx2 | | tx3 | | tx4 |
|
/linux-6.12.1/drivers/net/ethernet/8390/ |
D | lib8390.c | 351 ei_local->tx2 > 0) in __ei_start_xmit() 353 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", in __ei_start_xmit() 354 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit() 355 } else if (ei_local->tx2 == 0) { in __ei_start_xmit() 357 ei_local->tx2 = send_length; in __ei_start_xmit() 365 "No Tx buffers free! tx1=%d tx2=%d last=%d\n", in __ei_start_xmit() 366 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit() 391 ei_local->tx2 = -1; in __ei_start_xmit() 397 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit() 598 if (ei_local->tx2 > 0) { in ei_tx_intr() [all …]
|
D | axnet_cs.c | 996 ei_local->tx2 > 0) in axnet_start_xmit() 998 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", in axnet_start_xmit() 999 ei_local->tx2, ei_local->lasttx, in axnet_start_xmit() 1002 else if (ei_local->tx2 == 0) in axnet_start_xmit() 1005 ei_local->tx2 = send_length; in axnet_start_xmit() 1016 "No Tx buffers free! tx1=%d tx2=%d last=%d\n", in axnet_start_xmit() 1017 ei_local->tx1, ei_local->tx2, in axnet_start_xmit() 1053 ei_local->tx2 = -1; in axnet_start_xmit() 1059 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit() 1270 if (ei_local->tx2 > 0) in ei_tx_intr() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | onnn,nb7vpq904m.yaml | 53 - 1 is TX2 lane 67 - Port B to TX2 lane 79 - Port C to TX2 lane
|
D | am33xx-usb.txt | 136 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 182 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
D | da8xx-usb.txt | 67 "tx1", "tx2", "tx3", "tx4";
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra210-admaif.yaml | 74 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel 90 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel 118 "rx2", "tx2",
|
/linux-6.12.1/drivers/phy/qualcomm/ |
D | phy-qcom-qmp-usbc.c | 294 u16 tx2; member 330 void __iomem *tx2; member 405 .tx2 = 0x600, 542 qmp_configure_lane(qmp->dev, qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usbc_power_on() 923 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_usbc_parse_dt_legacy() 938 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usbc_parse_dt_legacy() 939 if (IS_ERR(qmp->tx2)) in qmp_usbc_parse_dt_legacy() 940 return PTR_ERR(qmp->tx2); in qmp_usbc_parse_dt_legacy() 995 qmp->tx2 = base + offs->tx2; in qmp_usbc_parse_dt()
|
D | phy-qcom-qmp-ufs.c | 957 u16 tx2; member 1011 void __iomem *tx2; member 1058 .tx2 = 0x800, 1067 .tx2 = 0x1800, 1543 qmp_configure_lane(qmp->dev, qmp->tx2, tbls->tx, tbls->tx_num, 2); in qmp_ufs_lanes_init() 1883 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_ufs_parse_dt_legacy() 1899 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_ufs_parse_dt_legacy() 1900 if (IS_ERR(qmp->tx2)) in qmp_ufs_parse_dt_legacy() 1901 return PTR_ERR(qmp->tx2); in qmp_ufs_parse_dt_legacy() 1938 qmp->tx2 = base + offs->tx2; in qmp_ufs_parse_dt()
|
D | phy-qcom-qmp-usb-legacy.c | 533 void __iomem *tx2; member 846 qmp_usb_legacy_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usb_legacy_power_on() 1167 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_usb_legacy_parse_dt_legacy() 1185 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_usb_legacy_parse_dt_legacy() 1186 if (IS_ERR(qmp->tx2)) in qmp_usb_legacy_parse_dt_legacy() 1187 return PTR_ERR(qmp->tx2); in qmp_usb_legacy_parse_dt_legacy()
|
D | phy-qcom-qmp-pcie.c | 2583 u16 tx2; member 2660 void __iomem *tx2; member 2764 .tx2 = 0x0600, 2774 .tx2 = 0x0800, 2784 .tx2 = 0x1600, 2794 .tx2 = 0x0600, 2804 .tx2 = 0x0800, 2814 .tx2 = 0x3800, 2824 .tx2 = 0x0800, 3716 tx4 = qmp->port_b + offs->tx2; in qmp_pcie_init_port_b() [all …]
|
/linux-6.12.1/arch/x86/crypto/ |
D | twofish-x86_64-asm_64-3way.S | 93 #define g1g2_3(ab, cd, Tx0, Tx1, Tx2, Tx3, Ty0, Ty1, Ty2, Ty3, x, y) \ argument 105 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 0, x ## 0); \ 109 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 1, x ## 1); \ 113 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 2, x ## 2); \
|
/linux-6.12.1/sound/soc/codecs/ |
D | cs35l41.c | 583 SND_SOC_DAPM_MUX("ASP TX2 Source", SND_SOC_NOPM, 0, 0, &asp_tx2_mux), 609 {"ASP TX2 Source", "VMON", "VMON ADC"}, 610 {"ASP TX2 Source", "IMON", "IMON ADC"}, 611 {"ASP TX2 Source", "VPMON", "VPMON ADC"}, 612 {"ASP TX2 Source", "VBSTMON", "VBSTMON ADC"}, 613 {"ASP TX2 Source", "DSPTX1", "DSP1"}, 614 {"ASP TX2 Source", "DSPTX2", "DSP1"}, 615 {"ASP TX2 Source", "ASPRX1", "ASPRX1" }, 616 {"ASP TX2 Source", "ASPRX2", "ASPRX2" }, 634 {"ASPTX2", NULL, "ASP TX2 Source"},
|
D | twl4030.c | 488 /* TX2 L/R Analog/Digital microphone selection */ 1139 SOC_DOUBLE_R_TLV("TX2 Digital Capture Volume", 1333 TX2 Left/Right: either analog Left/Right or Digimic1 */ 1336 SND_SOC_DAPM_MUX("TX2 Capture Route", SND_SOC_NOPM, 0, 0, 1528 /* TX2 Left capture path */ 1529 {"TX2 Capture Route", "Analog", "ADC Physical Left"}, 1530 {"TX2 Capture Route", "Digimic1", "Digimic1 Enable"}, 1531 /* TX2 Right capture path */ 1532 {"TX2 Capture Route", "Analog", "ADC Physical Right"}, 1533 {"TX2 Capture Route", "Digimic1", "Digimic1 Enable"}, [all …]
|
D | msm8916-wcd-digital.c | 520 SOC_SINGLE_S8_TLV("TX2 Digital Volume", LPASS_CDC_TX2_VOL_CTL_GAIN, 523 SOC_ENUM("TX2 HPF Cutoff", tx2_hpf_cutoff_enum), 525 SOC_SINGLE("TX2 HPF Switch", LPASS_CDC_TX2_MUX_CTL, 3, 1, 0), 788 SND_SOC_DAPM_AIF_OUT("I2S TX2", NULL, 0, SND_SOC_NOPM, 0, 0), 938 {"AIF1 Capture", NULL, "I2S TX2"}, 965 {"I2S TX2", NULL, "CIC2 MUX"}, 968 {"I2S TX2", NULL, "TX_I2S_CLK"},
|
D | cs35l56.c | 218 SND_SOC_DAPM_MUX("ASP1 TX2 Source", SND_SOC_NOPM, 0, 0, &asp1_tx2_mux), 223 SND_SOC_DAPM_MUX("SDW1 TX2 Source", SND_SOC_NOPM, 0, 0, &sdw1_tx2_mux), 274 CS35L56_SRC_ROUTE("ASP1 TX2") 279 { "ASP1TX2", NULL, "ASP1 TX2 Source" }, 288 CS35L56_SRC_ROUTE("SDW1 TX2") 292 { "SDW1 Capture", NULL, "SDW1 TX2 Source" },
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | tegra.yaml | 180 - description: Jetson TX2 Developer Kit 184 - description: Jetson TX2 NX Developer Kit
|
/linux-6.12.1/include/linux/platform_data/ |
D | leds-lm355x.h | 51 * lm3554-envm/tx2/gpio2
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | ti,k3-am654-cpsw-nuss.yaml | 99 - const: tx2 271 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
/linux-6.12.1/drivers/char/hw_random/ |
D | cavium-rng.c | 4 * Cavium Thunder, Marvell OcteonTx/Tx2 processor families.
|
/linux-6.12.1/Documentation/arch/arm/ |
D | marvell.rst | 250 Octeon TX2 CN913x Flavors: 259 …vell.com/products/infrastructure-processors/multi-core-processors/octeon-tx2/octeon-tx2-cn9130.html 262 …ic-collateral/embedded-processors/marvell-infrastructure-processors-octeon-tx2-cn913x-product-brie…
|
/linux-6.12.1/drivers/perf/ |
D | thunderx2_pmu.c | 13 /* Each ThunderX2(TX2) Socket has a L3C and DMC UNCORE PMU device. 1008 .name = "tx2-uncore-pmu", 1021 "perf/tx2/uncore:online", in tx2_uncore_driver_init() 1025 pr_err("TX2 PMU: setup hotplug failed(%d)\n", ret); in tx2_uncore_driver_init()
|