Searched defs:is_async (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/whci/
H A Dwhcd.h116 * @is_async: the URB belongs to async sheduler or not.
123 bool is_async; member in struct:whc_urb
/drivers/infiniband/core/
H A Duverbs.h85 int is_async; member in struct:ib_uverbs_event_file
162 int is_async);
H A Duverbs_main.c312 if (file->is_async)
379 if (file->is_async) {
510 int is_async)
525 ev_file->is_async = is_async;
554 if (ev_file->is_async) {
509 ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file, int is_async) argument
/drivers/base/power/
H A Dmain.c715 static bool is_async(struct device *dev) function
741 if (is_async(dev)) {
750 if (!is_async(dev)) {
/drivers/staging/android/
H A Dbinder.c732 size_t offsets_size, int is_async)
757 if (is_async &&
824 buffer->async_transaction = is_async;
825 if (is_async) {
730 binder_alloc_buf(struct binder_proc *proc, size_t data_size, size_t offsets_size, int is_async) argument

Completed in 197 milliseconds