Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h95 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame);
/openbmc/linux/include/soc/tegra/
H A Divc.h41 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map);
/openbmc/u-boot/drivers/misc/
H A Dtegra186_bpmp.c69 ret = tegra_ivc_read_get_next_frame(&priv->ivc, &ivc_frame); in tegra186_bpmp_call()
/openbmc/linux/drivers/firmware/tegra/
H A Divc.c279 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map) in tegra_ivc_read_get_next_frame() function
301 EXPORT_SYMBOL(tegra_ivc_read_get_next_frame);
H A Dbpmp-tegra186.c50 err = tegra_ivc_read_get_next_frame(channel->ivc, &channel->ib); in tegra186_bpmp_is_message_ready()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Divc.c236 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame) in tegra_ivc_read_get_next_frame() function