Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5.h53 int qcom_q6v5_wait_for_start(struct qcom_q6v5 *q6v5, int timeout);
H A Dqcom_q6v5.c154 int qcom_q6v5_wait_for_start(struct qcom_q6v5 *q6v5, int timeout) in qcom_q6v5_wait_for_start() function
164 EXPORT_SYMBOL_GPL(qcom_q6v5_wait_for_start);
H A Dqcom_q6v5_wcss.c279 ret = qcom_q6v5_wait_for_start(&wcss->q6v5, 5 * HZ); in q6v5_wcss_start()
480 ret = qcom_q6v5_wait_for_start(&wcss->q6v5, 5 * HZ); in q6v5_qcs404_wcss_start()
H A Dqcom_q6v5_adsp.c440 ret = qcom_q6v5_wait_for_start(&adsp->q6v5, msecs_to_jiffies(5 * HZ)); in adsp_start()
H A Dqcom_q6v5_pas.c308 ret = qcom_q6v5_wait_for_start(&adsp->q6v5, msecs_to_jiffies(5000)); in adsp_start()
H A Dqcom_q6v5_mss.c1595 ret = qcom_q6v5_wait_for_start(&qproc->q6v5, msecs_to_jiffies(5000)); in q6v5_start()