/linux/drivers/clk/qcom/ |
H A D | clk-krait.h | 24 #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 D | clk-branch.h | 114 #define to_clk_branch(_hw) \ argument 117 #define to_clk_mem_branch(_hw) \ argument
|
/linux/drivers/clk/stm32/ |
H A D | clk-stm32-core.h | 98 #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/x86/ |
H A D | clk-cgu.c | 20 #define to_lgm_clk_mux(_hw) container_of(_hw, struct lgm_clk_mux, hw) argument 21 #define to_lgm_clk_divider(_hw) container_of(_hw, struct lgm_clk_divider, hw) argument 22 #define to_lgm_clk_gate(_hw) container_of(_hw, struct lgm_clk_gate, hw) argument 23 #define to_lgm_clk_ddiv(_hw) container_of(_hw, struct lgm_clk_ddiv, hw) argument
|
/linux/drivers/clk/tegra/ |
H A D | clk.h | 85 #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 751 #define to_clk_super_mux(_hw) container_of(_hw, struct tegra_clk_super_mux, hw) argument 792 #define to_clk_sdmmc_mux(_hw) container_of(_hw, struct tegra_sdmmc_mux, hw) argument
|
/linux/drivers/clk/davinci/ |
H A D | da8xx-cfgchip.c | 39 #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 D | clk-core.c | 95 #define clkhw_to_pbclk(_hw) container_of(_hw, struct pic32_periph_clk, hw) argument 245 #define clkhw_to_refosc(_hw) container_of(_hw, struct pic32_ref_osc, hw) argument 589 #define clkhw_to_spll(_hw) container_of(_hw, struct pic32_sys_pll, hw) argument 770 #define clkhw_to_sys_clk(_hw) container_of(_hw, struct pic32_sys_clk, hw) argument 962 #define clkhw_to_sosc(_hw) container_of(_hw, struct pic32_sec_osc, hw) argument
|
/linux/drivers/clk/renesas/ |
H A D | rzg2l-cpg.c | 82 #define to_clk_hw_data(_hw) container_of(_hw, struct clk_hw_data, hw) argument 94 #define to_sd_mux_hw_data(_hw) container_of(_hw, struct sd_mux_hw_data, hw_data) argument 112 #define to_div_hw_data(_hw) container_of(_hw, struct div_hw_data, hw_data) argument 576 #define to_dsi_div_hw_data(_hw) container_of(_hw, struct dsi_div_hw_data, hw) argument 695 #define to_pll5_mux_hw_data(_hw) container_of(_hw, struct pll5_mux_hw_data, hw) argument 785 #define to_sipll5(_hw) container_of(_hw, struct sipll5, hw) argument 952 #define to_pll(_hw) container_of(_hw, struct pll_clk, hw) argument 1196 #define to_mod_clock(_hw) container_of(_hw, struct mstp_clock, hw) argument
|
H A D | rcar-gen3-cpg.c | 50 #define to_pll_clk(_hw) container_of(_hw, struct cpg_pll_clk, hw) argument 173 #define to_z_clk(_hw) container_of(_hw, struct cpg_z_clk, hw) argument
|
/linux/drivers/clk/spear/ |
H A D | clk-vco-pll.c | 62 #define to_clk_vco(_hw) container_of(_hw, struct clk_vco, hw) argument 63 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
|
H A D | clk-frac-synth.c | 39 #define to_clk_frac(_hw) container_of(_hw, struct clk_frac, hw) argument
|
/linux/drivers/clk/meson/ |
H A D | vid-pll-div.c | 58 #define to_meson_vid_pll_div(_hw) \ argument
|
/linux/drivers/clk/uniphier/ |
H A D | clk-uniphier-gate.c | 20 #define to_uniphier_clk_gate(_hw) \ argument
|
H A D | clk-uniphier-mux.c | 21 #define to_uniphier_clk_mux(_hw) container_of(_hw, struct uniphier_clk_mux, hw) argument
|
H A D | clk-uniphier-cpugear.c | 25 #define to_uniphier_clk_cpugear(_hw) \ argument
|
/linux/drivers/clk/ux500/ |
H A D | clk-prcmu.c | 16 #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/baikal-t1/ |
H A D | ccu-pll.h | 61 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw) argument
|
/linux/drivers/clk/mxs/ |
H A D | clk-pll.c | 30 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
|
/linux/drivers/clk/rockchip/ |
H A D | clk-inverter.c | 21 #define to_inv_clock(_hw) container_of(_hw, struct rockchip_inv_clock, hw) argument
|
H A D | clk-muxgrf.c | 19 #define to_muxgrf_clock(_hw) container_of(_hw, struct rockchip_muxgrf_clock, hw) argument
|
/linux/drivers/clk/st/ |
H A D | clk-flexgen.c | 50 #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/zynqmp/ |
H A D | clk-mux-zynqmp.c | 35 #define to_zynqmp_clk_mux(_hw) container_of(_hw, struct zynqmp_clk_mux, hw) argument
|
H A D | clk-gate-zynqmp.c | 26 #define to_zynqmp_clk_gate(_hw) container_of(_hw, struct zynqmp_clk_gate, hw) argument
|
/linux/drivers/clk/nxp/ |
H A D | clk-lpc32xx.c | 366 #define to_lpc32xx_clk(_hw) container_of(_hw, struct lpc32xx_clk, hw) argument 367 #define to_lpc32xx_pll_clk(_hw) container_of(_hw, struct lpc32xx_pll_clk, hw) argument 368 #define to_lpc32xx_usb_clk(_hw) container_of(_hw, struct lpc32xx_usb_clk, hw) argument 369 #define to_lpc32xx_mux(_hw) container_of(_hw, struct lpc32xx_clk_mux, hw) argument 370 #define to_lpc32xx_div(_hw) container_of(_hw, struct lpc32xx_clk_div, hw) argument 371 #define to_lpc32xx_gate(_hw) container_of(_hw, struct lpc32xx_clk_gate, hw) argument
|
/linux/drivers/clk/ |
H A D | clk-aspeed.h | 56 #define to_aspeed_clk_gate(_hw) container_of(_hw, struct aspeed_clk_gate, hw) argument
|