Lines Matching refs:hpriv
216 struct ahci_host_priv *hpriv = host->private_data; in brcm_ahci_suspend() local
217 struct brcm_ahci_priv *priv = hpriv->plat_data; in brcm_ahci_suspend()
228 struct ahci_host_priv *hpriv = host->private_data; in brcm_ahci_resume() local
229 struct brcm_ahci_priv *priv = hpriv->plat_data; in brcm_ahci_resume()
245 struct ahci_host_priv *hpriv; in brcm_ahci_probe() local
267 hpriv = ahci_platform_get_resources(pdev); in brcm_ahci_probe()
268 if (IS_ERR(hpriv)) in brcm_ahci_probe()
269 return PTR_ERR(hpriv); in brcm_ahci_probe()
270 hpriv->plat_data = priv; in brcm_ahci_probe()
272 ret = ahci_platform_enable_resources(hpriv); in brcm_ahci_probe()
276 ret = ahci_platform_init_host(pdev, hpriv, &ahci_brcm_port_info, in brcm_ahci_probe()
289 struct ahci_host_priv *hpriv = host->private_data; in brcm_ahci_remove() local
290 struct brcm_ahci_priv *priv = hpriv->plat_data; in brcm_ahci_remove()