inno_hdmi_phy_ops
static const struct inno_hdmi_phy_ops rk3228_hdmi_phy_ops = {
static const struct inno_hdmi_phy_ops rk3328_hdmi_phy_ops = {
inno->phy = devm_phy_create(inno->dev, NULL, &inno_hdmi_phy_ops);
const struct inno_hdmi_phy_ops *ops;
static const struct phy_ops inno_hdmi_phy_ops = {