Searched refs:scc_s (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | acard-ahci.c | 167 const char *scc_s; in acard_ahci_pci_print_info() local 171 scc_s = "IDE"; in acard_ahci_pci_print_info() 173 scc_s = "SATA"; in acard_ahci_pci_print_info() 175 scc_s = "RAID"; in acard_ahci_pci_print_info() 177 scc_s = "unknown"; in acard_ahci_pci_print_info() 179 ahci_print_info(host, scc_s); in acard_ahci_pci_print_info()
|
H A D | ahci.c | 974 const char *scc_s; in ahci_pci_print_info() local 978 scc_s = "IDE"; in ahci_pci_print_info() 980 scc_s = "SATA"; in ahci_pci_print_info() 982 scc_s = "RAID"; in ahci_pci_print_info() 984 scc_s = "unknown"; in ahci_pci_print_info() 986 ahci_print_info(host, scc_s); in ahci_pci_print_info()
|
H A D | ahci.h | 424 void ahci_print_info(struct ata_host *host, const char *scc_s);
|
H A D | sata_mv.c | 4337 const char *scc_s, *gen; in mv_print_info() local 4344 scc_s = "SCSI"; in mv_print_info() 4346 scc_s = "RAID"; in mv_print_info() 4348 scc_s = "?"; in mv_print_info() 4361 scc_s, (MV_HP_FLAG_MSI & hpriv->hp_flags) ? "MSI" : "INTx"); in mv_print_info()
|
H A D | libahci.c | 2443 void ahci_print_info(struct ata_host *host, const char *scc_s) in ahci_print_info() argument 2478 scc_s); in ahci_print_info()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | acard-ahci.c | 167 const char *scc_s; in acard_ahci_pci_print_info() local 171 scc_s = "IDE"; in acard_ahci_pci_print_info() 173 scc_s = "SATA"; in acard_ahci_pci_print_info() 175 scc_s = "RAID"; in acard_ahci_pci_print_info() 177 scc_s = "unknown"; in acard_ahci_pci_print_info() 179 ahci_print_info(host, scc_s); in acard_ahci_pci_print_info()
|
H A D | ahci.c | 998 const char *scc_s; in ahci_pci_print_info() local 1002 scc_s = "IDE"; in ahci_pci_print_info() 1004 scc_s = "SATA"; in ahci_pci_print_info() 1006 scc_s = "RAID"; in ahci_pci_print_info() 1008 scc_s = "unknown"; in ahci_pci_print_info() 1010 ahci_print_info(host, scc_s); in ahci_pci_print_info()
|
H A D | ahci.h | 433 void ahci_print_info(struct ata_host *host, const char *scc_s);
|
H A D | sata_mv.c | 4330 const char *scc_s, *gen; in mv_print_info() local 4337 scc_s = "SCSI"; in mv_print_info() 4339 scc_s = "RAID"; in mv_print_info() 4341 scc_s = "?"; in mv_print_info() 4354 scc_s, (MV_HP_FLAG_MSI & hpriv->hp_flags) ? "MSI" : "INTx"); in mv_print_info()
|
H A D | libahci.c | 2608 void ahci_print_info(struct ata_host *host, const char *scc_s) in ahci_print_info() argument 2643 scc_s); in ahci_print_info()
|
Completed in 28 milliseconds