Searched refs:use_48mhz_xo (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/remoteproc/
H A Dqcom_wcnss.c73 bool use_48mhz_xo; member in struct:qcom_wcnss
193 if (wcnss->use_48mhz_xo)
641 wcnss->iris = qcom_iris_probe(&pdev->dev, &wcnss->use_48mhz_xo);
H A Dqcom_wcnss.h18 struct qcom_iris *qcom_iris_probe(struct device *parent, bool *use_48mhz_xo);
H A Dqcom_wcnss_iris.c33 bool use_48mhz_xo; member in struct:iris_data
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) argument
194 *use_48mhz_xo = data->use_48mhz_xo;

Completed in 307 milliseconds