Home
last modified time | relevance | path

Searched refs:tegra_ivc_read_get_next_frame (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h96 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame);
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Divc.h39 void *tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc);
/OK3568_Linux_fs/kernel/drivers/firmware/tegra/
H A Divc.c267 void *tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc) in tegra_ivc_read_get_next_frame() function
289 EXPORT_SYMBOL(tegra_ivc_read_get_next_frame);
H A Dbpmp-tegra186.c45 frame = tegra_ivc_read_get_next_frame(channel->ivc); in tegra186_bpmp_is_message_ready()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dtegra186_bpmp.c70 ret = tegra_ivc_read_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Divc.c237 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame) in tegra_ivc_read_get_next_frame() function