Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dingenic-sysost.c94 struct ingenic_ost_clk *ost_clk = to_ost_clk(hw); in ingenic_ost_percpu_timer_recalc_rate() local
274 struct ingenic_ost_clk *ost_clk; in ingenic_ost_register_clock() local
277 ost_clk = kzalloc(sizeof(*ost_clk), GFP_KERNEL); in ingenic_ost_register_clock()
278 if (!ost_clk) in ingenic_ost_register_clock()
281 ost_clk->hw.init = &info->init_data; in ingenic_ost_register_clock()
282 ost_clk->idx = idx; in ingenic_ost_register_clock()
283 ost_clk->info = info; in ingenic_ost_register_clock()
284 ost_clk->ost = ost; in ingenic_ost_register_clock()
291 err = clk_hw_register(NULL, &ost_clk->hw); in ingenic_ost_register_clock()
293 kfree(ost_clk); in ingenic_ost_register_clock()
[all …]