Lines Matching defs:func

25 static void __init fix_hypertransport_config(int num, int slot, int func)  in fix_hypertransport_config()
51 static void __init via_bugs(int num, int slot, int func) in via_bugs()
74 static void __init nvidia_bugs(int num, int slot, int func) in nvidia_bugs()
103 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) in ati_ixp4x0_rev()
121 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
147 static u32 __init ati_sbx00_rev(int num, int slot, int func) in ati_sbx00_rev()
157 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
189 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
193 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
198 static void __init intel_remapping_check(int num, int slot, int func) in intel_remapping_check()
229 static u32 __init intel_stolen_base(int num, int slot, int func, size_t stolen_size) in intel_stolen_base()
303 static u32 __init i830_stolen_base(int num, int slot, int func, size_t stolen_size) in i830_stolen_base()
308 static u32 __init i845_stolen_base(int num, int slot, int func, size_t stolen_size) in i845_stolen_base()
313 static u32 __init i85x_stolen_base(int num, int slot, int func, size_t stolen_size) in i85x_stolen_base()
318 static u32 __init i865_stolen_base(int num, int slot, int func, size_t stolen_size) in i865_stolen_base()
328 static size_t __init i830_stolen_size(int num, int slot, int func) in i830_stolen_size()
356 static size_t __init gen3_stolen_size(int num, int slot, int func) in gen3_stolen_size()
411 static size_t __init gen6_stolen_size(int num, int slot, int func) in gen6_stolen_size()
422 static size_t __init gen8_stolen_size(int num, int slot, int func) in gen8_stolen_size()
432 static size_t __init chv_stolen_size(int num, int slot, int func) in chv_stolen_size()
458 static size_t __init gen9_stolen_size(int num, int slot, int func) in gen9_stolen_size()
552 static void __init intel_graphics_stolen(int num, int slot, int func) in intel_graphics_stolen()
584 static void __init force_disable_hpet(int num, int slot, int func) in force_disable_hpet()
654 static int __init check_dev_quirk(int num, int slot, int func) in check_dev_quirk()
695 int slot, func; in early_quirks() local