/linux/sound/soc/tegra/ |
H A D | tegra210_ahub.c | 148 DAI(ADX1 TX1), 153 DAI(ADX2 TX1), 168 DAI(MIXER1 TX1), 253 DAI(ADX1 TX1), 258 DAI(ADX2 TX1), 263 DAI(ADX3 TX1), 268 DAI(ADX4 TX1), 283 DAI(MIXER1 TX1), 290 DAI(ASRC1 TX1), 401 DAI(ADX1 TX1), [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | ti,icssg-prueth.yaml | 39 - const: tx1-0 40 - const: tx1-1 41 - const: tx1-2 42 - const: tx1-3 202 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
|
/linux/Documentation/devicetree/bindings/net/can/ |
H A D | nxp,sja1000.yaml | 62 or combination of TX0 and TX1: 67 <0x08> : TX1 invert 68 <0x10> : TX1 pull-down 69 <0x20> : TX1 pull-up 70 <0x30> : TX1 push-pull
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am65-iot2050-common-pg1.dtsi | 72 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
|
H A D | k3-am654-idk.dtso | 65 "tx1-0", "tx1-1", "tx1-2", "tx1-3", 132 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
|
/linux/Documentation/driver-api/dmaengine/ |
H A D | pxa_dma.rst | 21 This implies that even if an irq/tasklet is triggered by end of tx1, but 22 at the time of irq/dma tx2 is already finished, tx1->complete() and 146 - a driver submitted an aligned tx1, not chained 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/Documentation/devicetree/bindings/firmware/ |
H A D | fsl,scu.yaml | 81 - description: TX1 MU channel 90 - description: TX1 MU channel 110 - const: tx1 119 - const: tx1 170 mbox-names = "tx0", "tx1", "tx2", "tx3",
|
/linux/drivers/net/ethernet/8390/ |
H A D | lib8390.c | 347 if (ei_local->tx1 == 0) { in __ei_start_xmit() 349 ei_local->tx1 = send_length; in __ei_start_xmit() 359 ei_local->tx1 > 0) in __ei_start_xmit() 361 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n", in __ei_start_xmit() 362 ei_local->tx1, ei_local->lasttx, ei_local->txing); 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() 388 ei_local->tx1 = -1; in __ei_start_xmit() 397 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit() 593 if (ei_local->tx1 < 0) { in ei_tx_intr() [all …]
|
H A D | axnet_cs.c | 991 if (ei_local->tx1 == 0) in axnet_start_xmit() 994 ei_local->tx1 = send_length; in axnet_start_xmit() 1007 ei_local->tx1 > 0) in axnet_start_xmit() 1009 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n", in axnet_start_xmit() 1010 ei_local->tx1, ei_local->lasttx, 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() 1048 ei_local->tx1 = -1; in axnet_start_xmit() 1059 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit() 1263 if (ei_local->tx1 < 0) in ei_tx_intr() [all …]
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8-ss-vpu.dtsi | 46 mbox-names = "tx0", "tx1", "rx"; 57 mbox-names = "tx0", "tx1", "rx"; 68 mbox-names = "tx0", "tx1", "rx";
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | onnn,nb7vpq904m.yaml | 54 - 2 is TX1 lane 68 - Port C to TX1 lane 78 - Port B to TX1 lane
|
H A D | am33xx-usb.txt | 136 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7", 182 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | nvidia,tegra210-admaif.yaml | 88 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel 107 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel 134 dma-names = "rx1", "tx1",
|
H A D | nvidia,tegra-audio-graph-card.yaml | 93 label = "jetson-tx1-ape"; 142 dma-names = "rx1", "tx1",
|
H A D | fsl,ssi.yaml | 83 - description: DMA controller phandle and request line for TX1 94 - const: tx1
|
/linux/include/sound/ |
H A D | ak4114.h | 82 #define AK4114_TX1E (1<<7) /* TX1 Output Enable (1 = enable) */ 83 #define AK4114_OPS12 (1<<6) /* Output Data Selector for TX1 pin */ 84 #define AK4114_OPS11 (1<<5) /* Output Data Selector for TX1 pin */ 85 #define AK4114_OPS10 (1<<4) /* Output Data Selector for TX1 pin */ 100 #define AK4114_DIT (1<<3) /* TX1 out: 0 = Through Data (RX data), 1 = Transmit Data (DAUX data) */
|
/linux/sound/firewire/dice/ |
H A D | dice-alesis.c | 13 {8, 4, 0}, /* Tx1 = ADAT1. */ 19 {16, 4, 0}, /* Tx1 = ADAT1 + ADAT2 (available at low rate). */
|
/linux/sound/soc/codecs/ |
H A D | cs35l41.c | 582 SND_SOC_DAPM_MUX("ASP TX1 Source", SND_SOC_NOPM, 0, 0, &asp_tx1_mux), 601 {"ASP TX1 Source", "VMON", "VMON ADC"}, 602 {"ASP TX1 Source", "IMON", "IMON ADC"}, 603 {"ASP TX1 Source", "VPMON", "VPMON ADC"}, 604 {"ASP TX1 Source", "VBSTMON", "VBSTMON ADC"}, 605 {"ASP TX1 Source", "DSPTX1", "DSP1"}, 606 {"ASP TX1 Source", "DSPTX2", "DSP1"}, 607 {"ASP TX1 Source", "ASPRX1", "ASPRX1" }, 608 {"ASP TX1 Source", "ASPRX2", "ASPRX2" }, 633 {"ASPTX1", NULL, "ASP TX1 Sourc [all...] |
H A D | twl4030.c | 471 /* TX1 L/R Analog/Digital microphone selection */ 1130 SOC_DOUBLE_R_TLV("TX1 Digital Capture Volume", 1326 TX1 Left/Right: either analog Left/Right or Digimic0 1328 SND_SOC_DAPM_MUX("TX1 Capture Route", SND_SOC_NOPM, 0, 0, 1516 /* TX1 Left capture path */ 1517 {"TX1 Capture Route", "Analog", "ADC Physical Left"}, 1518 {"TX1 Capture Route", "Digimic0", "Digimic0 Enable"}, 1519 /* TX1 Right capture path */ 1520 {"TX1 Capture Route", "Analog", "ADC Physical Right"}, 1521 {"TX1 Capture Route", "Digimic0", "Digimic0 Enable"}, [all …]
|
H A D | msm8916-wcd-digital.c | 518 SOC_SINGLE_S8_TLV("TX1 Digital Volume", LPASS_CDC_TX1_VOL_CTL_GAIN, 522 SOC_ENUM("TX1 HPF Cutoff", tx1_hpf_cutoff_enum), 524 SOC_SINGLE("TX1 HPF Switch", LPASS_CDC_TX1_MUX_CTL, 3, 1, 0), 787 SND_SOC_DAPM_AIF_OUT("I2S TX1", NULL, 0, SND_SOC_NOPM, 0, 0), 937 {"AIF1 Capture", NULL, "I2S TX1"}, 964 {"I2S TX1", NULL, "CIC1 MUX"}, 967 {"I2S TX1", NULL, "TX_I2S_CLK"},
|
/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h313-tanix-tx1.dts | 17 model = "Tanix TX1"; 18 compatible = "oranth,tanix-tx1", "allwinner,sun50i-h616";
|
/linux/arch/powerpc/boot/dts/ |
H A D | tqm8xx.dts | 76 bosch,disconnect-tx1-output; 88 bosch,disconnect-tx1-output;
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3588-extra-pinctrl.dtsi | 153 hdmim0_tx1_cec: hdmim0-tx1-cec { 160 hdmim0_tx1_scl: hdmim0-tx1-scl { 167 hdmim0_tx1_sda: hdmim0-tx1-sda {
|
/linux/include/linux/can/platform/ |
H A D | sja1000.h | 8 #define CDR_RXINPEN 0x20 /* TX1 output is RX irq output */
|
/linux/include/linux/platform_data/ |
H A D | leds-lm355x.h | 48 * lm3554-tx1/torch/gpio1
|