Lines Matching defs:xfer_buf

40  * @xfer_buf:	Preallocated buffer to store receive message
49 u8 *xfer_buf;
271 memcpy(xfer->xfer_buf, mbox_msg->buf, xfer->rx_len);
467 rev_info = (struct ti_sci_msg_resp_version *)xfer->xfer_buf;
534 req = (struct ti_sci_msg_req_set_device_state *)xfer->xfer_buf;
544 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
595 req = (struct ti_sci_msg_req_get_device_state *)xfer->xfer_buf;
604 resp = (struct ti_sci_msg_resp_get_device_state *)xfer->xfer_buf;
897 req = (struct ti_sci_msg_req_set_device_resets *)xfer->xfer_buf;
907 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
972 req = (struct ti_sci_msg_req_set_clock_state *)xfer->xfer_buf;
988 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1040 req = (struct ti_sci_msg_req_get_clock_state *)xfer->xfer_buf;
1055 resp = (struct ti_sci_msg_resp_get_clock_state *)xfer->xfer_buf;
1271 req = (struct ti_sci_msg_req_set_clock_parent *)xfer->xfer_buf;
1292 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1339 req = (struct ti_sci_msg_req_get_clock_parent *)xfer->xfer_buf;
1354 resp = (struct ti_sci_msg_resp_get_clock_parent *)xfer->xfer_buf;
1409 req = (struct ti_sci_msg_req_get_clock_num_parents *)xfer->xfer_buf;
1424 resp = (struct ti_sci_msg_resp_get_clock_num_parents *)xfer->xfer_buf;
1488 req = (struct ti_sci_msg_req_query_clock_freq *)xfer->xfer_buf;
1506 resp = (struct ti_sci_msg_resp_query_clock_freq *)xfer->xfer_buf;
1564 req = (struct ti_sci_msg_req_set_clock_freq *)xfer->xfer_buf;
1582 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1629 req = (struct ti_sci_msg_req_get_clock_freq *)xfer->xfer_buf;
1644 resp = (struct ti_sci_msg_resp_get_clock_freq *)xfer->xfer_buf;
1682 req = (struct ti_sci_msg_req_reboot *)xfer->xfer_buf;
1690 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1745 req = (struct ti_sci_msg_req_get_resource_range *)xfer->xfer_buf;
1756 resp = (struct ti_sci_msg_resp_get_resource_range *)xfer->xfer_buf;
1865 req = (struct ti_sci_msg_req_manage_irq *)xfer->xfer_buf;
1883 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2087 req = (struct ti_sci_msg_rm_ring_cfg_req *)xfer->xfer_buf;
2106 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2151 req = (struct ti_sci_msg_psil_pair *)xfer->xfer_buf;
2162 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2207 req = (struct ti_sci_msg_psil_unpair *)xfer->xfer_buf;
2218 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2262 req = (struct ti_sci_msg_rm_udmap_tx_ch_cfg_req *)xfer->xfer_buf;
2290 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2334 req = (struct ti_sci_msg_rm_udmap_rx_ch_cfg_req *)xfer->xfer_buf;
2359 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2403 req = (struct ti_sci_msg_rm_udmap_flow_cfg_req *)xfer->xfer_buf;
2433 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2475 req = (struct ti_sci_msg_req_proc_request *)xfer->xfer_buf;
2527 req = (struct ti_sci_msg_req_proc_release *)xfer->xfer_buf;
2582 req = (struct ti_sci_msg_req_proc_handover *)xfer->xfer_buf;
2641 req = (struct ti_sci_msg_req_set_config *)xfer->xfer_buf;
2702 req = (struct ti_sci_msg_req_set_ctrl *)xfer->xfer_buf;
2761 req = (struct ti_sci_msg_req_get_status *)xfer->xfer_buf;
3359 xfer->xfer_buf = devm_kcalloc(dev, 1, desc->max_msg_size,
3361 if (!xfer->xfer_buf)
3364 xfer->tx_message.buf = xfer->xfer_buf;