Home
last modified time | relevance | path

Searched refs:extend_pll (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c4052 struct vop2_extend_pll *extend_pll; in vop2_extend_clk_init() local
4071 extend_pll = devm_kzalloc(drm_dev->dev, sizeof(*extend_pll), GFP_KERNEL); in vop2_extend_clk_init()
4072 if (!extend_pll) in vop2_extend_clk_init()
4075 extend_pll->clk = clk; in vop2_extend_clk_init()
4076 extend_pll->vp_mask = 0; in vop2_extend_clk_init()
4077 strncpy(extend_pll->clk_name, extend_clk_name[i], sizeof(extend_pll->clk_name)); in vop2_extend_clk_init()
4078 list_add_tail(&extend_pll->list, &vop2->extend_clk_list_head); in vop2_extend_clk_init()
4086 struct vop2_extend_pll *extend_pll; in vop2_extend_clk_find_by_name() local
4088 list_for_each_entry(extend_pll, &vop2->extend_clk_list_head, list) { in vop2_extend_clk_find_by_name()
4089 if (!strcmp(extend_pll->clk_name, clk_name)) in vop2_extend_clk_find_by_name()
[all …]