Home
last modified time | relevance | path

Searched defs:_hw (Results 1 – 25 of 127) sorted by relevance

123456

/linux/drivers/clk/qcom/
H A Dclk-krait.h24 #define to_krait_mux_clk(_hw) container_of(_hw, struct krait_mux_clk, hw) argument
37 #define to_krait_div2_clk(_hw) container_of(_hw, struct krait_div2_clk, hw) argument
H A Dclk-branch.h118 #define to_clk_branch(_hw) \ argument
121 #define to_clk_mem_branch(_hw) \ argument
H A Dclk-hfpll.h40 #define to_clk_hfpll(_hw) \ argument
/linux/drivers/clk/stm32/
H A Dclk-stm32-core.h98 #define to_clk_stm32_mux(_hw) container_of(_hw, struct clk_stm32_mux, hw) argument
108 #define to_clk_stm32_gate(_hw) container_of(_hw, struct clk_stm32_gate, hw) argument
118 #define to_clk_stm32_divider(_hw) container_of(_hw, struct clk_stm32_div, hw) argument
130 #define to_clk_stm32_composite(_hw) container_of(_hw, struct clk_stm32_composite, hw) argument
/linux/drivers/clk/tegra/
H A Dclk.h85 #define to_clk_sync_source(_hw) \ argument
126 #define to_clk_frac_div(_hw) container_of(_hw, struct tegra_clk_frac_div, hw) argument
385 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) argument
515 #define to_clk_pll_out(_hw) container_of(_hw, struct tegra_clk_pll_out, hw) argument
571 #define to_clk_periph_gate(_hw) \ argument
628 #define to_clk_periph(_hw) container_of(_hw, struct tegra_clk_periph, hw) argument
750 #define to_clk_super_mux(_hw) container_of(_hw, struct tegra_clk_super_mux, hw) argument
791 #define to_clk_sdmmc_mux(_hw) container_of(_hw, struct tegra_sdmmc_mux, hw) argument
/linux/drivers/clk/davinci/
H A Dda8xx-cfgchip.c39 #define to_da8xx_cfgchip_gate_clk(_hw) \ argument
210 #define to_da8xx_cfgchip_mux_clk(_hw) \ argument
353 #define to_da8xx_usb0_clk48(_hw) \ argument
546 #define to_da8xx_usb1_clk48(_hw) \ argument
/linux/drivers/clk/microchip/
H A Dclk-mpfs.c70 #define to_mpfs_msspll_clk(_hw) container_of(_hw, struct mpfs_msspll_hw_clock, hw) argument
80 #define to_mpfs_msspll_out_clk(_hw) container_of(_hw, struct mpfs_msspll_out_hw_clock, hw) argument
97 #define to_mpfs_cfg_clk(_hw) container_of(_hw, struct mpfs_cfg_hw_clock, hw) argument
111 #define to_mpfs_periph_clk(_hw) container_of(_hw, struct mpfs_periph_hw_clock, hw) argument
/linux/drivers/clk/uniphier/
H A Dclk-uniphier-gate.c20 #define to_uniphier_clk_gate(_hw) \ argument
H A Dclk-uniphier-mux.c21 #define to_uniphier_clk_mux(_hw) container_of(_hw, struct uniphier_clk_mux, hw) argument
H A Dclk-uniphier-cpugear.c25 #define to_uniphier_clk_cpugear(_hw) \ argument
/linux/drivers/clk/rockchip/
H A Dclk-inverter.c21 #define to_inv_clock(_hw) container_of(_hw, struct rockchip_inv_clock, hw) argument
H A Dclk-muxgrf.c19 #define to_muxgrf_clock(_hw) container_of(_hw, struct rockchip_muxgrf_clock, hw) argument
H A Dclk-gate-grf.c25 #define to_gate_grf(_hw) container_of(_hw, struct rockchip_gate_grf, hw) argument
/linux/drivers/clk/mxs/
H A Dclk-pll.c30 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
H A Dclk-ref.c29 #define to_clk_ref(_hw) container_of(_hw, struct clk_ref, hw) argument
/linux/drivers/clk/ux500/
H A Dclk-prcmu.c16 #define to_clk_prcmu(_hw) container_of(_hw, struct clk_prcmu, hw) argument
17 #define to_clk_prcmu_clkout(_hw) container_of(_hw, struct clk_prcmu_clkout, hw) argument
/linux/drivers/clk/zynqmp/
H A Dclk-mux-zynqmp.c35 #define to_zynqmp_clk_mux(_hw) container_of(_hw, struct zynqmp_clk_mux, hw) argument
H A Dclk-gate-zynqmp.c26 #define to_zynqmp_clk_gate(_hw) container_of(_hw, struct zynqmp_clk_gate, hw) argument
/linux/drivers/clk/renesas/
H A Drcar-gen3-cpg.c50 #define to_pll_clk(_hw) container_of(_hw, struct cpg_pll_clk, hw) argument
171 #define to_z_clk(_hw) container_of(_hw, struct cpg_z_clk, hw) argument
/linux/drivers/clk/st/
H A Dclk-flexgen.c50 #define to_flexgen(_hw) container_of(_hw, struct flexgen, hw) argument
51 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) argument
/linux/drivers/clk/spear/
H A Dclk-frac-synth.c39 #define to_clk_frac(_hw) container_of(_hw, struct clk_frac, hw) argument
H A Dclk-gpt-synth.c29 #define to_clk_gpt(_hw) container_of(_hw, struct clk_gpt, hw) argument
/linux/drivers/clk/x86/
H A Dclk-cgu-pll.c17 #define to_lgm_clk_pll(_hw) container_of(_hw, struct lgm_clk_pll, hw) argument
/linux/drivers/clk/versatile/
H A Dclk-sp810.c16 #define to_clk_sp810_timerclken(_hw) \ argument
/linux/drivers/clk/mstar/
H A Dclk-msc313-mpll.c42 #define to_mpll(_hw) container_of(_hw, struct msc313_mpll, clk_hw) argument

123456