Home
last modified time | relevance | path

Searched refs:is_async (Results 1 – 11 of 11) sorted by relevance

/drivers/base/power/
Dmain.c522 static bool is_async(struct device *dev) in is_async() function
563 if (is_async(dev)) { in dpm_resume_noirq()
575 if (!is_async(dev)) { in dpm_resume_noirq()
686 if (is_async(dev)) { in dpm_resume_early()
698 if (!is_async(dev)) { in dpm_resume_early()
856 if (is_async(dev)) { in dpm_resume()
865 if (!is_async(dev)) { in dpm_resume()
1093 if (is_async(dev)) { in device_suspend_noirq()
1239 if (is_async(dev)) { in device_suspend_late()
1494 if (is_async(dev)) { in device_suspend()
Ddomain.c279 static int genpd_poweroff(struct generic_pm_domain *genpd, bool is_async) in genpd_poweroff() argument
310 if (not_suspended > 1 || (not_suspended == 1 && is_async)) in genpd_poweroff()
/drivers/android/
Dbinder_alloc.c334 int is_async) in binder_alloc_new_buf_locked() argument
367 if (is_async && in binder_alloc_new_buf_locked()
471 buffer->async_transaction = is_async; in binder_alloc_new_buf_locked()
473 if (is_async) { in binder_alloc_new_buf_locked()
507 int is_async) in binder_alloc_new_buf() argument
513 extra_buffers_size, is_async); in binder_alloc_new_buf()
Dbinder_alloc.h131 int is_async);
/drivers/infiniband/core/
Duverbs.h106 int is_async; member
196 int is_async);
Duverbs_main.c409 if (file->is_async) in ib_uverbs_event_read()
480 if (file->is_async) in ib_uverbs_event_close()
636 int is_async) in ib_uverbs_alloc_event_file() argument
665 if (is_async) { in ib_uverbs_alloc_event_file()
677 ev_file->is_async = 1; in ib_uverbs_alloc_event_file()
711 if (ev_file->is_async) { in ib_uverbs_lookup_comp_file()
1277 if (event_file->is_async) { in ib_uverbs_free_hw_resources()
/drivers/crypto/
Datmel-aes.c158 bool is_async; member
448 if (dd->is_async) in atmel_aes_complete()
843 dd->is_async = true; in atmel_aes_dma_callback()
878 dd->is_async = (areq != new_areq); in atmel_aes_handle_queue()
881 return (dd->is_async) ? ret : err; in atmel_aes_handle_queue()
1854 dd->is_async = true; in atmel_aes_done_task()
/drivers/usb/host/whci/
Dwhcd.h123 bool is_async; member
Dasl.c335 wurb->is_async = true; in asl_urb_dequeue()
Dpzl.c364 wurb->is_async = false; in pzl_urb_dequeue()
Dqset.c402 if (wurb->is_async) in urb_dequeue_work()