/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | adv748x.yaml | 15 HDMI receiver. They can output CSI-2 on two independent outputs TXA and TXB 38 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ] 39 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ] 40 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ] 41 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ] 42 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ] 43 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ] 44 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ] 45 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ] 46 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ] [all …]
|
/linux/drivers/media/i2c/adv748x/ |
H A D | adv748x-core.c | 55 ADV748X_REGMAP_CONF("txa"), 97 [ADV748X_PAGE_TXA] = { "txa", 0x4a }, 234 * TXA and TXB 358 /* AFE Requires TXA enabled, even when output to TXB */ in adv748x_link_setup() 362 * Output from the SD-core (480i and 576i) from the TXA in adv748x_link_setup() 378 * through an AFE->TXA streaming sessions. in adv748x_link_setup() 523 /* Reset TXA and TXB */ in adv748x_reset() 524 adv748x_tx_power(&state->txa, 1); in adv748x_reset() 525 adv748x_tx_power(&state->txa, 0); in adv748x_reset() 532 /* Conditionally enable TXa and TXb. */ in adv748x_reset() [all …]
|
H A D | adv748x-csi2.c | 108 adv_dbg(state, "Registered %s (%s)", is_txa(tx) ? "TXA":"TXB", in adv748x_csi2_registered() 112 * Link TXA to AFE and HDMI, and TXB to AFE only as TXB cannot output in adv748x_csi2_registered() 115 * The HDMI->TXA link is enabled by default, as is the AFE->TXB one. in adv748x_csi2_registered() 130 /* Register link to HDMI for TXA only. */ in adv748x_csi2_registered() 139 /* The default HDMI output is TXA. */ in adv748x_csi2_registered() 341 is_txa(tx) ? "txa" : "txb"); in adv748x_csi2_init()
|
H A D | adv748x.h | 94 #define is_txa(_tx) ((_tx) == &(_tx)->state->txa) 180 * @txa: state of TXA transmitter context 195 struct adv748x_csi2 txa; member 379 /* CSI : TXA/TXB Maps */
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl,imx-asrc.yaml | 48 - const: txa 173 "txa", "txb", "txc";
|
H A D | apple,mca.yaml | 52 as associated to the TXA, RXA, TXB, RXB units.
|
/linux/tools/bpf/ |
H A D | bpf_exp.l | 82 "txa" { return OP_TXA; }
|
H A D | bpf_exp.y | 115 | txa 460 txa
|
H A D | bpf_dbg.c | 169 [BPF_MISC_TXA] = "txa",
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8-ss-audio.dtsi | 159 dma-names = "rxa", "rxb", "rxc", "txa", "txb", "txc"; 486 dma-names = "rxa", "rxb", "rxc", "txa", "txb", "txc";
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfi_enet.h | 671 #define BFI_ENET_STATS_TX_FC BIT(4) /* !< Tx FC Stats from TxA */
|
/linux/Documentation/networking/ |
H A D | filter.rst | 258 txa Copy X into A
|
/linux/drivers/net/ethernet/marvell/ |
H A D | sky2.h | 421 Y2_IS_CHK_TXA2 = 1<<8, /* Descriptor error TXA 2 */ 431 Y2_IS_CHK_TXA1 = 1<<0, /* Descriptor error TXA 1 */ 673 #define TXA_MAX_VAL 0x00ffffffUL /* Bit 23.. 0: Max TXA Timer/Cnt Val */
|
H A D | skge.h | 415 #define TXA_MAX_VAL 0x00ffffffUL /* Bit 23.. 0: Max TXA Timer/Cnt Val */
|
/linux/drivers/gpu/drm/amd/include/ivsrcid/dcn/ |
H A D | irqsrcs_dcn_1_0.h | 132 #define DCN_1_0__SRCID__DCIO_DPCS_TXA_ERROR_INT 8 // DPCS TXA error interrupt DCIO_DPCS_TXA_IHC…
|
/linux/drivers/scsi/bfa/ |
H A D | bfa_defs_svc.h | 477 u32 txa_tso_hdr; /* TxA TSO header too long */
|
/linux/lib/ |
H A D | test_bpf.c | 3104 "TXA",
|