Lines Matching refs:clkdm1
162 int (*clkdm_add_wkdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
163 int (*clkdm_del_wkdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
164 int (*clkdm_read_wkdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
166 int (*clkdm_add_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
167 int (*clkdm_del_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
168 int (*clkdm_read_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
189 int clkdm_add_wkdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
190 int clkdm_del_wkdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
191 int clkdm_read_wkdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
193 int clkdm_add_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
194 int clkdm_del_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
195 int clkdm_read_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);