Searched refs:qcom_scm_pas_shutdown (Results 1 – 5 of 5) sorted by relevance
50 extern int qcom_scm_pas_shutdown(u32 peripheral);88 static inline int qcom_scm_pas_shutdown(u32 peripheral) { return -ENODEV; } in qcom_scm_pas_shutdown() function
113 qcom_scm_pas_shutdown(adsp->pas_id); in adsp_start()151 ret = qcom_scm_pas_shutdown(adsp->pas_id); in adsp_stop()
246 qcom_scm_pas_shutdown(WCNSS_PAS_ID); in wcnss_start()283 ret = qcom_scm_pas_shutdown(WCNSS_PAS_ID); in wcnss_stop()
292 int qcom_scm_pas_shutdown(u32 peripheral) in qcom_scm_pas_shutdown() function305 EXPORT_SYMBOL(qcom_scm_pas_shutdown);
206 ret = qcom_scm_pas_shutdown(VENUS_PAS_ID); in venus_shutdown()