Home
last modified time | relevance | path

Searched refs:txout (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c430 const struct drm_dp_remote_i2c_read_tx *txin, *txout; in sideband_msg_req_equal() local
453 txout = &OUT.transactions[i]; in sideband_msg_req_equal()
455 if (txin->i2c_dev_id != txout->i2c_dev_id || in sideband_msg_req_equal()
456 txin->no_stop_bit != txout->no_stop_bit || in sideband_msg_req_equal()
457 txin->num_bytes != txout->num_bytes || in sideband_msg_req_equal()
459 txout->i2c_transaction_delay) in sideband_msg_req_equal()
462 if (memcmp(txin->bytes, txout->bytes, in sideband_msg_req_equal()
/linux/drivers/mailbox/
H A Dbcm-pdc-mailbox.c353 u32 txout; member
548 struct dma64dd *txd = &pdcs->txd_64[pdcs->txout]; in pdc_build_txd()
552 pdcs->pdc_idx, pdcs->txout, buf_len, flags); in pdc_build_txd()
560 pdcs->txout = NEXTTXD(pdcs->txout, pdcs->ntxpost); in pdc_build_txd()
633 pdcs->pdc_idx, pdcs->txin, pdcs->txout, pdcs->rxin, in pdc_receive_one()
720 tx_avail = pdcs->ntxpost - NTXDACTIVE(pdcs->txin, pdcs->txout, in pdc_tx_list_sg_add()
728 if (pdcs->tx_msg_start == pdcs->txout) { in pdc_tx_list_sg_add()
731 pdcs->src_sg[pdcs->txout] = sg; in pdc_tx_list_sg_add()
736 if (unlikely(pdcs->txout == (pdcs->ntxd - 1))) in pdc_tx_list_sg_add()
753 if (unlikely(pdcs->txout == (pdcs->ntxd - 1))) in pdc_tx_list_sg_add()
[all …]