Lines Matching defs:count
43 * and clk_op_might_sleep count to be modified.
46 * clock_op_might_sleep count to guard against concurrent modifications.
74 * and clk_op_might_sleep count being used.
80 * clock_op_might_sleep count. If clock_op_might_sleep is != 0 then
308 int i, count;
314 count = of_clk_get_parent_count(dev->of_node);
315 if (count <= 0)
318 clks = kcalloc(count, sizeof(*clks), GFP_KERNEL);
322 for (i = 0; i < count; i++) {
460 * object, set the count of clocks that might sleep to 0.