Searched refs:use_48mhz_xo (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_wcnss_iris.c | 33 bool use_48mhz_xo; member 44 .use_48mhz_xo = false, 55 .use_48mhz_xo = true, 66 .use_48mhz_xo = true, 113 struct qcom_iris *qcom_iris_probe(struct device *parent, bool *use_48mhz_xo) in qcom_iris_probe() argument 194 *use_48mhz_xo = data->use_48mhz_xo; in qcom_iris_probe()
|
H A D | qcom_wcnss.h | 18 struct qcom_iris *qcom_iris_probe(struct device *parent, bool *use_48mhz_xo);
|
H A D | qcom_wcnss.c | 73 bool use_48mhz_xo; member 193 if (wcnss->use_48mhz_xo) in wcnss_configure_iris() 643 wcnss->iris = qcom_iris_probe(&pdev->dev, &wcnss->use_48mhz_xo); in wcnss_probe()
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | qcom_wcnss_iris.c | 32 bool use_48mhz_xo; member 43 .use_48mhz_xo = false, 54 .use_48mhz_xo = true, 65 .use_48mhz_xo = true, 146 qcom_wcnss_assign_iris(wcnss, iris, data->use_48mhz_xo); in qcom_iris_probe()
|
H A D | qcom_wcnss.c | 69 bool use_48mhz_xo; member 136 bool use_48mhz_xo) in qcom_wcnss_assign_iris() 141 wcnss->use_48mhz_xo = use_48mhz_xo; in qcom_wcnss_assign_iris() 184 if (wcnss->use_48mhz_xo) in wcnss_configure_iris() 134 qcom_wcnss_assign_iris(struct qcom_wcnss *wcnss, struct qcom_iris *iris, bool use_48mhz_xo) qcom_wcnss_assign_iris() argument
|
H A D | qcom_wcnss.h | 23 void qcom_wcnss_assign_iris(struct qcom_wcnss *wcnss, struct qcom_iris *iris, bool use_48mhz_xo);
|
Completed in 3 milliseconds