Home
last modified time | relevance | path

Searched refs:rcar_sysc_ch (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm/mach-shmobile/
Dpm-rcar.c37 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() argument
109 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()
Dsmp-r8a7779.c35 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()
Dpm-rcar.h4 struct rcar_sysc_ch { struct
10 int rcar_sysc_power_down(struct rcar_sysc_ch *sysc_ch); argument
11 int rcar_sysc_power_up(struct rcar_sysc_ch *sysc_ch);
12 bool rcar_sysc_power_is_off(struct rcar_sysc_ch *sysc_ch);
Dsmp-r8a7790.c29 static struct rcar_sysc_ch r8a7790_ca15_scu = {
34 static struct rcar_sysc_ch r8a7790_ca7_scu = {
Dpm-r8a7779.c35 struct rcar_sysc_ch ch;
38 static inline struct rcar_sysc_ch *to_r8a7779_ch(struct generic_pm_domain *d) in to_r8a7779_ch()