Home
last modified time | relevance | path

Searched refs:scpd (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/pmdomain/mediatek/
H A Dmtk-scpsys.c172 static int scpsys_domain_is_on(struct scp_domain *scpd) in scpsys_domain_is_on() argument
174 struct scp *scp = scpd->scp; in scpsys_domain_is_on()
177 scpd->data->sta_mask; in scpsys_domain_is_on()
179 scpd->data->sta_mask; in scpsys_domain_is_on()
194 static int scpsys_regulator_enable(struct scp_domain *scpd) in scpsys_regulator_enable() argument
196 if (!scpd->supply) in scpsys_regulator_enable()
199 return regulator_enable(scpd->supply); in scpsys_regulator_enable()
202 static int scpsys_regulator_disable(struct scp_domain *scpd) in scpsys_regulator_disable() argument
204 if (!scpd->supply) in scpsys_regulator_disable()
207 return regulator_disable(scpd->supply); in scpsys_regulator_disable()
[all …]
/linux/kernel/trace/rv/
H A DMakefile11 obj-$(CONFIG_RV_MON_SCPD) += monitors/scpd/scpd.o
H A DKconfig55 source "kernel/trace/rv/monitors/scpd/Kconfig"
/linux/kernel/trace/rv/monitors/scpd/
H A DKconfig9 bool "scpd monitor"
H A Dscpd.c21 DECLARE_DA_MON_PER_CPU(scpd, unsigned char);
/linux/Documentation/tools/rv/
H A Drv-mon-sched.rst49 * scpd: schedule called with preemption disabled
/linux/Documentation/trace/rv/
H A Dmonitor_sched.rst85 Monitor scpd
88 The schedule called with preemption disabled (scpd) monitor ensures schedule is