Lines Matching defs:func
33 static void __init fix_hypertransport_config(int num, int slot, int func) in fix_hypertransport_config()
59 static void __init via_bugs(int num, int slot, int func) in via_bugs()
82 static void __init nvidia_bugs(int num, int slot, int func) in nvidia_bugs()
118 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) in ati_ixp4x0_rev()
136 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
162 static u32 __init ati_sbx00_rev(int num, int slot, int func) in ati_sbx00_rev()
172 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
204 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
208 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
213 static void __init intel_remapping_check(int num, int slot, int func) in intel_remapping_check()
300 static phys_addr_t __init i830_stolen_base(int num, int slot, int func, in i830_stolen_base()
306 static phys_addr_t __init i845_stolen_base(int num, int slot, int func, in i845_stolen_base()
312 static phys_addr_t __init i85x_stolen_base(int num, int slot, int func, in i85x_stolen_base()
318 static phys_addr_t __init i865_stolen_base(int num, int slot, int func, in i865_stolen_base()
328 static phys_addr_t __init gen3_stolen_base(int num, int slot, int func, in gen3_stolen_base()
343 static size_t __init i830_stolen_size(int num, int slot, int func) in i830_stolen_size()
364 static size_t __init gen3_stolen_size(int num, int slot, int func) in gen3_stolen_size()
393 static size_t __init gen6_stolen_size(int num, int slot, int func) in gen6_stolen_size()
404 static size_t __init gen8_stolen_size(int num, int slot, int func) in gen8_stolen_size()
415 static size_t __init chv_stolen_size(int num, int slot, int func) in chv_stolen_size()
436 static size_t __init gen9_stolen_size(int num, int slot, int func) in gen9_stolen_size()
536 intel_graphics_stolen(int num, int slot, int func, in intel_graphics_stolen()
557 static void __init intel_graphics_quirks(int num, int slot, int func) in intel_graphics_quirks()
579 static void __init force_disable_hpet(int num, int slot, int func) in force_disable_hpet()
592 static void __init apple_airport_reset(int bus, int slot, int func) in apple_airport_reset()
702 static int __init check_dev_quirk(int num, int slot, int func) in check_dev_quirk()
751 int slot, func; in early_pci_scan_bus() local