Lines Matching defs:d
44 static inline void debugfs_add_domain_dir(struct irq_domain *d) { } in debugfs_add_domain_dir()
45 static inline void debugfs_remove_domain_dir(struct irq_domain *d) { } in debugfs_remove_domain_dir()
779 static int irq_domain_translate(struct irq_domain *d, in irq_domain_translate()
1001 int irq_domain_xlate_onecell(struct irq_domain *d, struct device_node *ctrlr, in irq_domain_xlate_onecell()
1020 int irq_domain_xlate_twocell(struct irq_domain *d, struct device_node *ctrlr, in irq_domain_xlate_twocell()
1042 int irq_domain_xlate_onetwocell(struct irq_domain *d, in irq_domain_xlate_onetwocell()
1067 int irq_domain_translate_onecell(struct irq_domain *d, in irq_domain_translate_onecell()
1088 int irq_domain_translate_twocell(struct irq_domain *d, in irq_domain_translate_twocell()
1579 static void irq_domain_fix_revmap(struct irq_data *d) in irq_domain_fix_revmap()
1952 irq_domain_debug_show_one(struct seq_file *m, struct irq_domain *d, int ind) in irq_domain_debug_show_one()
1970 struct irq_domain *d = m->private; in irq_domain_debug_show() local
1983 static void debugfs_add_domain_dir(struct irq_domain *d) in debugfs_add_domain_dir()
1991 static void debugfs_remove_domain_dir(struct irq_domain *d) in debugfs_remove_domain_dir()
1998 struct irq_domain *d; in irq_domain_debugfs_init() local