Lines Matching refs:clkdm1
145 int (*clkdm_add_wkdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
146 int (*clkdm_del_wkdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
147 int (*clkdm_read_wkdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
149 int (*clkdm_add_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
150 int (*clkdm_del_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
151 int (*clkdm_read_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
169 int clkdm_add_wkdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
170 int clkdm_del_wkdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
171 int clkdm_read_wkdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
173 int clkdm_add_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
174 int clkdm_del_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
175 int clkdm_read_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);