Home
last modified time | relevance | path

Searched refs:ahci_ignore_sss (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
Dahci.h377 extern int ahci_ignore_sss;
Dacard-ahci.c421 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in acard_ahci_init_one()
Dlibahci_platform.c628 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_platform_init_host()
Dsata_highbank.c535 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_highbank_probe()
Dlibahci.c36 int ahci_ignore_sss; variable
37 EXPORT_SYMBOL_GPL(ahci_ignore_sss);
42 module_param_named(ignore_sss, ahci_ignore_sss, int, 0444);
Dahci.c1880 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch12783 int ahci_ignore_sss;
12785 module_param_named(ignore_sss, ahci_ignore_sss, int, 0444);
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch289252 int ahci_ignore_sss;
289254 module_param_named(ignore_sss, ahci_ignore_sss, int, 0444);