protect_count 77 drivers/clk/clk.c unsigned int protect_count; protect_count 203 drivers/clk/clk.c return core->protect_count; protect_count 682 drivers/clk/clk.c if (WARN(core->protect_count == 0, protect_count 686 drivers/clk/clk.c if (--core->protect_count > 0) protect_count 701 drivers/clk/clk.c if (core->protect_count == 0) protect_count 704 drivers/clk/clk.c ret = core->protect_count; protect_count 705 drivers/clk/clk.c core->protect_count = 1; protect_count 757 drivers/clk/clk.c if (core->protect_count == 0) protect_count 760 drivers/clk/clk.c core->protect_count++; protect_count 774 drivers/clk/clk.c core->protect_count = count; protect_count 2898 drivers/clk/clk.c c->enable_count, c->prepare_count, c->protect_count, protect_count 2953 drivers/clk/clk.c seq_printf(s, "\"protect_count\": %d,", c->protect_count); protect_count 3161 drivers/clk/clk.c debugfs_create_u32("clk_protect_count", 0444, root, &core->protect_count); protect_count 3940 drivers/clk/clk.c if (clk->core->protect_count) protect_count 4099 drivers/clk/clk.c clk->core->protect_count -= (clk->exclusive_count - 1);