Home
last modified time | relevance | path

Searched refs:_hw (Results 1 – 25 of 29) sorted by relevance

12

/drivers/clk/tegra/
Dclk.h36 #define to_clk_sync_source(_hw) \ argument
37 container_of(_hw, struct tegra_clk_sync_source, hw)
75 #define to_clk_frac_div(_hw) container_of(_hw, struct tegra_clk_frac_div, hw) argument
227 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) argument
314 #define to_clk_pll_out(_hw) container_of(_hw, struct tegra_clk_pll_out, hw) argument
373 #define to_clk_periph_gate(_hw) \ argument
374 container_of(_hw, struct tegra_clk_periph_gate, hw)
414 #define to_clk_periph(_hw) container_of(_hw, struct tegra_clk_periph, hw) argument
525 #define to_clk_super_mux(_hw) container_of(_hw, struct tegra_clk_super_mux, hw) argument
/drivers/clk/samsung/
Dclk-pll.c32 #define to_clk_pll35xx(_hw) container_of(_hw, struct samsung_clk_pll35xx, hw) argument
108 #define to_clk_pll36xx(_hw) container_of(_hw, struct samsung_clk_pll36xx, hw) argument
188 #define to_clk_pll45xx(_hw) container_of(_hw, struct samsung_clk_pll45xx, hw) argument
273 #define to_clk_pll46xx(_hw) container_of(_hw, struct samsung_clk_pll46xx, hw) argument
358 #define to_clk_pll2550x(_hw) container_of(_hw, struct samsung_clk_pll2550x, hw) argument
/drivers/clk/
Dclk-fixed-rate.c29 #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw) argument
Dclk-fixed-factor.c26 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) argument
Dclk-gate.c29 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) argument
Dclk-mux.c30 #define to_clk_mux(_hw) container_of(_hw, struct clk_mux, hw) argument
Dclk-u300.c102 #define to_syscon(_hw) container_of(_hw, struct clk_syscon, hw) argument
399 #define to_mclk(_hw) container_of(_hw, struct clk_mclk, hw) argument
Dclk-prima2.c69 #define to_pllclk(_hw) container_of(_hw, struct clk_pll, hw) argument
77 #define to_dmnclk(_hw) container_of(_hw, struct clk_dmn, hw) argument
84 #define to_stdclk(_hw) container_of(_hw, struct clk_std, hw) argument
Dclk-vt8500.c55 #define to_clk_device(_hw) container_of(_hw, struct clk_device, hw) argument
298 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
Dclk-composite.c22 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) argument
Dclk-divider.c31 #define to_clk_divider(_hw) container_of(_hw, struct clk_divider, hw) argument
/drivers/clk/spear/
Dclk-vco-pll.c65 #define to_clk_vco(_hw) container_of(_hw, struct clk_vco, hw) argument
66 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
Dclk-frac-synth.c42 #define to_clk_frac(_hw) container_of(_hw, struct clk_frac, hw) argument
Dclk-gpt-synth.c32 #define to_clk_gpt(_hw) container_of(_hw, struct clk_gpt, hw) argument
Dclk-aux-synth.c30 #define to_clk_aux(_hw) container_of(_hw, struct clk_aux, hw) argument
/drivers/clk/mxs/
Dclk-pll.c37 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
Dclk-ref.c36 #define to_clk_ref(_hw) container_of(_hw, struct clk_ref, hw) argument
Dclk-frac.c38 #define to_clk_frac(_hw) container_of(_hw, struct clk_frac, hw) argument
/drivers/clk/versatile/
Dclk-icst.c40 #define to_icst(_hw) container_of(_hw, struct clk_icst, hw) argument
Dclk-sp810.c21 #define to_clk_sp810_timerclken(_hw) \ argument
22 container_of(_hw, struct clk_sp810_timerclken, hw)
/drivers/clk/ux500/
Dclk-prcc.c26 #define to_clk_prcc(_hw) container_of(_hw, struct clk_prcc, hw) argument
Dclk-sysctrl.c21 #define to_clk_sysctrl(_hw) container_of(_hw, struct clk_sysctrl, hw) argument
Dclk-prcmu.c18 #define to_clk_prcmu(_hw) container_of(_hw, struct clk_prcmu, hw) argument
/drivers/clk/mvebu/
Dclk-gating-ctrl.c33 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) argument
/drivers/clk/sunxi/
Dclk-factors.c41 #define to_clk_factors(_hw) container_of(_hw, struct clk_factors, hw) argument

12