Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h123 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, void **frame);
/openbmc/linux/include/soc/tegra/
H A Divc.h61 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map);
/openbmc/u-boot/drivers/misc/
H A Dtegra186_bpmp.c44 ret = tegra_ivc_write_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
/openbmc/linux/drivers/firmware/tegra/
H A 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);
H A Dbpmp-tegra186.c63 err = tegra_ivc_write_get_next_frame(channel->ivc, &channel->ob); in tegra186_bpmp_is_channel_free()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Divc.c287 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, void **frame) in tegra_ivc_write_get_next_frame() function