Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/soc/qcom/
H A Dqcom_aoss.c435 struct qmp *qmp_get(struct device *dev) in qmp_get() function
461 EXPORT_SYMBOL(qmp_get);
/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5.c333 q6v5->qmp = qmp_get(&pdev->dev); in qcom_q6v5_init()
/openbmc/linux/drivers/net/ipa/
H A Dipa_power.c302 struct qmp *qmp = qmp_get(power->dev); in ipa_power_retention_init()