pwr_rst 36 drivers/ata/ahci_st.c struct reset_control *pwr_rst; pwr_rst 76 drivers/ata/ahci_st.c if (drv_data->pwr_rst) { pwr_rst 77 drivers/ata/ahci_st.c err = reset_control_deassert(drv_data->pwr_rst); pwr_rst 120 drivers/ata/ahci_st.c drv_data->pwr_rst = devm_reset_control_get(dev, "pwr-rst"); pwr_rst 121 drivers/ata/ahci_st.c if (IS_ERR(drv_data->pwr_rst)) { pwr_rst 123 drivers/ata/ahci_st.c drv_data->pwr_rst = NULL;