Home
last modified time | relevance | path

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

/linux/include/linux/soc/qcom/
H A Dqcom_aoss.h17 struct qmp *qmp_get(struct device *dev);
27 static inline struct qmp *qmp_get(struct device *dev) in qmp_get() function
/linux/drivers/net/ipa/
H A Dipa_power.c199 struct qmp *qmp = qmp_get(power->dev); in ipa_power_retention_init()
/linux/drivers/soc/qcom/
H A Dqcom_aoss.c443 * qmp_get() - get a qmp handle from a device
448 struct qmp *qmp_get(struct device *dev) in qmp_get() function
474 EXPORT_SYMBOL_GPL(qmp_get);
478 * @qmp: qmp handle obtained from qmp_get()
484 * qmp_get() in qmp_put()
H A Dqcom_stats.c331 qcom_stats_qmp = qmp_get(&pdev->dev); in qcom_stats_probe()
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c2056 gmu->qmp = qmp_get(gmu->dev); in a6xx_gmu_init()