Lines Matching refs:clkdm2
167 int (*clkdm_add_wkdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
168 int (*clkdm_del_wkdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
169 int (*clkdm_read_wkdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
171 int (*clkdm_add_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
172 int (*clkdm_del_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
173 int (*clkdm_read_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
196 int clkdm_add_wkdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
197 int clkdm_del_wkdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
198 int clkdm_read_wkdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
200 int clkdm_add_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
201 int clkdm_del_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
202 int clkdm_read_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);