Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/
H A Divc.h96 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame);
/rk3399_rockchip-uboot/drivers/misc/
H A Dtegra186_bpmp.c70 ret = tegra_ivc_read_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
/rk3399_rockchip-uboot/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