Lines Matching defs:xfer_buf

36  * @xfer_buf:	Preallocated buffer to store receive message
45 u8 *xfer_buf;
268 memcpy(xfer->xfer_buf, mbox_msg->buf, xfer->rx_len);
448 rev_info = (struct ti_sci_msg_resp_version *)xfer->xfer_buf;
515 req = (struct ti_sci_msg_req_set_device_state *)xfer->xfer_buf;
525 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
576 req = (struct ti_sci_msg_req_get_device_state *)xfer->xfer_buf;
585 resp = (struct ti_sci_msg_resp_get_device_state *)xfer->xfer_buf;
878 req = (struct ti_sci_msg_req_set_device_resets *)xfer->xfer_buf;
888 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
953 req = (struct ti_sci_msg_req_set_clock_state *)xfer->xfer_buf;
969 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1021 req = (struct ti_sci_msg_req_get_clock_state *)xfer->xfer_buf;
1036 resp = (struct ti_sci_msg_resp_get_clock_state *)xfer->xfer_buf;
1252 req = (struct ti_sci_msg_req_set_clock_parent *)xfer->xfer_buf;
1273 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1320 req = (struct ti_sci_msg_req_get_clock_parent *)xfer->xfer_buf;
1335 resp = (struct ti_sci_msg_resp_get_clock_parent *)xfer->xfer_buf;
1390 req = (struct ti_sci_msg_req_get_clock_num_parents *)xfer->xfer_buf;
1405 resp = (struct ti_sci_msg_resp_get_clock_num_parents *)xfer->xfer_buf;
1469 req = (struct ti_sci_msg_req_query_clock_freq *)xfer->xfer_buf;
1487 resp = (struct ti_sci_msg_resp_query_clock_freq *)xfer->xfer_buf;
1545 req = (struct ti_sci_msg_req_set_clock_freq *)xfer->xfer_buf;
1563 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1610 req = (struct ti_sci_msg_req_get_clock_freq *)xfer->xfer_buf;
1625 resp = (struct ti_sci_msg_resp_get_clock_freq *)xfer->xfer_buf;
1663 req = (struct ti_sci_msg_req_reboot *)xfer->xfer_buf;
1671 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1726 req = (struct ti_sci_msg_req_get_resource_range *)xfer->xfer_buf;
1737 resp = (struct ti_sci_msg_resp_get_resource_range *)xfer->xfer_buf;
1844 req = (struct ti_sci_msg_req_manage_irq *)xfer->xfer_buf;
1862 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2081 req = (struct ti_sci_msg_rm_ring_cfg_req *)xfer->xfer_buf;
2098 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2151 req = (struct ti_sci_msg_rm_ring_get_cfg_req *)xfer->xfer_buf;
2161 resp = (struct ti_sci_msg_rm_ring_get_cfg_resp *)xfer->xfer_buf;
2222 req = (struct ti_sci_msg_psil_pair *)xfer->xfer_buf;
2233 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2278 req = (struct ti_sci_msg_psil_unpair *)xfer->xfer_buf;
2289 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2333 req = (struct ti_sci_msg_rm_udmap_tx_ch_cfg_req *)xfer->xfer_buf;
2359 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2403 req = (struct ti_sci_msg_rm_udmap_rx_ch_cfg_req *)xfer->xfer_buf;
2428 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2472 req = (struct ti_sci_msg_rm_udmap_flow_cfg_req *)xfer->xfer_buf;
2502 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2544 req = (struct ti_sci_msg_req_proc_request *)xfer->xfer_buf;
2596 req = (struct ti_sci_msg_req_proc_release *)xfer->xfer_buf;
2651 req = (struct ti_sci_msg_req_proc_handover *)xfer->xfer_buf;
2709 req = (struct ti_sci_msg_req_set_config *)xfer->xfer_buf;
2770 req = (struct ti_sci_msg_req_set_ctrl *)xfer->xfer_buf;
2825 req = (struct ti_sci_msg_req_get_status *)xfer->xfer_buf;
3427 xfer->xfer_buf = devm_kcalloc(dev, 1, desc->max_msg_size,
3429 if (!xfer->xfer_buf)
3432 xfer->tx_message.buf = xfer->xfer_buf;