| /linux/drivers/firmware/efi/ |
| H A D | vars.c | 26 static efi_status_t check_var_size(bool nonblocking, u32 attributes, in check_var_size() argument 38 nonblocking); in check_var_size() 211 void *data, bool nonblocking) in efivar_set_variable_locked() argument 217 status = check_var_size(nonblocking, attr, in efivar_set_variable_locked() 228 if (!setvar || !nonblocking) in efivar_set_variable_locked()
|
| /linux/drivers/media/dvb-core/ |
| H A D | dvb_vb2.c | 163 int dvb_vb2_init(struct dvb_vb2_ctx *ctx, const char *name, int nonblocking) in dvb_vb2_init() argument 190 ctx->nonblocking = nonblocking; in dvb_vb2_init() 309 if (ctx->nonblocking && ctx->buf) { in dvb_vb2_fill_buffer() 415 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
|
| /linux/include/media/i2c/ |
| H A D | saa6588.h | 18 bool nonblocking; member
|
| /linux/include/media/ |
| H A D | v4l2-event.h | 92 int nonblocking);
|
| H A D | dvb_vb2.h | 108 int nonblocking; member
|
| H A D | videobuf2-v4l2.h | 183 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
|
| H A D | videobuf2-core.h | 939 bool nonblocking);
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-event.c | 60 int nonblocking) in v4l2_event_dequeue() argument 64 if (nonblocking) in v4l2_event_dequeue()
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 1988 static int __vb2_wait_for_done_vb(struct vb2_queue *q, int nonblocking) in __vb2_wait_for_done_vb() argument 2029 if (nonblocking) { in __vb2_wait_for_done_vb() 2077 void *pb, int nonblocking) in __vb2_get_done_vb() argument 2085 ret = __vb2_wait_for_done_vb(q, nonblocking); in __vb2_get_done_vb() 2139 bool nonblocking) in vb2_core_dqbuf() argument 2144 ret = __vb2_get_done_vb(q, &vb, pb, nonblocking); in vb2_core_dqbuf() 3174 loff_t *ppos, int nonblocking) in vb2_read() argument 3176 return __vb2_perform_fileio(q, data, count, ppos, nonblocking, 1); in vb2_read() 3181 loff_t *ppos, int nonblocking) in vb2_write() argument 3184 ppos, nonblocking, 0); in vb2_write()
|
| H A D | videobuf2-v4l2.c | 838 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() argument 852 ret = vb2_core_dqbuf(q, NULL, b, nonblocking); in vb2_dqbuf()
|
| /linux/drivers/media/i2c/ |
| H A D | saa6588.c | 182 while (!a->nonblocking && !s->data_available_for_read) { in read_from_buf()
|
| /linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp6000_pcie.c | 459 u64 offset, size_t size, int width, int nonblocking) in nfp_alloc_bar() argument 479 if (nonblocking) in nfp_alloc_bar()
|
| /linux/Documentation/input/ |
| H A D | input.rst | 259 You can use blocking and nonblocking reads, and also select() on the
|
| /linux/Documentation/input/joydev/ |
| H A D | joystick-api.rst | 21 nonblocking mode, and supports select() calls.
|
| /linux/tools/testing/selftests/net/ |
| H A D | tls.c | 1386 TEST_F(tls, nonblocking) in TEST_F() argument 1397 /* Ensure nonblocking behavior by imposing a small send in TEST_F()
|