Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-sun5i.c39 struct notifier_block clk_rate_cb; member
46 container_of(x, struct sun5i_timer, clk_rate_cb)
279 st->clk_rate_cb.notifier_call = sun5i_rate_cb; in sun5i_timer_probe()
280 st->clk_rate_cb.next = NULL; in sun5i_timer_probe()
282 ret = devm_clk_notifier_register(dev, clk, &st->clk_rate_cb); in sun5i_timer_probe()