Home
last modified time | relevance | path

Searched defs:domain (Results 1 – 8 of 8) sorted by relevance

/kernel/irq/
Dirqdomain.c131 static int alloc_name(struct irq_domain *domain, char *base, enum irq_domain_bus_token bus_token) in alloc_name()
144 static int alloc_fwnode_name(struct irq_domain *domain, const struct fwnode_handle *fwnode, in alloc_fwnode_name()
168 static int alloc_unknown_name(struct irq_domain *domain, enum irq_domain_bus_token bus_token) in alloc_unknown_name()
184 static int irq_domain_set_name(struct irq_domain *domain, const struct irq_domain_info *info) in irq_domain_set_name()
227 struct irq_domain *domain; in __irq_domain_create() local
277 static void __irq_domain_publish(struct irq_domain *domain) in __irq_domain_publish()
287 static void irq_domain_free(struct irq_domain *domain) in irq_domain_free()
311 struct irq_domain *domain; in __irq_domain_instantiate() local
385 void irq_domain_remove(struct irq_domain *domain) in irq_domain_remove()
413 void irq_domain_update_bus_token(struct irq_domain *domain, in irq_domain_update_bus_token()
[all …]
Dmsi.c602 struct irq_domain *domain; in msi_get_device_domain() local
622 struct irq_domain *domain; in msi_domain_get_hwsize() local
639 static void msi_check_level(struct irq_domain *domain, struct msi_msg *msg) in msi_check_level()
680 static int msi_domain_activate(struct irq_domain *domain, in msi_domain_activate()
691 static void msi_domain_deactivate(struct irq_domain *domain, in msi_domain_deactivate()
700 static int msi_domain_alloc(struct irq_domain *domain, unsigned int virq, in msi_domain_alloc()
732 static void msi_domain_free(struct irq_domain *domain, unsigned int virq, in msi_domain_free()
745 static int msi_domain_translate(struct irq_domain *domain, struct irq_fwspec *fwspec, in msi_domain_translate()
773 static int msi_domain_ops_prepare(struct irq_domain *domain, struct device *dev, in msi_domain_ops_prepare()
786 static int msi_domain_ops_init(struct irq_domain *domain, in msi_domain_ops_init()
[all …]
Dirq_sim.c18 struct irq_domain *domain; member
145 static int irq_sim_domain_map(struct irq_domain *domain, in irq_sim_domain_map()
164 static void irq_sim_domain_unmap(struct irq_domain *domain, unsigned int virq) in irq_sim_domain_unmap()
238 void irq_domain_remove_sim(struct irq_domain *domain) in irq_domain_remove_sim()
252 struct irq_domain *domain = data; in devm_irq_domain_remove_sim() local
284 struct irq_domain *domain; in devm_irq_domain_create_sim_full() local
Dipi.c23 int irq_reserve_ipi(struct irq_domain *domain, in irq_reserve_ipi()
119 struct irq_domain *domain; in irq_destroy_ipi() local
Ddevres.c290 struct irq_domain **domain = res; in devm_irq_domain_remove() local
307 struct irq_domain *domain; in devm_irq_domain_instantiate() local
Dipi-mux.c157 struct irq_domain *domain; in ipi_mux_create() local
Dirqdesc.c744 int generic_handle_domain_irq(struct irq_domain *domain, unsigned int hwirq) in generic_handle_domain_irq()
762 int generic_handle_domain_irq_safe(struct irq_domain *domain, unsigned int hwirq) in generic_handle_domain_irq_safe()
785 int generic_handle_domain_nmi(struct irq_domain *domain, unsigned int hwirq) in generic_handle_domain_nmi()
/kernel/
Dasync.c76 struct async_domain *domain; member
89 static async_cookie_t lowest_in_progress(struct async_domain *domain) in lowest_in_progress()
152 struct async_domain *domain, in __async_schedule_node_domain()
201 int node, struct async_domain *domain) in async_schedule_node_domain()
295 void async_synchronize_full_domain(struct async_domain *domain) in async_synchronize_full_domain()
310 void async_synchronize_cookie_domain(async_cookie_t cookie, struct async_domain *domain) in async_synchronize_cookie_domain()