Lines Matching refs:usecount
413 if (clk->usecount++ == 0) {
433 clk->usecount--;
439 if (clk->usecount > 0 && !(--clk->usecount)) {
634 if (clk->usecount == 0) {
635 pr_err("Trying disable clock %s with 0 usecount\n",
945 if (ck->usecount > 0 || !ck->enable_reg)
981 c->usecount);
998 debugfs_create_u8("usecount", S_IRUGO, c->dent, &c->usecount);