Home
last modified time | relevance | path

Searched refs:notifier_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c91 unsigned int notifier_count; member
1729 if (core->notifier_count && msg) in __clk_recalc_rates()
1990 if (core->notifier_count) in __clk_speculate_rates()
2128 if (core->notifier_count) { in clk_propagate_rate_change()
2230 if (core->notifier_count && old_rate != core->rate) in clk_change_rate()
3380 debugfs_create_u32("clk_notifier_count", 0444, root, &core->notifier_count); in clk_debug_create_one()
4450 clk->core->notifier_count++; in clk_notifier_register()
4484 clk->core->notifier_count--; in clk_notifier_unregister()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c86 unsigned int notifier_count; member
1870 if (core->notifier_count && msg) in __clk_recalc_rates()
2133 if (core->notifier_count) in __clk_speculate_rates()
2271 if (core->notifier_count) { in clk_propagate_rate_change()
2365 if (core->notifier_count && old_rate != core->rate) in clk_change_rate()
3575 debugfs_create_u32("clk_notifier_count", 0444, root, &core->notifier_count); in clk_debug_create_one()
4670 clk->core->notifier_count++; in clk_notifier_register()
4704 clk->core->notifier_count--; in clk_notifier_unregister()

Completed in 12 milliseconds