Searched refs:root_irq_dir (Results 1 – 1 of 1) sorted by relevance
35 static struct proc_dir_entry *root_irq_dir; variable322 if (!root_irq_dir || (desc->irq_data.chip == &no_irq_chip)) in register_irq_proc()338 desc->dir = proc_mkdir(name, root_irq_dir); in register_irq_proc()375 if (!root_irq_dir || !desc->dir) in unregister_irq_proc()390 remove_proc_entry(name, root_irq_dir); in unregister_irq_proc()414 root_irq_dir = proc_mkdir("irq", NULL); in init_irq_proc()415 if (!root_irq_dir) in init_irq_proc()