/kernel/linux/linux-6.6/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() 198 * Must be called with efivars_lock held. If @nonblocking is set, it will use 203 void *data, bool nonblocking) in efivar_set_variable_locked() 209 status = check_var_size(nonblocking, attr, in efivar_set_variable_locked() 220 if (!setvar || !nonblocking) in efivar_set_variable_locked() 201 efivar_set_variable_locked(efi_char16_t *name, efi_guid_t *vendor, u32 attr, unsigned long data_size, void *data, bool nonblocking) efivar_set_variable_locked() argument
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | videobuf-core.c | 676 struct videobuf_buffer **vb, int nonblocking) in stream_next_buffer() 681 retval = stream_next_buffer_check_queue(q, nonblocking); in stream_next_buffer() 686 retval = videobuf_waiton(q, buf, nonblocking, 1); in stream_next_buffer() 696 struct v4l2_buffer *b, int nonblocking) in videobuf_dqbuf() 706 retval = stream_next_buffer(q, &buf, nonblocking); in videobuf_dqbuf() 834 int nonblocking) in __videobuf_copy_to_user() 851 int vbihack, int nonblocking) in __videobuf_copy_stream() 866 count = __videobuf_copy_to_user(q, buf, data, count, nonblocking); in __videobuf_copy_stream() 876 int nonblocking) in videobuf_read_one() 891 !nonblocking) { in videobuf_read_one() 675 stream_next_buffer(struct videobuf_queue *q, struct videobuf_buffer **vb, int nonblocking) stream_next_buffer() argument 695 videobuf_dqbuf(struct videobuf_queue *q, struct v4l2_buffer *b, int nonblocking) videobuf_dqbuf() argument 831 __videobuf_copy_to_user(struct videobuf_queue *q, struct videobuf_buffer *buf, char __user *data, size_t count, int nonblocking) __videobuf_copy_to_user() argument 848 __videobuf_copy_stream(struct videobuf_queue *q, struct videobuf_buffer *buf, char __user *data, size_t count, size_t pos, int vbihack, int nonblocking) __videobuf_copy_stream() argument 874 videobuf_read_one(struct videobuf_queue *q, char __user *data, size_t count, loff_t *ppos, int nonblocking) videobuf_read_one() argument 1046 videobuf_read_stream(struct videobuf_queue *q, char __user *data, size_t count, loff_t *ppos, int vbihack, int nonblocking) videobuf_read_stream() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | videobuf-core.c | 676 struct videobuf_buffer **vb, int nonblocking) in stream_next_buffer() 681 retval = stream_next_buffer_check_queue(q, nonblocking); in stream_next_buffer() 686 retval = videobuf_waiton(q, buf, nonblocking, 1); in stream_next_buffer() 696 struct v4l2_buffer *b, int nonblocking) in videobuf_dqbuf() 706 retval = stream_next_buffer(q, &buf, nonblocking); in videobuf_dqbuf() 834 int nonblocking) in __videobuf_copy_to_user() 851 int vbihack, int nonblocking) in __videobuf_copy_stream() 866 count = __videobuf_copy_to_user(q, buf, data, count, nonblocking); in __videobuf_copy_stream() 876 int nonblocking) in videobuf_read_one() 891 !nonblocking) { in videobuf_read_one() 675 stream_next_buffer(struct videobuf_queue *q, struct videobuf_buffer **vb, int nonblocking) stream_next_buffer() argument 695 videobuf_dqbuf(struct videobuf_queue *q, struct v4l2_buffer *b, int nonblocking) videobuf_dqbuf() argument 831 __videobuf_copy_to_user(struct videobuf_queue *q, struct videobuf_buffer *buf, char __user *data, size_t count, int nonblocking) __videobuf_copy_to_user() argument 848 __videobuf_copy_stream(struct videobuf_queue *q, struct videobuf_buffer *buf, char __user *data, size_t count, size_t pos, int vbihack, int nonblocking) __videobuf_copy_stream() argument 874 videobuf_read_one(struct videobuf_queue *q, char __user *data, size_t count, loff_t *ppos, int nonblocking) videobuf_read_one() argument 1046 videobuf_read_stream(struct videobuf_queue *q, char __user *data, size_t count, loff_t *ppos, int vbihack, int nonblocking) videobuf_read_stream() argument [all...] |
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf-core.h | 205 struct v4l2_buffer *b, int nonblocking); 215 int vbihack, int nonblocking); 218 int nonblocking);
|
H A D | v4l2-event.h | 89 * @nonblocking: if not zero, waits for an event to arrive 92 int nonblocking);
|
H A D | dvb_vb2.h | 85 * @nonblocking: 108 int nonblocking; member
|
H A D | videobuf2-v4l2.h | 170 * @nonblocking: if true, this call will not sleep waiting for a buffer if no 189 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf-core.h | 205 struct v4l2_buffer *b, int nonblocking); 215 int vbihack, int nonblocking); 218 int nonblocking);
|
H A D | dvb_vb2.h | 85 * @nonblocking: 108 int nonblocking; member
|
H A D | v4l2-event.h | 89 * @nonblocking: if not zero, waits for an event to arrive 92 int nonblocking);
|
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);
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 167 int dvb_vb2_init(struct dvb_vb2_ctx *ctx, const char *name, int nonblocking) in dvb_vb2_init() argument 197 ctx->nonblocking = nonblocking; in dvb_vb2_init() 316 if (ctx->nonblocking && ctx->buf) { in dvb_vb2_fill_buffer() 414 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
|
/kernel/linux/linux-6.6/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 193 ctx->nonblocking = nonblocking; in dvb_vb2_init() 312 if (ctx->nonblocking && ctx->buf) { in dvb_vb2_fill_buffer() 410 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
|
/kernel/linux/linux-5.10/include/media/i2c/ |
H A D | saa6588.h | 18 bool nonblocking; member
|
/kernel/linux/linux-6.6/include/media/i2c/ |
H A D | saa6588.h | 18 bool nonblocking; member
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | epoll-wait.c | 34 * Each thread has a number of private, nonblocking file descriptors, 93 static bool wdone, done, __verbose, randomize, nonblocking; variable 137 OPT_BOOLEAN( 'B', "nonblocking", &nonblocking, "Nonblocking epoll_wait(2) behaviour"), 190 int to = nonblocking? 0 : -1; in workerfn() 306 nonblocking ? " (nonblocking)":""); in do_threads()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | epoll-wait.c | 34 * Each thread has a number of private, nonblocking file descriptors, 93 static bool wdone, done, __verbose, randomize, nonblocking; variable 137 OPT_BOOLEAN( 'B', "nonblocking", &nonblocking, "Nonblocking epoll_wait(2) behaviour"), 190 int to = nonblocking? 0 : -1; in workerfn() 308 nonblocking ? " (nonblocking)":""); in do_threads()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | uvc_queue.h | 75 struct v4l2_buffer *buf, int nonblocking);
|
H A D | uvc_queue.c | 181 * Dequeue a video buffer. If nonblocking is false, block until a buffer is 185 int nonblocking) in uvcg_dequeue_buffer() 187 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer() 184 uvcg_dequeue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf, int nonblocking) uvcg_dequeue_buffer() argument
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_queue.h | 79 struct v4l2_buffer *buf, int nonblocking);
|
H A D | uvc_queue.c | 200 * Dequeue a video buffer. If nonblocking is false, block until a buffer is 204 int nonblocking) in uvcg_dequeue_buffer() 206 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer() 203 uvcg_dequeue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf, int nonblocking) uvcg_dequeue_buffer() argument
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 1765 * Will sleep if required for nonblocking == false. 1767 static int __vb2_wait_for_done_vb(struct vb2_queue *q, int nonblocking) in __vb2_wait_for_done_vb() argument 1808 if (nonblocking) { in __vb2_wait_for_done_vb() 1809 dprintk(q, 3, "nonblocking and no buffers to dequeue, will not wait\n"); in __vb2_wait_for_done_vb() 1846 * Will sleep if required for nonblocking == false. 1849 void *pb, int nonblocking) in __vb2_get_done_vb() 1857 ret = __vb2_wait_for_done_vb(q, nonblocking); in __vb2_get_done_vb() 1911 bool nonblocking) in vb2_core_dqbuf() 1916 ret = __vb2_get_done_vb(q, &vb, pb, nonblocking); in vb2_core_dqbuf() 2706 * @nonblock: mode selector (1 means blocking calls, 0 means nonblocking) 1848 __vb2_get_done_vb(struct vb2_queue *q, struct vb2_buffer **vb, void *pb, int nonblocking) __vb2_get_done_vb() argument 1910 vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, bool nonblocking) vb2_core_dqbuf() argument 2870 vb2_read(struct vb2_queue *q, char __user *data, size_t count, loff_t *ppos, int nonblocking) vb2_read() argument 2877 vb2_write(struct vb2_queue *q, const char __user *data, size_t count, loff_t *ppos, int nonblocking) vb2_write() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 1795 * Will sleep if required for nonblocking == false. 1797 static int __vb2_wait_for_done_vb(struct vb2_queue *q, int nonblocking) in __vb2_wait_for_done_vb() argument 1838 if (nonblocking) { in __vb2_wait_for_done_vb() 1839 dprintk(q, 3, "nonblocking and no buffers to dequeue, will not wait\n"); in __vb2_wait_for_done_vb() 1876 * Will sleep if required for nonblocking == false. 1879 void *pb, int nonblocking) in __vb2_get_done_vb() 1887 ret = __vb2_wait_for_done_vb(q, nonblocking); in __vb2_get_done_vb() 1941 bool nonblocking) in vb2_core_dqbuf() 1946 ret = __vb2_get_done_vb(q, &vb, pb, nonblocking); in vb2_core_dqbuf() 2764 * @nonblock: mode selector (1 means blocking calls, 0 means nonblocking) 1878 __vb2_get_done_vb(struct vb2_queue *q, struct vb2_buffer **vb, void *pb, int nonblocking) __vb2_get_done_vb() argument 1940 vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, bool nonblocking) vb2_core_dqbuf() argument 2928 vb2_read(struct vb2_queue *q, char __user *data, size_t count, loff_t *ppos, int nonblocking) vb2_read() argument 2935 vb2_write(struct vb2_queue *q, const char __user *data, size_t count, loff_t *ppos, int nonblocking) vb2_write() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | quirks.c | 118 * In the nonblocking case we do not attempt to perform garbage 152 bool nonblocking) in efi_query_variable_store() 160 if (nonblocking) in efi_query_variable_store() 151 efi_query_variable_store(u32 attributes, unsigned long size, bool nonblocking) efi_query_variable_store() argument
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_queue.c | 326 int nonblocking) in uvc_dequeue_buffer() 331 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer() 325 uvc_dequeue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf, int nonblocking) uvc_dequeue_buffer() argument
|