Home
last modified time | relevance | path

Searched refs:tegra_ivc_write_get_next_frame (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/soc/tegra/
Divc.h61 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map);
/linux-6.12.1/drivers/firmware/tegra/
Divc.c343 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map) in tegra_ivc_write_get_next_frame() function
353 EXPORT_SYMBOL(tegra_ivc_write_get_next_frame);
Dbpmp-tegra186.c63 err = tegra_ivc_write_get_next_frame(channel->ivc, &channel->ob); in tegra186_bpmp_is_channel_free()