Lines Matching refs:protect_count
77 unsigned int protect_count;
196 return core->protect_count;
818 if (WARN(core->protect_count == 0,
822 if (--core->protect_count > 0)
837 if (core->protect_count == 0)
840 ret = core->protect_count;
841 core->protect_count = 1;
893 if (core->protect_count == 0)
896 core->protect_count++;
910 core->protect_count = count;
3198 c->enable_count, c->prepare_count, c->protect_count,
3263 seq_printf(s, "\"protect_count\": %d,", c->protect_count);
3574 debugfs_create_u32("clk_protect_count", 0444, root, &core->protect_count);
4444 if (clk->core->protect_count)
4599 clk->core->protect_count -= (clk->exclusive_count - 1);