Searched refs:ahci_of_match (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci_platform.c | 83 static const struct of_device_id ahci_of_match[] = { variable 93 MODULE_DEVICE_TABLE(of, ahci_of_match); 108 .of_match_table = ahci_of_match,
|
H A D | ahci_mtk.c | 170 static const struct of_device_id ahci_of_match[] = { variable 174 MODULE_DEVICE_TABLE(of, ahci_of_match); 181 .of_match_table = ahci_of_match,
|
H A D | ahci_brcm.c | 423 static const struct of_device_id ahci_of_match[] = { variable 431 MODULE_DEVICE_TABLE(of, ahci_of_match); 447 of_id = of_match_node(ahci_of_match, pdev->dev.of_node); in brcm_ahci_probe() 585 .of_match_table = ahci_of_match,
|
H A D | sata_highbank.c | 445 static const struct of_device_id ahci_of_match[] = { variable 449 MODULE_DEVICE_TABLE(of, ahci_of_match); 621 .of_match_table = ahci_of_match,
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_platform.c | 80 static const struct of_device_id ahci_of_match[] = { variable 88 MODULE_DEVICE_TABLE(of, ahci_of_match); 103 .of_match_table = ahci_of_match,
|
H A D | ahci_mtk.c | 169 static const struct of_device_id ahci_of_match[] = { variable 173 MODULE_DEVICE_TABLE(of, ahci_of_match); 180 .of_match_table = ahci_of_match,
|
H A D | ahci_brcm.c | 424 static const struct of_device_id ahci_of_match[] = { variable 432 MODULE_DEVICE_TABLE(of, ahci_of_match); 447 of_id = of_match_node(ahci_of_match, pdev->dev.of_node); in brcm_ahci_probe() 580 .of_match_table = ahci_of_match,
|
H A D | sata_highbank.c | 445 static const struct of_device_id ahci_of_match[] = { variable 449 MODULE_DEVICE_TABLE(of, ahci_of_match); 620 .of_match_table = ahci_of_match,
|
Completed in 6 milliseconds