Home
last modified time | relevance | path

Searched refs:ahci_ignore_sss (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h378 extern int ahci_ignore_sss;
H A Dacard-ahci.c421 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in acard_ahci_init_one()
H A Dlibahci_platform.c628 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_platform_init_host()
H A Dsata_highbank.c535 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_highbank_probe()
H A Dlibahci.c36 int ahci_ignore_sss; variable
37 EXPORT_SYMBOL_GPL(ahci_ignore_sss); variable
42 module_param_named(ignore_sss, ahci_ignore_sss, int, 0444);
H A Dahci.c1889 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci.h384 extern int ahci_ignore_sss;
H A Dacard-ahci.c415 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in acard_ahci_init_one()
H A Dlibahci_platform.c726 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_platform_init_host()
H A Dsata_highbank.c533 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_highbank_probe()
H A Dlibahci.c37 int ahci_ignore_sss; variable
38 EXPORT_SYMBOL_GPL(ahci_ignore_sss); variable
43 module_param_named(ignore_sss, ahci_ignore_sss, int, 0444);
H A Dahci.c1908 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()

Completed in 20 milliseconds