Searched refs:tegra_ivc_read_get_next_frame (Results 1 – 6 of 6) sorted by relevance
96 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame);
39 void *tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc);
267 void *tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc) in tegra_ivc_read_get_next_frame() function289 EXPORT_SYMBOL(tegra_ivc_read_get_next_frame);
45 frame = tegra_ivc_read_get_next_frame(channel->ivc); in tegra186_bpmp_is_message_ready()
70 ret = tegra_ivc_read_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
237 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame) in tegra_ivc_read_get_next_frame() function