Home
last modified time | relevance | path

Searched refs:brother_hw (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
H A Dclk.c379 struct clk_hw *hw, *brother_hw; in rockchip_clk_register_composite_brother_branch() local
403 brother_hw = __clk_get_hw(brother_clk); in rockchip_clk_register_composite_brother_branch()
404 if (hw && brother_hw) { in rockchip_clk_register_composite_brother_branch()
406 brother_composite = to_clk_composite(brother_hw); in rockchip_clk_register_composite_brother_branch()
407 composite->brother_hw = brother_hw; in rockchip_clk_register_composite_brother_branch()
408 brother_composite->brother_hw = hw; in rockchip_clk_register_composite_brother_branch()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dclk-provider.h941 * @brother_hw: a member of clk_composite who has the common parent clocks
955 struct clk_hw *brother_hw; member

Completed in 5 milliseconds