Lines Matching defs:xfer_buf

47  * @xfer_buf:	Preallocated buffer to store receive message
56 u8 *xfer_buf;
291 memcpy(xfer->xfer_buf, mbox_msg->buf, xfer->rx_len);
490 rev_info = (struct ti_sci_msg_resp_version *)xfer->xfer_buf;
557 req = (struct ti_sci_msg_req_set_device_state *)xfer->xfer_buf;
567 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
618 req = (struct ti_sci_msg_req_get_device_state *)xfer->xfer_buf;
627 resp = (struct ti_sci_msg_resp_get_device_state *)xfer->xfer_buf;
920 req = (struct ti_sci_msg_req_set_device_resets *)xfer->xfer_buf;
930 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
995 req = (struct ti_sci_msg_req_set_clock_state *)xfer->xfer_buf;
1011 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1063 req = (struct ti_sci_msg_req_get_clock_state *)xfer->xfer_buf;
1078 resp = (struct ti_sci_msg_resp_get_clock_state *)xfer->xfer_buf;
1294 req = (struct ti_sci_msg_req_set_clock_parent *)xfer->xfer_buf;
1315 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1362 req = (struct ti_sci_msg_req_get_clock_parent *)xfer->xfer_buf;
1377 resp = (struct ti_sci_msg_resp_get_clock_parent *)xfer->xfer_buf;
1432 req = (struct ti_sci_msg_req_get_clock_num_parents *)xfer->xfer_buf;
1447 resp = (struct ti_sci_msg_resp_get_clock_num_parents *)xfer->xfer_buf;
1511 req = (struct ti_sci_msg_req_query_clock_freq *)xfer->xfer_buf;
1529 resp = (struct ti_sci_msg_resp_query_clock_freq *)xfer->xfer_buf;
1587 req = (struct ti_sci_msg_req_set_clock_freq *)xfer->xfer_buf;
1605 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1652 req = (struct ti_sci_msg_req_get_clock_freq *)xfer->xfer_buf;
1667 resp = (struct ti_sci_msg_resp_get_clock_freq *)xfer->xfer_buf;
1720 req = (struct ti_sci_msg_req_prepare_sleep *)xfer->xfer_buf;
1733 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1790 resp = (struct ti_sci_msg_resp_query_fw_caps *)xfer->xfer_buf;
1840 req = (struct ti_sci_msg_req_set_io_isolation *)xfer->xfer_buf;
1849 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
1905 resp = (struct ti_sci_msg_resp_lpm_wake_reason *)xfer->xfer_buf;
1962 req = (struct ti_sci_msg_req_lpm_set_device_constraint *)xfer->xfer_buf;
1972 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2019 req = (struct ti_sci_msg_req_lpm_set_latency_constraint *)xfer->xfer_buf;
2029 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2064 req = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2072 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2108 req = (struct ti_sci_msg_req_reboot *)xfer->xfer_buf;
2116 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2171 req = (struct ti_sci_msg_req_get_resource_range *)xfer->xfer_buf;
2182 resp = (struct ti_sci_msg_resp_get_resource_range *)xfer->xfer_buf;
2291 req = (struct ti_sci_msg_req_manage_irq *)xfer->xfer_buf;
2309 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2615 req = (struct ti_sci_msg_rm_ring_cfg_req *)xfer->xfer_buf;
2634 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2679 req = (struct ti_sci_msg_psil_pair *)xfer->xfer_buf;
2690 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2735 req = (struct ti_sci_msg_psil_unpair *)xfer->xfer_buf;
2746 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2790 req = (struct ti_sci_msg_rm_udmap_tx_ch_cfg_req *)xfer->xfer_buf;
2818 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2862 req = (struct ti_sci_msg_rm_udmap_rx_ch_cfg_req *)xfer->xfer_buf;
2887 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
2931 req = (struct ti_sci_msg_rm_udmap_flow_cfg_req *)xfer->xfer_buf;
2961 resp = (struct ti_sci_msg_hdr *)xfer->xfer_buf;
3003 req = (struct ti_sci_msg_req_proc_request *)xfer->xfer_buf;
3055 req = (struct ti_sci_msg_req_proc_release *)xfer->xfer_buf;
3110 req = (struct ti_sci_msg_req_proc_handover *)xfer->xfer_buf;
3169 req = (struct ti_sci_msg_req_set_config *)xfer->xfer_buf;
3230 req = (struct ti_sci_msg_req_set_ctrl *)xfer->xfer_buf;
3289 req = (struct ti_sci_msg_req_get_status *)xfer->xfer_buf;
4135 xfer->xfer_buf = devm_kcalloc(dev, 1, desc->max_msg_size,
4137 if (!xfer->xfer_buf)
4140 xfer->tx_message.buf = xfer->xfer_buf;