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

/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h110 * tegra_ivc_write_get_next_frame - Locate the next frame to fill for transmit.
121 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, void **frame);
127 * tegra_ivc_write_get_next_frame() has been filled and should be transmitted.
129 * returning, tegra_ivc_write_get_next_frame() will return a different frame.
/u-boot/drivers/misc/
H A Dtegra186_bpmp.c51 ret = tegra_ivc_write_get_next_frame(&priv->ivc, &ivc_frame);
53 pr_err("tegra_ivc_write_get_next_frame() failed: %d\n", ret);
/u-boot/arch/arm/mach-tegra/
H A Divc.c290 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, void **frame) function

Completed in 46 milliseconds