tegra_bpmp_mrq_return  434 drivers/firmware/tegra/bpmp.c EXPORT_SYMBOL_GPL(tegra_bpmp_mrq_return);
tegra_bpmp_mrq_return  448 drivers/firmware/tegra/bpmp.c 		tegra_bpmp_mrq_return(channel, -EINVAL, &zero, sizeof(zero));
tegra_bpmp_mrq_return  539 drivers/firmware/tegra/bpmp.c 	tegra_bpmp_mrq_return(channel, 0, &response, sizeof(response));
tegra_bpmp_mrq_return  104 drivers/thermal/tegra/tegra-bpmp-thermal.c 		tegra_bpmp_mrq_return(ch, -EINVAL, NULL, 0);
tegra_bpmp_mrq_return  113 drivers/thermal/tegra/tegra-bpmp-thermal.c 		tegra_bpmp_mrq_return(ch, 0, NULL, 0);
tegra_bpmp_mrq_return  119 drivers/thermal/tegra/tegra-bpmp-thermal.c 	tegra_bpmp_mrq_return(ch, -EINVAL, NULL, 0);
tegra_bpmp_mrq_return  116 include/soc/tegra/bpmp.h void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code,