Searched refs:proc_apm_show (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ |
H A D | apm-emulation.c | 436 static int proc_apm_show(struct seq_file *m, void *v) in proc_apm_show() function 648 proc_create_single("apm", 0, NULL, proc_apm_show); in apm_init()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | apm-emulation.c | 436 static int proc_apm_show(struct seq_file *m, void *v) in proc_apm_show() function 648 proc_create_single("apm", 0, NULL, proc_apm_show); in apm_init()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | apm_32.c | 1629 static int proc_apm_show(struct seq_file *m, void *v) in proc_apm_show() function 2342 proc_create_single("apm", 0, NULL, proc_apm_show); in apm_init()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | apm_32.c | 1636 static int proc_apm_show(struct seq_file *m, void *v) in proc_apm_show() function 2349 proc_create_single("apm", 0, NULL, proc_apm_show); in apm_init()
|
Completed in 8 milliseconds