Home
last modified time | relevance | path

Searched refs:qcom_scm (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/firmware/
DMakefile20 obj-$(CONFIG_QCOM_SCM) += qcom_scm.o
21 obj-$(CONFIG_QCOM_SCM_64) += qcom_scm-64.o
22 obj-$(CONFIG_QCOM_SCM_32) += qcom_scm-32.o
Dqcom_scm.c32 struct qcom_scm { struct
55 static struct qcom_scm *__scm; argument
507 struct qcom_scm *scm; in qcom_scm_probe()