Home
last modified time | relevance | path

Searched refs:async_schedule_dev_nocall (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dasync.h93 bool async_schedule_dev_nocall(async_func_t func, struct device *dev);
/linux/kernel/
H A Dasync.c260 bool async_schedule_dev_nocall(async_func_t func, struct device *dev) in async_schedule_dev_nocall() function
/linux/drivers/base/power/
H A Dmain.c627 if (async_schedule_dev_nocall(func, dev)) in __dpm_async()