port_phys 565 drivers/ata/sata_mv.c struct phy **port_phys; port_phys 4109 drivers/ata/sata_mv.c hpriv->port_phys = devm_kcalloc(&pdev->dev, port_phys 4112 drivers/ata/sata_mv.c if (!hpriv->port_phys) port_phys 4139 drivers/ata/sata_mv.c hpriv->port_phys[port] = devm_phy_optional_get(&pdev->dev, port_phys 4141 drivers/ata/sata_mv.c if (IS_ERR(hpriv->port_phys[port])) { port_phys 4142 drivers/ata/sata_mv.c rc = PTR_ERR(hpriv->port_phys[port]); port_phys 4143 drivers/ata/sata_mv.c hpriv->port_phys[port] = NULL; port_phys 4151 drivers/ata/sata_mv.c phy_power_on(hpriv->port_phys[port]); port_phys 4199 drivers/ata/sata_mv.c phy_power_off(hpriv->port_phys[port]); port_phys 4229 drivers/ata/sata_mv.c phy_power_off(hpriv->port_phys[port]);