Searched refs:clk_rate_cb (Results 1 – 1 of 1) sorted by relevance
39 struct notifier_block clk_rate_cb; member46 container_of(x, struct sun5i_timer, clk_rate_cb)277 st->clk_rate_cb.notifier_call = sun5i_rate_cb; in sun5i_timer_probe()278 st->clk_rate_cb.next = NULL; in sun5i_timer_probe()280 ret = devm_clk_notifier_register(dev, clk, &st->clk_rate_cb); in sun5i_timer_probe()