Home
last modified time | relevance | path

Searched refs:pwr_rst (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci_st.c36 struct reset_control *pwr_rst; member
76 if (drv_data->pwr_rst) { in st_ahci_deassert_resets()
77 err = reset_control_deassert(drv_data->pwr_rst); in st_ahci_deassert_resets()
120 drv_data->pwr_rst = devm_reset_control_get(dev, "pwr-rst"); in st_ahci_probe_resets()
121 if (IS_ERR(drv_data->pwr_rst)) { in st_ahci_probe_resets()
123 drv_data->pwr_rst = NULL; in st_ahci_probe_resets()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci_st.c36 struct reset_control *pwr_rst; member
76 if (drv_data->pwr_rst) { in st_ahci_deassert_resets()
77 err = reset_control_deassert(drv_data->pwr_rst); in st_ahci_deassert_resets()
120 drv_data->pwr_rst = devm_reset_control_get(dev, "pwr-rst"); in st_ahci_probe_resets()
121 if (IS_ERR(drv_data->pwr_rst)) { in st_ahci_probe_resets()
123 drv_data->pwr_rst = NULL; in st_ahci_probe_resets()

Completed in 1 milliseconds