Home
last modified time | relevance | path

Searched defs:clk_hw (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/clk/ti/
Ddpll.c145 struct clk_hw_omap *clk_hw = to_clk_hw_omap(hw); in _register_dpll() local
195 struct clk_hw_omap *clk_hw; in ti_clk_register_dpll() local
294 struct clk_hw_omap *clk_hw; in _register_dpll_x2() local
340 struct clk_hw_omap *clk_hw = NULL; in of_ti_dpll_setup() local
Dapll.c136 struct clk_hw_omap *clk_hw = to_clk_hw_omap(hw); in omap_clk_register_apll() local
170 struct clk_hw_omap *clk_hw = NULL; in of_dra7_apll_setup() local
333 struct clk_hw_omap *clk_hw = NULL; in of_omap2_apll_setup() local
Dclockdomain.c30 struct clk_hw *clk_hw; in of_ti_clockdomain_setup() local
Dinterface.c41 struct clk_hw_omap *clk_hw; in _register_interface() local
Dclk.c204 struct clk_hw *clk_hw; in ti_clk_register_clk() local
Dgate.c102 struct clk_hw_omap *clk_hw; in _register_gate() local
Dclk-dra7-atl.c169 struct dra7_atl_desc *clk_hw = NULL; in of_dra7_atl_clock_setup() local
/linux-4.1.27/drivers/clk/
Dclk-axi-clkgen.c68 struct clk_hw clk_hw; member
353 static struct axi_clkgen *clk_hw_to_axi_clkgen(struct clk_hw *clk_hw) in clk_hw_to_axi_clkgen()
358 static int axi_clkgen_set_rate(struct clk_hw *clk_hw, in axi_clkgen_set_rate()
421 static unsigned long axi_clkgen_recalc_rate(struct clk_hw *clk_hw, in axi_clkgen_recalc_rate()
448 static int axi_clkgen_enable(struct clk_hw *clk_hw) in axi_clkgen_enable()
457 static void axi_clkgen_disable(struct clk_hw *clk_hw) in axi_clkgen_disable()
/linux-4.1.27/include/linux/
Dclk-provider.h232 struct clk_hw { struct
253 struct clk_hw hw; argument