Home
last modified time | relevance | path

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

/linux/include/linux/
A Dasync.h18 struct async_domain { struct
27 struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ argument
35 struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \
42 struct async_domain *domain);
70 struct async_domain *domain) in async_schedule_domain()
112 struct async_domain *domain) in async_schedule_dev_domain()
118 extern void async_synchronize_full_domain(struct async_domain *domain);
121 struct async_domain *domain);
/linux/kernel/
A Dasync.c76 struct async_domain *domain;
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()
/linux/sound/soc/
A Dsoc-dapm.c1961 ASYNC_DOMAIN_EXCLUSIVE(async_domain); in dapm_power_widgets()
2048 &async_domain); in dapm_power_widgets()
2050 async_synchronize_full_domain(&async_domain); in dapm_power_widgets()
2072 &async_domain); in dapm_power_widgets()
2074 async_synchronize_full_domain(&async_domain); in dapm_power_widgets()
/linux/drivers/regulator/
A Dcore.c5018 ASYNC_DOMAIN_EXCLUSIVE(async_domain); in regulator_bulk_enable()
5024 &consumers[i], &async_domain); in regulator_bulk_enable()
5027 async_synchronize_full_domain(&async_domain); in regulator_bulk_enable()

Completed in 25 milliseconds