/drivers/clk/tegra/ |
D | clk.h | 36 #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/ |
D | clk-pll.c | 32 #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/ |
D | clk-fixed-rate.c | 29 #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw) argument
|
D | clk-fixed-factor.c | 26 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) argument
|
D | clk-gate.c | 29 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) argument
|
D | clk-mux.c | 30 #define to_clk_mux(_hw) container_of(_hw, struct clk_mux, hw) argument
|
D | clk-u300.c | 102 #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
|
D | clk-prima2.c | 69 #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
|
D | clk-vt8500.c | 55 #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
|
D | clk-composite.c | 22 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) argument
|
D | clk-divider.c | 31 #define to_clk_divider(_hw) container_of(_hw, struct clk_divider, hw) argument
|
/drivers/clk/spear/ |
D | clk-vco-pll.c | 65 #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
|
D | clk-frac-synth.c | 42 #define to_clk_frac(_hw) container_of(_hw, struct clk_frac, hw) argument
|
D | clk-gpt-synth.c | 32 #define to_clk_gpt(_hw) container_of(_hw, struct clk_gpt, hw) argument
|
D | clk-aux-synth.c | 30 #define to_clk_aux(_hw) container_of(_hw, struct clk_aux, hw) argument
|
/drivers/clk/mxs/ |
D | clk-pll.c | 37 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
|
D | clk-ref.c | 36 #define to_clk_ref(_hw) container_of(_hw, struct clk_ref, hw) argument
|
D | clk-frac.c | 38 #define to_clk_frac(_hw) container_of(_hw, struct clk_frac, hw) argument
|
/drivers/clk/versatile/ |
D | clk-icst.c | 40 #define to_icst(_hw) container_of(_hw, struct clk_icst, hw) argument
|
D | clk-sp810.c | 21 #define to_clk_sp810_timerclken(_hw) \ argument 22 container_of(_hw, struct clk_sp810_timerclken, hw)
|
/drivers/clk/ux500/ |
D | clk-prcc.c | 26 #define to_clk_prcc(_hw) container_of(_hw, struct clk_prcc, hw) argument
|
D | clk-sysctrl.c | 21 #define to_clk_sysctrl(_hw) container_of(_hw, struct clk_sysctrl, hw) argument
|
D | clk-prcmu.c | 18 #define to_clk_prcmu(_hw) container_of(_hw, struct clk_prcmu, hw) argument
|
/drivers/clk/mvebu/ |
D | clk-gating-ctrl.c | 33 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) argument
|
/drivers/clk/sunxi/ |
D | clk-factors.c | 41 #define to_clk_factors(_hw) container_of(_hw, struct clk_factors, hw) argument
|