Searched refs:tuning_cfg (Results 1 – 2 of 2) sorted by relevance
764 struct dsi_phy_10nm_tuning_cfg *tuning_cfg = phy->tuning_cfg; in dsi_phy_hw_v3_0_lane_settings() local796 tuning_cfg->rescode_offset_top[i]); in dsi_phy_hw_v3_0_lane_settings()798 tuning_cfg->rescode_offset_bot[i]); in dsi_phy_hw_v3_0_lane_settings()820 struct dsi_phy_10nm_tuning_cfg *tuning_cfg = phy->tuning_cfg; in dsi_10nm_phy_enable() local858 tuning_cfg->vreg_ctrl); in dsi_10nm_phy_enable()948 struct dsi_phy_10nm_tuning_cfg *tuning_cfg; in dsi_10nm_phy_parse_dt() local955 tuning_cfg = devm_kzalloc(dev, sizeof(*tuning_cfg), GFP_KERNEL); in dsi_10nm_phy_parse_dt()956 if (!tuning_cfg) in dsi_10nm_phy_parse_dt()974 tuning_cfg->rescode_offset_top[i] = 0x3f & offset_top[i]; in dsi_10nm_phy_parse_dt()991 tuning_cfg->rescode_offset_bot[i] = 0x3f & offset_bot[i]; in dsi_10nm_phy_parse_dt()[all …]
105 void *tuning_cfg; member