Searched refs:tegra_ivc_read_get_next_frame (Results 1 – 6 of 6) sorted by relevance
95 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame);
41 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map);
69 ret = tegra_ivc_read_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
279 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map) in tegra_ivc_read_get_next_frame() function301 EXPORT_SYMBOL(tegra_ivc_read_get_next_frame);
50 err = tegra_ivc_read_get_next_frame(channel->ivc, &channel->ib); in tegra186_bpmp_is_message_ready()
236 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame) in tegra_ivc_read_get_next_frame() function