Home
last modified time | relevance | path

Searched refs:qcom_scm_pas_shutdown (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dqcom_scm.h77 extern int qcom_scm_pas_shutdown(u32 peripheral);
132 static inline int qcom_scm_pas_shutdown(u32 peripheral) { return -ENODEV; } in qcom_scm_pas_shutdown() function
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dfirmware.c213 qcom_scm_pas_shutdown(VENUS_PAS_ID); in venus_boot()
228 ret = qcom_scm_pas_shutdown(VENUS_PAS_ID); in venus_shutdown()
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dqcom_wcnss.c254 qcom_scm_pas_shutdown(WCNSS_PAS_ID); in wcnss_start()
291 ret = qcom_scm_pas_shutdown(WCNSS_PAS_ID); in wcnss_stop()
H A Dqcom_q6v5_pas.c179 qcom_scm_pas_shutdown(adsp->pas_id); in adsp_start()
224 ret = qcom_scm_pas_shutdown(adsp->pas_id); in adsp_stop()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dqcom_scm.c555 int qcom_scm_pas_shutdown(u32 peripheral) in qcom_scm_pas_shutdown() function
577 EXPORT_SYMBOL(qcom_scm_pas_shutdown);