Searched refs:container_of (Results 51 - 75 of 7855) sorted by path

1234567891011>>

/linux-master/drivers/clk/mxs/
H A Dclk-ref.c29 #define to_clk_ref(_hw) container_of(_hw, struct clk_ref, hw)
/linux-master/drivers/clk/nxp/
H A Dclk-lpc32xx.c366 #define to_lpc32xx_clk(_hw) container_of(_hw, struct lpc32xx_clk, hw)
367 #define to_lpc32xx_pll_clk(_hw) container_of(_hw, struct lpc32xx_pll_clk, hw)
368 #define to_lpc32xx_usb_clk(_hw) container_of(_hw, struct lpc32xx_usb_clk, hw)
369 #define to_lpc32xx_mux(_hw) container_of(_hw, struct lpc32xx_clk_mux, hw)
370 #define to_lpc32xx_div(_hw) container_of(_hw, struct lpc32xx_clk_div, hw)
371 #define to_lpc32xx_gate(_hw) container_of(_hw, struct lpc32xx_clk_gate, hw)
/linux-master/drivers/clk/pistachio/
H A Dclk-pll.c102 return container_of(hw, struct pistachio_clk_pll, hw);
/linux-master/drivers/clk/qcom/
H A Dclk-pll.h59 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr)
H A Dclk-regmap-divider.c15 return container_of(to_clk_regmap(hw), struct clk_regmap_div, clkr);
H A Dclk-regmap-mux-div.c21 container_of(to_clk_regmap(_hw), struct clk_regmap_mux_div, clkr)
/linux-master/drivers/clk/rockchip/
H A Dclk-inverter.c21 #define to_inv_clock(_hw) container_of(_hw, struct rockchip_inv_clock, hw)
H A Dclk-muxgrf.c19 #define to_muxgrf_clock(_hw) container_of(_hw, struct rockchip_muxgrf_clock, hw)
/linux-master/drivers/clk/sprd/
H A Dcommon.h32 return container_of(hw, struct sprd_clk_common, hw);
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_mult.h65 return container_of(common, struct ccu_mult, common);
H A Dccu_nk.h58 return container_of(common, struct ccu_nk, common);
H A Dccu_nkm.h80 return container_of(common, struct ccu_nkm, common);
H A Dccu_nkmp.h61 return container_of(common, struct ccu_nkmp, common);
H A Dccu_phase.h37 return container_of(common, struct ccu_phase, common);
H A Dccu_reset.h28 return container_of(rcdev, struct ccu_reset, rcdev);
/linux-master/drivers/clk/sunxi/
H A Dclk-factors.c29 #define to_clk_factors(_hw) container_of(_hw, struct clk_factors, hw)
H A Dclk-sun4i-display.c43 return container_of(rcdev, struct reset_data, rcdev);
H A Dclk-sun4i-tcon-ch1.c32 #define hw_to_tclk(hw) container_of(hw, struct tcon_ch1_clk, hw)
/linux-master/drivers/clk/tegra/
H A Dclk-periph-fixed.c14 return container_of(hw, struct tegra_clk_periph_fixed, hw);
/linux-master/drivers/clk/uniphier/
H A Dclk-uniphier-gate.c21 container_of(_hw, struct uniphier_clk_gate, hw)
/linux-master/drivers/clk/ux500/
H A Dclk-prcc.c24 #define to_clk_prcc(_hw) container_of(_hw, struct clk_prcc, hw)
/linux-master/drivers/clocksource/
H A Dmmio.c17 return container_of(c, struct clocksource_mmio, clksrc);
H A Dtimer-atmel-pit.c51 return container_of(clksrc, struct pit_data, clksrc);
56 return container_of(clkevt, struct pit_data, clkevt);
H A Dtimer-of.h46 return container_of(clkevt, struct timer_of, clkevt);
H A Dtimer-rockchip.c52 return &container_of(ce, struct rk_clkevt, ce)->timer;

Completed in 224 milliseconds

1234567891011>>