Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk.c98 unsigned int notifier_count; member
1965 if (core->notifier_count && msg) in __clk_recalc_rates()
2228 if (core->notifier_count) in __clk_speculate_rates()
2366 if (core->notifier_count) { in clk_propagate_rate_change()
2460 if (core->notifier_count && old_rate != core->rate) in clk_change_rate()
3723 debugfs_create_u32("clk_notifier_count", 0444, root, &core->notifier_count); in clk_debug_create_one()
4828 clk->core->notifier_count++; in clk_notifier_register()
4862 clk->core->notifier_count--; in clk_notifier_unregister()
/linux/Documentation/driver-api/
H A Dclk.rst121 notifier_count, is needed here. That is all handled by the common