Searched refs:ahci_host_activate (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci.h | 425 int ahci_host_activate(struct ata_host *host, struct scsi_host_template *sht);
|
H A D | acard-ahci.c | 458 return ahci_host_activate(host, &acard_ahci_sht); in acard_ahci_init_one()
|
H A D | libahci_platform.c | 672 return ahci_host_activate(host, sht); in ahci_platform_init_host()
|
H A D | sata_highbank.c | 560 rc = ahci_host_activate(host, &ahci_highbank_platform_sht); in ahci_highbank_probe()
|
H A D | libahci.c | 2575 * ahci_host_activate - start AHCI host, request IRQs and register it 2585 int ahci_host_activate(struct ata_host *host, struct scsi_host_template *sht) in ahci_host_activate() function 2611 EXPORT_SYMBOL_GPL(ahci_host_activate); variable
|
H A D | ahci.c | 1944 rc = ahci_host_activate(host, &ahci_sht); in ahci_init_one()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci.h | 434 int ahci_host_activate(struct ata_host *host, const struct scsi_host_template *sht);
|
H A D | acard-ahci.c | 452 return ahci_host_activate(host, &acard_ahci_sht); in acard_ahci_init_one()
|
H A D | libahci_platform.c | 765 return ahci_host_activate(host, sht); in ahci_platform_init_host()
|
H A D | sata_highbank.c | 558 rc = ahci_host_activate(host, &ahci_highbank_platform_sht); in ahci_highbank_probe()
|
H A D | libahci.c | 2740 * ahci_host_activate - start AHCI host, request IRQs and register it 2750 int ahci_host_activate(struct ata_host *host, const struct scsi_host_template *sht) in ahci_host_activate() function 2776 EXPORT_SYMBOL_GPL(ahci_host_activate); variable
|
H A D | ahci.c | 1963 rc = ahci_host_activate(host, &ahci_sht); in ahci_init_one()
|
Completed in 19 milliseconds