Lines Matching full:pwr
34 struct reset_control *pwr; member
60 if (drv_data->pwr) { in st_ahci_deassert_resets()
61 err = reset_control_deassert(drv_data->pwr); in st_ahci_deassert_resets()
79 dev_err(dev, "unable to bring out of pwr-rst\n"); in st_ahci_deassert_resets()
94 if (drv_data->pwr) { in st_ahci_host_stop()
95 err = reset_control_assert(drv_data->pwr); in st_ahci_host_stop()
108 drv_data->pwr = devm_reset_control_get(dev, "pwr-dwn"); in st_ahci_probe_resets()
109 if (IS_ERR(drv_data->pwr)) { in st_ahci_probe_resets()
111 drv_data->pwr = NULL; in st_ahci_probe_resets()
120 drv_data->pwr_rst = devm_reset_control_get(dev, "pwr-rst"); in st_ahci_probe_resets()
196 if (drv_data->pwr) { in st_ahci_suspend()
197 err = reset_control_assert(drv_data->pwr); in st_ahci_suspend()