Lines Matching defs:xfer_buf
37 * @xfer_buf: Preallocated buffer to store receive message
46 u8 *xfer_buf;
268 memcpy(xfer->xfer_buf, mbox_msg->buf, xfer->rx_len);
464 rev_info = (struct ti_sci_msg_resp_version *)xfer->xfer_buf;
531 req = (struct ti_sci_msg_req_set_device_state *)xfer->xfer_buf;
541 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
592 req = (struct ti_sci_msg_req_get_device_state *)xfer->xfer_buf;
601 resp = (struct ti_sci_msg_resp_get_device_state *)xfer->xfer_buf;
894 req = (struct ti_sci_msg_req_set_device_resets *)xfer->xfer_buf;
904 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
969 req = (struct ti_sci_msg_req_set_clock_state *)xfer->xfer_buf;
985 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1037 req = (struct ti_sci_msg_req_get_clock_state *)xfer->xfer_buf;
1052 resp = (struct ti_sci_msg_resp_get_clock_state *)xfer->xfer_buf;
1268 req = (struct ti_sci_msg_req_set_clock_parent *)xfer->xfer_buf;
1289 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1336 req = (struct ti_sci_msg_req_get_clock_parent *)xfer->xfer_buf;
1351 resp = (struct ti_sci_msg_resp_get_clock_parent *)xfer->xfer_buf;
1406 req = (struct ti_sci_msg_req_get_clock_num_parents *)xfer->xfer_buf;
1421 resp = (struct ti_sci_msg_resp_get_clock_num_parents *)xfer->xfer_buf;
1485 req = (struct ti_sci_msg_req_query_clock_freq *)xfer->xfer_buf;
1503 resp = (struct ti_sci_msg_resp_query_clock_freq *)xfer->xfer_buf;
1561 req = (struct ti_sci_msg_req_set_clock_freq *)xfer->xfer_buf;
1579 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1626 req = (struct ti_sci_msg_req_get_clock_freq *)xfer->xfer_buf;
1641 resp = (struct ti_sci_msg_resp_get_clock_freq *)xfer->xfer_buf;
1679 req = (struct ti_sci_msg_req_reboot *)xfer->xfer_buf;
1687 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1742 req = (struct ti_sci_msg_req_get_resource_range *)xfer->xfer_buf;
1753 resp = (struct ti_sci_msg_resp_get_resource_range *)xfer->xfer_buf;
1862 req = (struct ti_sci_msg_req_manage_irq *)xfer->xfer_buf;
1880 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2084 req = (struct ti_sci_msg_rm_ring_cfg_req *)xfer->xfer_buf;
2103 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2148 req = (struct ti_sci_msg_psil_pair *)xfer->xfer_buf;
2159 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2204 req = (struct ti_sci_msg_psil_unpair *)xfer->xfer_buf;
2215 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2259 req = (struct ti_sci_msg_rm_udmap_tx_ch_cfg_req *)xfer->xfer_buf;
2287 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2331 req = (struct ti_sci_msg_rm_udmap_rx_ch_cfg_req *)xfer->xfer_buf;
2356 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2400 req = (struct ti_sci_msg_rm_udmap_flow_cfg_req *)xfer->xfer_buf;
2430 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2472 req = (struct ti_sci_msg_req_proc_request *)xfer->xfer_buf;
2524 req = (struct ti_sci_msg_req_proc_release *)xfer->xfer_buf;
2579 req = (struct ti_sci_msg_req_proc_handover *)xfer->xfer_buf;
2638 req = (struct ti_sci_msg_req_set_config *)xfer->xfer_buf;
2699 req = (struct ti_sci_msg_req_set_ctrl *)xfer->xfer_buf;
2758 req = (struct ti_sci_msg_req_get_status *)xfer->xfer_buf;
3366 xfer->xfer_buf = devm_kcalloc(dev, 1, desc->max_msg_size,
3368 if (!xfer->xfer_buf)
3371 xfer->tx_message.buf = xfer->xfer_buf;