Searched refs:container_of (Results 26 - 50 of 7855) sorted by path

1234567891011>>

/linux-master/drivers/clk/at91/
H A Dclk-h32mx.c26 #define to_clk_sama5d4_h32mx(hw) container_of(hw, struct clk_sama5d4_h32mx, hw)
H A Dclk-i2s-mux.c25 #define to_clk_i2s_mux(hw) container_of(hw, struct clk_i2s_mux, hw)
H A Dclk-plldiv.c15 #define to_clk_plldiv(hw) container_of(hw, struct clk_plldiv, hw)
H A Dclk-slow.c22 #define to_clk_sam9260_slow(hw) container_of(hw, struct clk_sam9260_slow, hw)
/linux-master/drivers/clk/bcm/
H A Dclk-bcm53573-ilp.c27 struct bcm53573_ilp *ilp = container_of(hw, struct bcm53573_ilp, hw);
37 struct bcm53573_ilp *ilp = container_of(hw, struct bcm53573_ilp, hw);
46 struct bcm53573_ilp *ilp = container_of(hw, struct bcm53573_ilp, hw);
/linux-master/drivers/clk/berlin/
H A Dberlin2-avpll.c111 #define to_avpll_vco(hw) container_of(hw, struct berlin2_avpll_vco, hw)
210 #define to_avpll_channel(hw) container_of(hw, struct berlin2_avpll_channel, hw)
H A Dberlin2-pll.c25 #define to_berlin2_pll(hw) container_of(hw, struct berlin2_pll, hw)
/linux-master/drivers/clk/
H A Dclk-hi655x.c34 container_of(hw, struct hi655x_clk, clk_hw);
55 container_of(hw, struct hi655x_clk, clk_hw);
H A Dclk-highbank.c42 #define to_hb_clk(p) container_of(p, struct hb_clk, hw)
H A Dclk-max77686.c99 return container_of(hw, struct max77686_clk_init_data, hw);
H A Dclk-twl6040.c24 struct twl6040_pdmclk *pdmclk = container_of(hw, struct twl6040_pdmclk,
69 struct twl6040_pdmclk *pdmclk = container_of(hw, struct twl6040_pdmclk,
94 struct twl6040_pdmclk *pdmclk = container_of(hw, struct twl6040_pdmclk,
107 struct twl6040_pdmclk *pdmclk = container_of(hw, struct twl6040_pdmclk,
H A Dclk-vt8500.c65 #define to_clk_device(_hw) container_of(_hw, struct clk_device, hw)
308 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw)
/linux-master/drivers/clk/hisilicon/
H A Dclk-hi3660-stub.c39 #define to_stub_clk(_hw) container_of(_hw, struct hi3660_stub_clk, hw)
H A Dclk-hisi-phase.c28 #define to_clk_hisi_phase(_hw) container_of(_hw, struct clk_hisi_phase, hw)
H A Dclk-hix5hd2.c167 #define to_complex_clk(_hw) container_of(_hw, struct hix5hd2_clk_complex, hw)
H A Dclkdivider-hi6220.c43 container_of(_hw, struct hi6220_clk_divider, hw)
H A Dclkgate-separated.c38 sclk = container_of(hw, struct clkgate_separated, hw);
55 sclk = container_of(hw, struct clkgate_separated, hw);
70 sclk = container_of(hw, struct clkgate_separated, hw);
/linux-master/drivers/clk/imx/
H A Dclk-gate-exclusive.c32 struct clk_gate_exclusive *exgate = container_of(gate,
/linux-master/drivers/clk/keystone/
H A Dgate.c69 #define to_clk_psc(_hw) container_of(_hw, struct clk_psc, hw)
/linux-master/drivers/clk/meson/
H A Dvid-pll-div.c59 container_of(_hw, struct meson_vid_pll_div, hw)
/linux-master/drivers/clk/mmp/
H A Dreset.c10 #define rcdev_to_unit(rcdev) container_of(rcdev, struct mmp_clk_reset_unit, rcdev)
/linux-master/drivers/clk/mvebu/
H A Dclk-corediv.c77 #define to_corediv_clk(p) container_of(p, struct clk_corediv, hw)
/linux-master/drivers/clk/mxs/
H A Dclk-div.c32 return container_of(divider, struct clk_div, divider);
H A Dclk-frac.c31 #define to_clk_frac(_hw) container_of(_hw, struct clk_frac, hw)
H A Dclk-pll.c30 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw)

Completed in 347 milliseconds

1234567891011>>