Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Di8259.c38 static void init_8259A(int auto_eoi);
218 init_8259A(i8259A_auto_eoi); in i8259A_resume()
246 static void init_8259A(int auto_eoi) in init_8259A() function
337 init_8259A(0); in init_i8259_irqs()
/linux-4.1.27/arch/x86/kernel/
Di8259.c31 static void init_8259A(int auto_eoi);
248 init_8259A(i8259A_auto_eoi); in i8259A_resume()
298 static void init_8259A(int auto_eoi) in init_8259A() function
402 .init = init_8259A,