Home
last modified time | relevance | path

Searched refs:s_tx (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c75 u8 s_tx; member
156 s1_ch = info->s_tx * info->s_rx; in integrate_data()
159 s0_tx = info->s_tx; in integrate_data()
161 s0_ch = info->s_tx * info->s_rx; in integrate_data()
219 if ((0 == info->s_tx) || (info->s_tx > TX_NUM_MAX)) { in check_ic_info_validity()
220 FTS_TEST_SAVE_ERR("slave tx(%d) fail\n", info->s_tx); in check_ic_info_validity()
264 info->s_tx = value[0]; in get_chip_information()
301 "s_tx", info->s_tx, in get_chip_information()
372 int slave_tx = info->s_tx; in ft8201_get_tx_rx_cb()
462 int slave_tx = info->s_tx; in ft8201_weakshort_get_adcdata()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_qp.c258 if (priv->s_tx) { in qib_notify_error_qp()
259 qib_put_txreq(priv->s_tx); in qib_notify_error_qp()
260 priv->s_tx = NULL; in qib_notify_error_qp()
360 if (priv->s_tx) { in qib_quiesce_qp()
361 qib_put_txreq(priv->s_tx); in qib_quiesce_qp()
362 priv->s_tx = NULL; in qib_quiesce_qp()
H A Dqib_verbs.h120 struct qib_verbs_txreq *s_tx; member
H A Dqib_verbs.c686 if (qpp->s_tx->txreq.sg_count > avail) in qib_verbs_sdma_desc_avail()
688 avail -= qpp->s_tx->txreq.sg_count; in qib_verbs_sdma_desc_avail()
785 tx = priv->s_tx; in qib_verbs_send_dma()
787 priv->s_tx = NULL; in qib_verbs_send_dma()
H A Dqib_sdma.c653 priv->s_tx = tx; in qib_sdma_verbs_send()