Home
last modified time | relevance | path

Searched refs:init_8259A (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-i8259.c40 static void init_8259A(int auto_eoi);
208 init_8259A(i8259A_auto_eoi); in i8259A_resume()
232 static void init_8259A(int auto_eoi) in init_8259A() function
318 init_8259A(0); in __init_i8259_irqs()
/linux/arch/x86/kernel/
H A Di8259.c34 static void init_8259A(int auto_eoi);
252 init_8259A(i8259A_auto_eoi); in i8259A_resume()
349 static void init_8259A(int auto_eoi) in init_8259A() function
439 .init = init_8259A,