Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
Dclk-provider.h456 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) argument
574 #define to_clk_divider(_hw) container_of(_hw, struct clk_divider, hw) argument
764 #define to_clk_mux(_hw) container_of(_hw, struct clk_mux, hw) argument
828 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) argument
878 #define to_clk_fd(_hw) container_of(_hw, struct clk_fractional_divider, hw) argument
926 #define to_clk_multiplier(_hw) container_of(_hw, struct clk_multiplier, hw) argument
962 #define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw) argument
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
Dclk-pll.c63 #define to_rockchip_clk_pll(_hw) container_of(_hw, struct rockchip_clk_pll, hw) argument
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
Drockchip_drm_vop2.c737 #define to_vop2_clk(_hw) container_of(_hw, struct vop2_clk, hw) argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Drockchip_drm_vop2.c711 #define to_vop2_clk(_hw) container_of(_hw, struct vop2_clk, hw) argument
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/
Drockchip_drm_vop2.c779 #define to_vop2_clk(_hw) container_of(_hw, struct vop2_clk, hw) argument