Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/irq/
Dproc.c35 static struct proc_dir_entry *root_irq_dir; variable
344 if (!root_irq_dir || (desc->irq_data.chip == &no_irq_chip)) in register_irq_proc()
360 desc->dir = proc_mkdir(name, root_irq_dir); in register_irq_proc()
397 if (!root_irq_dir || !desc->dir) in unregister_irq_proc()
412 remove_proc_entry(name, root_irq_dir); in unregister_irq_proc()
436 root_irq_dir = proc_mkdir("irq", NULL); in init_irq_proc()
437 if (!root_irq_dir) in init_irq_proc()