Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/tegra/
H A Divc.h92 void tegra_ivc_reset(struct tegra_ivc *ivc);
/openbmc/linux/drivers/firmware/tegra/
H A Divc.c398 void tegra_ivc_reset(struct tegra_ivc *ivc) in tegra_ivc_reset() function
406 EXPORT_SYMBOL(tegra_ivc_reset);
H A Dbpmp-tegra186.c152 tegra_ivc_reset(channel->ivc); in tegra186_bpmp_channel_reset()