| /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/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 | 83 * @nonblocking: 105 int nonblocking; 108 int nonblocking; global() member
|
| H A D | videobuf2-v4l2.h | 164 * @nonblocking: if true, this call will not sleep waiting for a buffer if no 183 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
|
| H A D | videobuf2-core.h | 908 * @nonblocking: if true, this call will not sleep waiting for a buffer if no 926 bool nonblocking); 1094 * @nonblock: mode selector (1 means blocking calls, 0 means nonblocking) 1104 * @nonblock: mode selector (1 means blocking calls, 0 means nonblocking)
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_queue.c | 213 int nonblocking) in uvcg_dequeue_buffer() argument 215 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
|
| /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 | 1980 * Will sleep if required for nonblocking == false. 1982 static int __vb2_wait_for_done_vb(struct vb2_queue *q, int nonblocking) in __vb2_wait_for_done_vb() argument 2023 if (nonblocking) { in __vb2_wait_for_done_vb() 2024 dprintk(q, 3, "nonblocking and no buffers to dequeue, will not wait\n"); in __vb2_wait_for_done_vb() 2062 * Will sleep if required for nonblocking == false. 2065 void *pb, int nonblocking) in __vb2_get_done_vb() argument 2073 ret = __vb2_wait_for_done_vb(q, nonblocking); in __vb2_get_done_vb() 2127 bool nonblocking) in vb2_core_dqbuf() argument 2132 ret = __vb2_get_done_vb(q, &vb, pb, nonblocking); in vb2_core_dqbuf() 2990 * @nonblock: mode selector (1 means blocking calls, 0 means nonblocking) 3158 vb2_read(struct vb2_queue * q,char __user * data,size_t count,loff_t * ppos,int nonblocking) vb2_read() argument 3165 vb2_write(struct vb2_queue * q,const char __user * data,size_t count,loff_t * ppos,int nonblocking) vb2_write() argument [all...] |
| /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/joydev/ |
| H A D | joystick-api.rst | 21 nonblocking mode, and supports select() calls.
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-driver.c | 2464 cmd.nonblocking = file->f_flags & O_NONBLOCK; in radio_read()
|
| /linux/tools/testing/selftests/net/ |
| H A D | tls.c | 1386 TEST_F(tls, nonblocking) in TEST_F() argument
|