Lines Matching refs:phy_config
158 struct phy_config { struct
172 struct phy_config *phy_cfg; argument
203 const struct phy_config *phy_cfg);
214 const struct phy_config *phy_cfg_table;
275 static const struct phy_config rk3228_phy_cfg[] = {
298 static const struct phy_config rk3328_phy_cfg[] = {
321 static const struct phy_config rk3528_phy_cfg[] = {
458 const struct phy_config *phy_cfg = inno->plat_data->phy_cfg_table; in inno_hdmi_phy_power_on()
584 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3228_power_on()
732 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3328_power_on()
925 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3528_power_on()
1140 struct phy_config *phy_cfg, in inno_hdmi_update_phy_table()
1231 u32 *phy_config; in inno_hdmi_phy_init()
1268 phy_config = malloc(val); in inno_hdmi_phy_init()
1269 if (!phy_config) { in inno_hdmi_phy_init()
1278 free(phy_config); in inno_hdmi_phy_init()
1283 phy_config, val / sizeof(u32)); in inno_hdmi_phy_init()
1284 ret = inno_hdmi_update_phy_table(inno, phy_config, in inno_hdmi_phy_init()
1288 free(phy_config); in inno_hdmi_phy_init()
1291 free(phy_config); in inno_hdmi_phy_init()