Home
last modified time | relevance | path

Searched refs:ahci_platform_assert_rsts (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dahci_platform.h30 int ahci_platform_assert_rsts(struct ahci_host_priv *hpriv);
/linux-6.15/drivers/ata/
H A Dlibahci_platform.c188 int ahci_platform_assert_rsts(struct ahci_host_priv *hpriv) in ahci_platform_assert_rsts() function
195 EXPORT_SYMBOL_GPL(ahci_platform_assert_rsts);
305 ahci_platform_assert_rsts(hpriv); in ahci_platform_enable_resources()
332 ahci_platform_assert_rsts(hpriv); in ahci_platform_disable_resources()
H A Dahci_ceva.c204 rc = ahci_platform_assert_rsts(hpriv); in ceva_ahci_platform_enable_resources()
H A Dahci_dwc.c143 ret = ahci_platform_assert_rsts(hpriv); in ahci_bt1_init()