Searched refs:probe_list (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | probe_roms.c | 96 static bool probe_list(struct pci_dev *pdev, unsigned short vendor, in probe_list() function 145 probe_list(pdev, vendor, rom + offset + list)) { in find_oprom()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | probe_roms.c | 97 static bool probe_list(struct pci_dev *pdev, unsigned short vendor, in probe_list() function 146 probe_list(pdev, vendor, rom + offset + list)) { in find_oprom()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_legacy.c | 114 static struct legacy_probe probe_list[NR_HOST]; variable 162 struct legacy_probe *lp = &probe_list[0]; in legacy_probe_add() 1179 struct legacy_probe *pl = &probe_list[0]; in legacy_init()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_legacy.c | 173 static struct legacy_probe probe_list[NR_HOST]; variable 197 struct legacy_probe *lp = &probe_list[0]; in legacy_probe_add() 1216 struct legacy_probe *pl = &probe_list[0]; in legacy_init()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | core.c | 1579 LIST_HEAD(probe_list); in fw_devlink_resume() 1592 list_splice_tail_init(&deferred_fw_devlink, &probe_list); in fw_devlink_resume() 1601 list_for_each_entry_safe(dev, tmp, &probe_list, links.defer_hook) { in fw_devlink_resume()
|
Completed in 9 milliseconds