Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci_tegra.c168 struct reset_control *sata_rst; member
245 tegra->sata_rst); in tegra_ahci_power_on()
278 reset_control_assert(tegra->sata_rst); in tegra_ahci_power_off()
515 tegra->sata_rst = devm_reset_control_get(&pdev->dev, "sata"); in tegra_ahci_probe()
516 if (IS_ERR(tegra->sata_rst)) { in tegra_ahci_probe()
518 return PTR_ERR(tegra->sata_rst); in tegra_ahci_probe()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci_tegra.c173 struct reset_control *sata_rst; member
251 tegra->sata_rst); in tegra_ahci_power_on()
286 reset_control_assert(tegra->sata_rst); in tegra_ahci_power_off()
547 tegra->sata_rst = devm_reset_control_get(&pdev->dev, "sata"); in tegra_ahci_probe()
548 if (IS_ERR(tegra->sata_rst)) { in tegra_ahci_probe()
550 return PTR_ERR(tegra->sata_rst); in tegra_ahci_probe()

Completed in 2 milliseconds