Searched refs:rcar_sysc_ch (Results 1 – 5 of 5) sorted by relevance
37 static int rcar_sysc_pwr_on_off(struct rcar_sysc_ch *sysc_ch, in rcar_sysc_pwr_on_off()57 static int rcar_sysc_pwr_off(struct rcar_sysc_ch *sysc_ch) in rcar_sysc_pwr_off()62 static int rcar_sysc_pwr_on(struct rcar_sysc_ch *sysc_ch) in rcar_sysc_pwr_on()67 static int rcar_sysc_update(struct rcar_sysc_ch *sysc_ch, in rcar_sysc_update()68 int (*on_off_fn)(struct rcar_sysc_ch *)) in rcar_sysc_update() argument109 int rcar_sysc_power_down(struct rcar_sysc_ch *sysc_ch) in rcar_sysc_power_down()114 int rcar_sysc_power_up(struct rcar_sysc_ch *sysc_ch) in rcar_sysc_power_up()119 bool rcar_sysc_power_is_off(struct rcar_sysc_ch *sysc_ch) in rcar_sysc_power_is_off()
35 static struct rcar_sysc_ch r8a7779_ch_cpu1 = {41 static struct rcar_sysc_ch r8a7779_ch_cpu2 = {47 static struct rcar_sysc_ch r8a7779_ch_cpu3 = {53 static struct rcar_sysc_ch *r8a7779_ch_cpu[4] = {69 struct rcar_sysc_ch *ch = NULL; in r8a7779_platform_cpu_kill()85 struct rcar_sysc_ch *ch = NULL; in r8a7779_boot_secondary()
4 struct rcar_sysc_ch { struct10 int rcar_sysc_power_down(struct rcar_sysc_ch *sysc_ch); argument11 int rcar_sysc_power_up(struct rcar_sysc_ch *sysc_ch);12 bool rcar_sysc_power_is_off(struct rcar_sysc_ch *sysc_ch);
29 static struct rcar_sysc_ch r8a7790_ca15_scu = {34 static struct rcar_sysc_ch r8a7790_ca7_scu = {
35 struct rcar_sysc_ch ch;38 static inline struct rcar_sysc_ch *to_r8a7779_ch(struct generic_pm_domain *d) in to_r8a7779_ch()