Searched refs:scpd (Results 1 – 7 of 7) sorted by relevance
172 static int scpsys_domain_is_on(struct scp_domain *scpd) in scpsys_domain_is_on() argument174 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() argument196 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() argument204 if (!scpd->supply) in scpsys_regulator_disable()207 return regulator_disable(scpd->supply); in scpsys_regulator_disable()[all …]
11 obj-$(CONFIG_RV_MON_SCPD) += monitors/scpd/scpd.o
55 source "kernel/trace/rv/monitors/scpd/Kconfig"
9 bool "scpd monitor"
21 DECLARE_DA_MON_PER_CPU(scpd, unsigned char);
49 * scpd: schedule called with preemption disabled
85 Monitor scpd88 The schedule called with preemption disabled (scpd) monitor ensures schedule is