Home
last modified time | relevance | path

Searched refs:dpriv (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dahci_dwc.c127 struct ahci_dwc_host_priv *dpriv = hpriv->plat_data; in ahci_bt1_init() local
134 dev_err(&dpriv->pdev->dev, "No system clocks specified\n"); in ahci_bt1_init()
145 dev_err(&dpriv->pdev->dev, "Couldn't assert the resets\n"); in ahci_bt1_init()
151 dev_err(&dpriv->pdev->dev, "Couldn't de-assert the resets\n"); in ahci_bt1_init()
160 struct ahci_dwc_host_priv *dpriv; in ahci_dwc_get_resources() local
163 dpriv = devm_kzalloc(&pdev->dev, sizeof(*dpriv), GFP_KERNEL); in ahci_dwc_get_resources()
164 if (!dpriv) in ahci_dwc_get_resources()
167 dpriv->pdev = pdev; in ahci_dwc_get_resources()
168 dpriv->pdata = device_get_match_data(&pdev->dev); in ahci_dwc_get_resources()
169 if (!dpriv->pdata) in ahci_dwc_get_resources()
[all …]