Lines Matching refs:t

1379 	struct scmi_xfer *t;  in version_get()  local
1381 ret = xfer_get_init(ph, PROTOCOL_VERSION, 0, sizeof(*version), &t); in version_get()
1385 ret = do_xfer(ph, t); in version_get()
1387 rev_info = t->rx.buf; in version_get()
1391 xfer_put(ph, t); in version_get()
1457 struct scmi_xfer *t; in scmi_common_extended_name_get() local
1461 sizeof(*resp), &t); in scmi_common_extended_name_get()
1465 put_unaligned_le32(res_id, t->tx.buf); in scmi_common_extended_name_get()
1466 resp = t->rx.buf; in scmi_common_extended_name_get()
1468 ret = ph->xops->do_xfer(ph, t); in scmi_common_extended_name_get()
1472 ph->xops->xfer_put(ph, t); in scmi_common_extended_name_get()
1499 struct scmi_xfer *t; member
1522 ret = ph->xops->xfer_get_init(ph, msg_id, tx_size, 0, &i->t); in scmi_iterator_init()
1529 i->msg = i->t->tx.buf; in scmi_iterator_init()
1530 i->resp = i->t->rx.buf; in scmi_iterator_init()
1552 ret = ph->xops->do_xfer(ph, i->t); in scmi_iterator_run()
1556 st->rx_len = i->t->rx.len; in scmi_iterator_run()
1577 ph->xops->reset_rx_to_maxsz(ph, i->t); in scmi_iterator_run()
1586 ph->xops->xfer_put(ph, i->t); in scmi_iterator_run()
1624 struct scmi_xfer *t; in scmi_common_fastchannel_init() local
1636 sizeof(*info), sizeof(*resp), &t); in scmi_common_fastchannel_init()
1640 info = t->tx.buf; in scmi_common_fastchannel_init()
1649 ret = ph->xops->do_xfer(ph, t); in scmi_common_fastchannel_init()
1653 resp = t->rx.buf; in scmi_common_fastchannel_init()
1697 ph->xops->xfer_put(ph, t); in scmi_common_fastchannel_init()
1712 ph->xops->xfer_put(ph, t); in scmi_common_fastchannel_init()