Home
last modified time | relevance | path

Searched refs:ahci_do_softreset (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci_dm816.c114 * enabled, we first call ahci_do_softreset() and pass it the result of in ahci_dm816_softreset()
117 ret = ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); in ahci_dm816_softreset()
119 return ahci_do_softreset(link, class, 0, in ahci_dm816_softreset()
H A Dahci_da850.c104 * enabled, we first call ahci_do_softreset() and pass it the result of in ahci_da850_softreset()
107 ret = ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); in ahci_da850_softreset()
109 return ahci_do_softreset(link, class, 0, in ahci_da850_softreset()
H A Dahci_xgene.c469 rc = ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); in xgene_ahci_pmp_softreset()
520 rc = ahci_do_softreset(link, class, pmp, in xgene_ahci_softreset()
H A Dahci.h407 int ahci_do_softreset(struct ata_link *link, unsigned int *class,
H A Dlibahci.c1395 int ahci_do_softreset(struct ata_link *link, unsigned int *class, in ahci_do_softreset() function
1493 return ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); in ahci_softreset()
1495 EXPORT_SYMBOL_GPL(ahci_do_softreset); variable
1524 rc = ahci_do_softreset(link, class, pmp, deadline, in ahci_pmp_retry_softreset()
1538 rc = ahci_do_softreset(link, class, 0, deadline, in ahci_pmp_retry_softreset()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci_dm816.c114 * enabled, we first call ahci_do_softreset() and pass it the result of in ahci_dm816_softreset()
117 ret = ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); in ahci_dm816_softreset()
119 return ahci_do_softreset(link, class, 0, in ahci_dm816_softreset()
H A Dahci_da850.c104 * enabled, we first call ahci_do_softreset() and pass it the result of in ahci_da850_softreset()
107 ret = ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); in ahci_da850_softreset()
109 return ahci_do_softreset(link, class, 0, in ahci_da850_softreset()
H A Dahci_xgene.c468 rc = ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); in xgene_ahci_pmp_softreset()
519 rc = ahci_do_softreset(link, class, pmp, in xgene_ahci_softreset()
H A Dlibahci.c1452 int ahci_do_softreset(struct ata_link *link, unsigned int *class, in ahci_do_softreset() function
1546 return ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready); in ahci_softreset()
1548 EXPORT_SYMBOL_GPL(ahci_do_softreset); variable
1575 rc = ahci_do_softreset(link, class, pmp, deadline, in ahci_pmp_retry_softreset()
1589 rc = ahci_do_softreset(link, class, 0, deadline, in ahci_pmp_retry_softreset()
H A Dahci.h416 int ahci_do_softreset(struct ata_link *link, unsigned int *class,

Completed in 14 milliseconds