Lines Matching full:pwr
33 struct reset_control *pwr; member
59 if (drv_data->pwr) { in st_ahci_deassert_resets()
60 err = reset_control_deassert(drv_data->pwr); in st_ahci_deassert_resets()
78 dev_err(dev, "unable to bring out of pwr-rst\n"); in st_ahci_deassert_resets()
93 if (drv_data->pwr) { in st_ahci_host_stop()
94 err = reset_control_assert(drv_data->pwr); in st_ahci_host_stop()
107 drv_data->pwr = devm_reset_control_get(dev, "pwr-dwn"); in st_ahci_probe_resets()
108 if (IS_ERR(drv_data->pwr)) { in st_ahci_probe_resets()
110 drv_data->pwr = NULL; in st_ahci_probe_resets()
119 drv_data->pwr_rst = devm_reset_control_get(dev, "pwr-rst"); in st_ahci_probe_resets()
190 if (drv_data->pwr) { in st_ahci_suspend()
191 err = reset_control_assert(drv_data->pwr); in st_ahci_suspend()