Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/
Dclk-vt8500.c29 struct clk_device { struct
74 #define to_clk_device(_hw) container_of(_hw, struct clk_device, hw)
86 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_enable()
102 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_disable()
117 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_is_enabled()
126 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_recalc_rate()
143 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_round_rate()
169 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_set_rate()
236 struct clk_device *dev_clk; in vtwm_device_clk_init()