Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-gpio.c274 static int clk_gated_fixed_prepare(struct clk_hw *hw) in clk_gated_fixed_prepare() function
311 .prepare = clk_gated_fixed_prepare,
324 ret = clk_gated_fixed_prepare(hw); in clk_sleeping_gated_fixed_prepare()