Lines Matching refs:frame
59 struct frame_data *frame; in tegra_bpmp_get_next_out_frame() local
62 frame = (struct frame_data *)tegra_ivc_write_get_next_frame(ch); in tegra_bpmp_get_next_out_frame()
63 if (frame == NULL) { in tegra_bpmp_get_next_out_frame()
66 s_channel.ob = frame; in tegra_bpmp_get_next_out_frame()
69 return frame; in tegra_bpmp_get_next_out_frame()
85 struct frame_data *frame; in tegra_bpmp_slave_acked() local
88 frame = (struct frame_data *)tegra_ivc_read_get_next_frame(&ivc_ccplex_bpmp_channel); in tegra_bpmp_slave_acked()
89 if (frame == NULL) { in tegra_bpmp_slave_acked()
92 s_channel.ib = frame; in tegra_bpmp_slave_acked()
170 struct frame_data *frame = tegra_bpmp_get_next_out_frame(); in tegra_bpmp_ipc_send_req_atomic() local
176 (frame == NULL)) { in tegra_bpmp_ipc_send_req_atomic()
182 frame->mrq = mrq; in tegra_bpmp_ipc_send_req_atomic()
183 frame->flags = FLAG_DO_ACK; in tegra_bpmp_ipc_send_req_atomic()
184 p_fdata = frame->data; in tegra_bpmp_ipc_send_req_atomic()