Searched refs:get_queue (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | uacce.h | 27 * @get_queue: get a queue from the device 29 * @start_queue: make the queue start work after get_queue 40 int (*get_queue)(struct uacce_device *uacce, unsigned long arg, member
|
/linux/drivers/media/platform/imagination/ |
H A D | e5010-jpeg-enc.c | 154 static struct e5010_q_data *get_queue(struct e5010_context *ctx, enum v4l2_buf_type type) in get_queue() function 288 queue = get_queue(ctx, f->type); in e5010_g_fmt() 412 queue = get_queue(ctx, f->type); in e5010_s_fmt() 471 queue = get_queue(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE); in e5010_g_selection() 509 queue = get_queue(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE); in e5010_s_selection() 1167 queue = get_queue(ctx, vq->type); in e5010_queue_setup() 1224 queue = get_queue(ctx, vb->vb2_queue->type); in e5010_buf_prepare() 1251 struct e5010_q_data *queue = get_queue(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in e5010_buf_queue() 1299 struct e5010_q_data *queue = get_queue(ctx, q->type); in e5010_start_streaming()
|
/linux/drivers/usb/gadget/function/ |
H A D | f_hid.c | 102 wait_queue_head_t get_queue; /* Waiting for userspace response */ member 598 status = wait_event_interruptible_timeout(hidg->get_queue, !GET_REPORT_COND, in get_report_workqueue_handler() 693 wake_up(&hidg->get_queue); in f_hidg_get_report() 719 poll_wait(file, &hidg->get_queue, wait); in f_hidg_poll() 1268 init_waitqueue_head(&hidg->get_queue); in hidg_bind()
|
/linux/drivers/crypto/hisilicon/ |
H A D | qm.c | 2722 .get_queue = hisi_qm_uacce_get_queue,
|