| /OK3568_Linux_fs/debian/packages-patches/blueman/ |
| H A D | 0001-Blueman-Fix-DisplayPasskey-for-Keyboard.patch | 16 self.add_method("RequestPinCode", ("o",), "s", self._on_request_pin_code, is_async=True) 18 self.add_method("RequestPasskey", ("o",), "u", self._on_request_passkey, is_async=True) 21 …elf.add_method("RequestConfirmation", ("o", "u"), "", self._on_request_confirmation, is_async=True) 22 … self.add_method("RequestAuthorization", ("o",), "", self._on_request_authorization, is_async=True) 23 … self.add_method("AuthorizeService", ("o", "s"), "", self._on_authorize_service, is_async=True)
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | direct-io.c | 134 int is_async; /* is IO async ? */ member 410 if (dio->is_async) in dio_bio_alloc() 439 if (dio->is_async && dio->op == REQ_OP_READ && dio->should_dirty) in dio_bio_submit() 517 if (dio->is_async && should_dirty) { in dio_bio_complete() 1213 dio->is_async = false; in do_blockdev_direct_IO() 1215 dio->is_async = false; in do_blockdev_direct_IO() 1217 dio->is_async = true; in do_blockdev_direct_IO() 1235 if (dio->is_async && iov_iter_rw(iter) == WRITE) { in do_blockdev_direct_IO() 1340 if (dio->is_async && retval == 0 && dio->result && in do_blockdev_direct_IO()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | atmel-aes.c | 190 bool is_async; member 563 if (dd->is_async) in atmel_aes_complete() 935 dd->is_async = true; in atmel_aes_dma_callback() 972 dd->is_async = start_async; in atmel_aes_handle_queue() 1899 bool is_async); 1901 bool is_async); 1904 bool is_async); 1935 bool is_async) in atmel_aes_authenc_init() argument 1940 if (is_async) in atmel_aes_authenc_init() 1941 dd->is_async = true; in atmel_aes_authenc_init() [all …]
|
| H A D | atmel-sha.c | 144 bool is_async; member 293 if ((dd->is_async || dd->force_complete) && req->base.complete) in atmel_sha_complete() 631 dd->is_async = true; in atmel_sha_dma_callback() 1089 dd->is_async = start_async; in atmel_sha_handle_queue() 1360 dd->is_async = true; in atmel_sha_done_task() 1438 dd->is_async = true; in atmel_sha_dma_callback2() 2108 authctx->cb(authctx->aes_dev, err, authctx->base.dd->is_async); in atmel_sha_authenc_complete() 2124 return authctx->cb(authctx->aes_dev, err, dd->is_async); in atmel_sha_authenc_start() 2318 return authctx->cb(authctx->aes_dev, 0, dd->is_async); in atmel_sha_authenc_init_done() 2384 dd->is_async = false; in atmel_sha_authenc_abort()
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | binder.h | 61 TP_PROTO(size_t size, struct binder_alloc *alloc, int is_async), 62 TP_ARGS(size, alloc, is_async));
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder_alloc.c | 390 int is_async, in binder_alloc_new_buf_locked() argument 425 trace_android_vh_binder_alloc_new_buf_locked(size, alloc, is_async); in binder_alloc_new_buf_locked() 426 if (is_async && in binder_alloc_new_buf_locked() 533 buffer->async_transaction = is_async; in binder_alloc_new_buf_locked() 537 if (is_async) { in binder_alloc_new_buf_locked() 582 int is_async, in binder_alloc_new_buf() argument 589 extra_buffers_size, is_async, pid); in binder_alloc_new_buf()
|
| H A D | binder_alloc.h | 130 int is_async,
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | main.c | 665 static bool is_async(struct device *dev) in is_async() function 675 if (is_async(dev)) { in dpm_async_fn() 719 if (!is_async(dev)) { in dpm_noirq_resume_devices() 860 if (!is_async(dev)) { in dpm_resume_early() 1018 if (!is_async(dev)) { in dpm_resume()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | sched.c | 965 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local 969 if (!is_async) { in rpc_execute()
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_device.c | 702 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local 709 if (is_async) { in tls_device_rx_resync_async()
|