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()
757 static int irq_domain_translate(struct irq_domain *d, in irq_domain_translate()
979 int irq_domain_xlate_onecell(struct irq_domain *d, struct device_node *ctrlr, in irq_domain_xlate_onecell()
998 int irq_domain_xlate_twocell(struct irq_domain *d, struct device_node *ctrlr, in irq_domain_xlate_twocell()
1020 int irq_domain_xlate_onetwocell(struct irq_domain *d, in irq_domain_xlate_onetwocell()
1045 int irq_domain_translate_onecell(struct irq_domain *d, in irq_domain_translate_onecell()
1066 int irq_domain_translate_twocell(struct irq_domain *d, in irq_domain_translate_twocell()
1555 static void irq_domain_fix_revmap(struct irq_data *d) in irq_domain_fix_revmap()
1918 irq_domain_debug_show_one(struct seq_file *m, struct irq_domain *d, int ind) in irq_domain_debug_show_one()
1936 struct irq_domain *d = m->private; in irq_domain_debug_show() local
1949 static void debugfs_add_domain_dir(struct irq_domain *d) in debugfs_add_domain_dir()
1957 static void debugfs_remove_domain_dir(struct irq_domain *d) in debugfs_remove_domain_dir()
1964 struct irq_domain *d; in irq_domain_debugfs_init() local