/linux-4.1.27/drivers/media/usb/au0828/ |
H A D | au0828-vbi.c | 33 static int vbi_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, vbi_queue_setup() argument
|
H A D | au0828-video.c | 639 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, queue_setup() argument 773 int au0828_start_analog_streaming(struct vb2_queue *vq, unsigned int count) au0828_start_analog_streaming() argument 811 static void au0828_stop_streaming(struct vb2_queue *vq) au0828_stop_streaming() argument 841 void au0828_stop_vbi_streaming(struct vb2_queue *vq) au0828_stop_vbi_streaming() argument
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
H A D | em28xx-vbi.c | 34 static int vbi_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, vbi_queue_setup() argument
|
H A D | em28xx-video.c | 875 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, queue_setup() argument 923 int em28xx_start_analog_streaming(struct vb2_queue *vq, unsigned int count) em28xx_start_analog_streaming() argument 981 static void em28xx_stop_streaming(struct vb2_queue *vq) em28xx_stop_streaming() argument 1012 void em28xx_stop_vbi_streaming(struct vb2_queue *vq) em28xx_stop_vbi_streaming() argument
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
H A D | saa7134-empress.c | 51 static int start_streaming(struct vb2_queue *vq, unsigned int count) start_streaming() argument 79 static void stop_streaming(struct vb2_queue *vq) stop_streaming() argument
|
H A D | saa7134-ts.c | 135 int saa7134_ts_start_streaming(struct vb2_queue *vq, unsigned int count) saa7134_ts_start_streaming() argument 162 void saa7134_ts_stop_streaming(struct vb2_queue *vq) saa7134_ts_stop_streaming() argument
|
H A D | saa7134-video.c | 938 int saa7134_vb2_start_streaming(struct vb2_queue *vq, unsigned int count) saa7134_vb2_start_streaming() argument 978 void saa7134_vb2_stop_streaming(struct vb2_queue *vq) saa7134_vb2_stop_streaming() argument
|
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-vbi-out.c | 30 static int vbi_out_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, vbi_out_queue_setup() argument 92 static int vbi_out_start_streaming(struct vb2_queue *vq, unsigned count) vbi_out_start_streaming() argument 117 static void vbi_out_stop_streaming(struct vb2_queue *vq) vbi_out_stop_streaming() argument
|
H A D | vivid-sdr-cap.c | 194 static int sdr_cap_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, sdr_cap_queue_setup() argument 241 static int sdr_cap_start_streaming(struct vb2_queue *vq, unsigned count) sdr_cap_start_streaming() argument 273 static void sdr_cap_stop_streaming(struct vb2_queue *vq) sdr_cap_stop_streaming() argument
|
H A D | vivid-vbi-cap.c | 138 static int vbi_cap_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, vbi_cap_queue_setup() argument 200 static int vbi_cap_start_streaming(struct vb2_queue *vq, unsigned count) vbi_cap_start_streaming() argument 225 static void vbi_cap_stop_streaming(struct vb2_queue *vq) vbi_cap_stop_streaming() argument
|
H A D | vivid-vid-out.c | 34 static int vid_out_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, vid_out_queue_setup() argument 165 static int vid_out_start_streaming(struct vb2_queue *vq, unsigned count) vid_out_start_streaming() argument 196 static void vid_out_stop_streaming(struct vb2_queue *vq) vid_out_stop_streaming() argument
|
H A D | vivid-vid-cap.c | 98 static int vid_cap_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, vid_cap_queue_setup() argument 244 static int vid_cap_start_streaming(struct vb2_queue *vq, unsigned count) vid_cap_start_streaming() argument 278 static void vid_cap_stop_streaming(struct vb2_queue *vq) vid_cap_stop_streaming() argument
|
/linux-4.1.27/drivers/remoteproc/ |
H A D | remoteproc_virtio.c | 33 static bool rproc_virtio_notify(struct virtqueue *vq) rproc_virtio_notify() argument 80 struct virtqueue *vq; rp_find_vq() local 126 struct virtqueue *vq, *n; __rproc_virtio_del_vqs() local 71 rp_find_vq(struct virtio_device *vdev, unsigned id, void (*callback)(struct virtqueue *vq), const char *name) rp_find_vq() argument
|
/linux-4.1.27/drivers/char/hw_random/ |
H A D | virtio-rng.c | 32 struct virtqueue *vq; member in struct:virtrng_info 42 static void random_recv_done(struct virtqueue *vq) random_recv_done() argument
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | uvc_queue.c | 44 static int uvc_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, uvc_queue_setup() argument
|
/linux-4.1.27/drivers/virtio/ |
H A D | virtio_pci_common.h | 36 struct virtqueue *vq; member in struct:virtio_pci_vq_info
|
H A D | virtio_pci_legacy.c | 121 struct virtqueue *vq; setup_vq() local 178 struct virtqueue *vq = info->vq; del_vq() local 114 setup_vq(struct virtio_pci_device *vp_dev, struct virtio_pci_vq_info *info, unsigned index, void (*callback)(struct virtqueue *vq), const char *name, u16 msix_vec) setup_vq() argument
|
H A D | virtio_input.c | 30 static void virtinput_recv_events(struct virtqueue *vq) virtinput_recv_events() argument 88 static void virtinput_recv_status(struct virtqueue *vq) virtinput_recv_status() argument
|
H A D | virtio_pci_common.c | 44 bool vp_notify(struct virtqueue *vq) vp_notify() argument 232 struct virtqueue *vq; vp_setup_vq() local 260 static void vp_del_vq(struct virtqueue *vq) vp_del_vq() argument 278 struct virtqueue *vq, *n; vp_del_vqs() local 409 int vp_set_vq_affinity(struct virtqueue *vq, int cpu) vp_set_vq_affinity() argument 225 vp_setup_vq(struct virtio_device *vdev, unsigned index, void (*callback)(struct virtqueue *vq), const char *name, u16 msix_vec) vp_setup_vq() argument
|
H A D | virtio_balloon.c | 106 static void balloon_ack(struct virtqueue *vq) balloon_ack() argument 113 static void tell_host(struct virtio_balloon *vb, struct virtqueue *vq) tell_host() argument 252 static void stats_request(struct virtqueue *vq) stats_request() argument 262 struct virtqueue *vq; stats_handle_request() local
|
H A D | virtio_mmio.c | 99 struct virtqueue *vq; member in struct:virtio_mmio_vq_info 280 static bool vm_notify(struct virtqueue *vq) vm_notify() argument 320 static void vm_del_vq(struct virtqueue *vq) vm_del_vq() argument 350 struct virtqueue *vq, *n; vm_del_vqs() local 366 struct virtqueue *vq; vm_setup_vq() local 360 vm_setup_vq(struct virtio_device *vdev, unsigned index, void (*callback)(struct virtqueue *vq), const char *name) vm_setup_vq() argument
|
H A D | virtio_pci_modern.c | 328 struct virtqueue *vq; setup_vq() local 429 struct virtqueue *vq; vp_modern_find_vqs() local 448 struct virtqueue *vq = info->vq; del_vq() local 320 setup_vq(struct virtio_pci_device *vp_dev, struct virtio_pci_vq_info *info, unsigned index, void (*callback)(struct virtqueue *vq), const char *name, u16 msix_vec) setup_vq() argument
|
H A D | virtio_ring.c | 58 struct virtqueue vq; member in struct:vring_virtqueue 131 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_add() local 304 int virtqueue_add_outbuf(struct virtqueue *vq, virtqueue_add_outbuf() argument 326 int virtqueue_add_inbuf(struct virtqueue *vq, virtqueue_add_inbuf() argument 348 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_kick_prepare() local 390 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_notify() local 416 bool virtqueue_kick(struct virtqueue *vq) virtqueue_kick() argument 424 static void detach_buf(struct vring_virtqueue *vq, unsigned int head) detach_buf() argument 449 static inline bool more_used(const struct vring_virtqueue *vq) more_used() argument 472 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_get_buf() local 538 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_disable_cb() local 558 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_enable_cb_prepare() local 586 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_poll() local 626 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_enable_cb_delayed() local 661 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_detach_unused_buf() local 687 struct vring_virtqueue *vq = to_vvq(_vq); vring_interrupt() local 715 struct vring_virtqueue *vq; vring_new_virtqueue() local 764 void vring_del_virtqueue(struct virtqueue *vq) vring_del_virtqueue() argument 802 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_get_vring_size() local 810 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_is_broken() local 825 struct vring_virtqueue *vq = to_vvq(_vq); virtio_break_device() local 833 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_get_avail() local 841 struct vring_virtqueue *vq = to_vvq(_vq); virtqueue_get_used() local
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
H A D | cx231xx-vbi.c | 169 vbi_buffer_setup(struct videobuf_queue *vq, unsigned int *count, vbi_buffer_setup() argument 190 static void free_buffer(struct videobuf_queue *vq, struct cx231xx_buffer *buf) free_buffer() argument 217 vbi_buffer_prepare(struct videobuf_queue *vq, struct videobuf_buffer *vb, vbi_buffer_prepare() argument 266 vbi_buffer_queue(struct videobuf_queue *vq, struct videobuf_buffer *vb) vbi_buffer_queue() argument 279 static void vbi_buffer_release(struct videobuf_queue *vq, vbi_buffer_release() argument
|
H A D | cx231xx-video.c | 727 buffer_setup(struct videobuf_queue *vq, unsigned int *count, unsigned int *size) buffer_setup() argument 746 static void free_buffer(struct videobuf_queue *vq, struct cx231xx_buffer *buf) free_buffer() argument 779 buffer_prepare(struct videobuf_queue *vq, struct videobuf_buffer *vb, buffer_prepare() argument 839 static void buffer_queue(struct videobuf_queue *vq, struct videobuf_buffer *vb) buffer_queue() argument 852 static void buffer_release(struct videobuf_queue *vq, buffer_release() argument
|
H A D | cx231xx-417.c | 1246 static void free_buffer(struct videobuf_queue *vq, struct cx231xx_buffer *buf) free_buffer() argument
|
/linux-4.1.27/drivers/media/usb/stk1160/ |
H A D | stk1160-v4l.c | 519 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *v4l_fmt, queue_setup() argument 580 static int start_streaming(struct vb2_queue *vq, unsigned int count) start_streaming() argument 587 static void stop_streaming(struct vb2_queue *vq) stop_streaming() argument
|
/linux-4.1.27/drivers/media/usb/uvc/ |
H A D | uvc_queue.c | 71 static int uvc_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, uvc_queue_setup() argument 146 static int uvc_start_streaming(struct vb2_queue *vq, unsigned int count) uvc_start_streaming() argument 166 static void uvc_stop_streaming(struct vb2_queue *vq) uvc_stop_streaming() argument
|
/linux-4.1.27/drivers/vhost/ |
H A D | test.c | 40 struct vhost_virtqueue *vq = &n->vqs[VHOST_TEST_VQ]; handle_vq() local 95 struct vhost_virtqueue *vq = container_of(work, struct vhost_virtqueue, handle_vq_kick() local 171 struct vhost_virtqueue *vq; vhost_test_run() local 244 struct vhost_virtqueue *vq; vhost_test_set_features() local 126 vhost_test_stop_vq(struct vhost_test *n, struct vhost_virtqueue *vq) vhost_test_stop_vq() argument
|
H A D | vhost.h | 171 static inline bool vhost_has_feature(struct vhost_virtqueue *vq, int bit) vhost_has_feature() argument 177 static inline u16 vhost16_to_cpu(struct vhost_virtqueue *vq, __virtio16 val) vhost16_to_cpu() argument 182 static inline __virtio16 cpu_to_vhost16(struct vhost_virtqueue *vq, u16 val) cpu_to_vhost16() argument 187 static inline u32 vhost32_to_cpu(struct vhost_virtqueue *vq, __virtio32 val) vhost32_to_cpu() argument 192 static inline __virtio32 cpu_to_vhost32(struct vhost_virtqueue *vq, u32 val) cpu_to_vhost32() argument 197 static inline u64 vhost64_to_cpu(struct vhost_virtqueue *vq, __virtio64 val) vhost64_to_cpu() argument 202 static inline __virtio64 cpu_to_vhost64(struct vhost_virtqueue *vq, u64 val) cpu_to_vhost64() argument
|
H A D | net.c | 82 struct vhost_virtqueue *vq; member in struct:vhost_net_ubuf_ref 86 struct vhost_virtqueue vq; member in struct:vhost_net_virtqueue 117 static void vhost_net_enable_zcopy(int vq) vhost_net_enable_zcopy() argument 123 vhost_net_ubuf_alloc(struct vhost_virtqueue *vq, bool zcopy) vhost_net_ubuf_alloc() argument 268 struct vhost_virtqueue *vq = ubufs->vq; vhost_zerocopy_callback() local 296 struct vhost_virtqueue *vq = &nvq->vq; handle_tx() local 449 static int get_rx_bufs(struct vhost_virtqueue *vq, get_rx_bufs() argument 521 struct vhost_virtqueue *vq = &nvq->vq; handle_rx() local 646 struct vhost_virtqueue *vq = container_of(work, struct vhost_virtqueue, handle_tx_kick() local 655 struct vhost_virtqueue *vq = container_of(work, struct vhost_virtqueue, handle_rx_kick() local 880 struct vhost_virtqueue *vq; vhost_net_set_backend() local 239 vhost_zerocopy_signal_used(struct vhost_net *net, struct vhost_virtqueue *vq) vhost_zerocopy_signal_used() argument 718 vhost_net_disable_vq(struct vhost_net *n, struct vhost_virtqueue *vq) vhost_net_disable_vq() argument 729 vhost_net_enable_vq(struct vhost_net *n, struct vhost_virtqueue *vq) vhost_net_enable_vq() argument 744 vhost_net_stop_vq(struct vhost_net *n, struct vhost_virtqueue *vq) vhost_net_stop_vq() argument
|
H A D | vhost.c | 253 static void vhost_vq_free_iovecs(struct vhost_virtqueue *vq) vhost_vq_free_iovecs() argument 266 struct vhost_virtqueue *vq; vhost_dev_alloc_iovecs() local 297 struct vhost_virtqueue *vq; vhost_dev_init() local 549 static int vq_access_ok(struct vhost_virtqueue *vq, unsigned int num, vq_access_ok() argument 572 static int vq_log_access_ok(struct vhost_virtqueue *vq, vq_log_access_ok() argument 586 int vhost_vq_access_ok(struct vhost_virtqueue *vq) vhost_vq_access_ok() argument 639 struct vhost_virtqueue *vq; vhost_vring_ioctl() local 866 struct vhost_virtqueue *vq; vhost_dev_ioctl() local 981 int vhost_log_write(struct vhost_virtqueue *vq, struct vhost_log *log, vhost_log_write() argument 1006 static int vhost_update_used_flags(struct vhost_virtqueue *vq) vhost_update_used_flags() argument 1025 static int vhost_update_avail_event(struct vhost_virtqueue *vq, u16 avail_event) vhost_update_avail_event() argument 1044 int vhost_init_used(struct vhost_virtqueue *vq) vhost_init_used() argument 1065 static int translate_desc(struct vhost_virtqueue *vq, u64 addr, u32 len, translate_desc() argument 1102 static unsigned next_desc(struct vhost_virtqueue *vq, struct vring_desc *desc) next_desc() argument 1120 static int get_indirect(struct vhost_virtqueue *vq, get_indirect() argument 1220 int vhost_get_vq_desc(struct vhost_virtqueue *vq, vhost_get_vq_desc() argument 1350 void vhost_discard_vq_desc(struct vhost_virtqueue *vq, int n) vhost_discard_vq_desc() argument 1358 int vhost_add_used(struct vhost_virtqueue *vq, unsigned int head, int len) vhost_add_used() argument 1369 static int __vhost_add_used_n(struct vhost_virtqueue *vq, __vhost_add_used_n() argument 1414 int vhost_add_used_n(struct vhost_virtqueue *vq, struct vring_used_elem *heads, vhost_add_used_n() argument 1448 static bool vhost_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) vhost_notify() argument 1486 void vhost_signal(struct vhost_dev *dev, struct vhost_virtqueue *vq) vhost_signal() argument 1515 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) vhost_enable_notify() argument 1553 void vhost_disable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) vhost_disable_notify() argument 177 vhost_vq_reset(struct vhost_dev *dev, struct vhost_virtqueue *vq) vhost_vq_reset() argument 1495 vhost_add_used_and_signal(struct vhost_dev *dev, struct vhost_virtqueue *vq, unsigned int head, int len) vhost_add_used_and_signal() argument 1505 vhost_add_used_and_signal_n(struct vhost_dev *dev, struct vhost_virtqueue *vq, struct vring_used_elem *heads, unsigned count) vhost_add_used_and_signal_n() argument
|
H A D | scsi.c | 187 struct vhost_virtqueue vq; member in struct:vhost_scsi_virtqueue 244 struct vhost_virtqueue *vq; vhost_scsi_init_inflight() local 268 vhost_scsi_get_inflight(struct vhost_virtqueue *vq) vhost_scsi_get_inflight() argument 577 struct vhost_virtqueue *vq = &vs->vqs[VHOST_SCSI_VQ_EVT].vq; vhost_scsi_allocate_evt() local 616 struct vhost_virtqueue *vq = &vs->vqs[VHOST_SCSI_VQ_EVT].vq; vhost_scsi_do_evt_work() local 667 struct vhost_virtqueue *vq = &vs->vqs[VHOST_SCSI_VQ_EVT].vq; vhost_scsi_evt_work() local 697 int ret, vq; vhost_scsi_complete_cmd_work() local 741 vhost_scsi_get_tag(struct vhost_virtqueue *vq, struct vhost_scsi_tpg *tpg, vhost_scsi_get_tag() argument 1005 vhost_scsi_handle_vq(struct vhost_scsi *vs, struct vhost_virtqueue *vq) vhost_scsi_handle_vq() argument 1290 struct vhost_virtqueue *vq = container_of(work, struct vhost_virtqueue, vhost_scsi_evt_handle_kick() local 1306 struct vhost_virtqueue *vq = container_of(work, struct vhost_virtqueue, vhost_scsi_handle_kick() local 1361 struct vhost_virtqueue *vq; vhost_scsi_set_endpoint() local 1464 struct vhost_virtqueue *vq; vhost_scsi_clear_endpoint() local 1547 struct vhost_virtqueue *vq; vhost_scsi_set_features() local 1645 struct vhost_virtqueue *vq = &vs->vqs[VHOST_SCSI_VQ_EVT].vq; vhost_scsi_ioctl() local 1757 struct vhost_virtqueue *vq; vhost_scsi_do_plug() local 986 vhost_scsi_send_bad_target(struct vhost_scsi *vs, struct vhost_virtqueue *vq, int head, unsigned out) vhost_scsi_send_bad_target() argument
|
/linux-4.1.27/include/linux/ |
H A D | virtio_config.h | 158 struct virtqueue *vq; virtio_find_single_vq() local 200 int virtqueue_set_affinity(struct virtqueue *vq, int cpu) virtqueue_set_affinity() argument
|
H A D | remoteproc.h | 465 struct virtqueue *vq; member in struct:rproc_vring
|
/linux-4.1.27/tools/virtio/ |
H A D | virtio_test.c | 31 struct virtqueue *vq; member in struct:vq_info 45 bool vq_notify(struct virtqueue *vq) vq_notify() argument 55 void vq_callback(struct virtqueue *vq) vq_callback() argument 153 static void run_test(struct vdev_info *dev, struct vq_info *vq, run_test() argument
|
H A D | vringh_test.c | 26 static bool never_notify_host(struct virtqueue *vq) never_notify_host() argument 31 static void never_callback_guest(struct virtqueue *vq) never_callback_guest() argument 69 static bool parallel_notify_host(struct virtqueue *vq) parallel_notify_host() argument 82 static bool no_notify_host(struct virtqueue *vq) no_notify_host() argument 293 struct virtqueue *vq; parallel_test() local 438 struct virtqueue *vq; main() local
|
/linux-4.1.27/drivers/media/platform/exynos-gsc/ |
H A D | gsc-m2m.c | 214 static int gsc_m2m_queue_setup(struct vb2_queue *vq, gsc_m2m_queue_setup() argument 318 struct vb2_queue *vq; gsc_m2m_s_fmt_mplane() local
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
H A D | fimc-isp-video.c | 41 static int isp_video_capture_queue_setup(struct vb2_queue *vq, isp_video_capture_queue_setup() argument
|
H A D | fimc-m2m.c | 179 static int fimc_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, fimc_queue_setup() argument 366 struct vb2_queue *vq; fimc_m2m_s_fmt_mplane() local
|
H A D | fimc-capture.c | 347 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *pfmt, queue_setup() argument 389 struct vb2_queue *vq = vb->vb2_queue; buffer_prepare() local
|
H A D | fimc-lite.c | 363 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *pfmt, queue_setup() argument 401 struct vb2_queue *vq = vb->vb2_queue; buffer_prepare() local
|
/linux-4.1.27/drivers/media/platform/s5p-g2d/ |
H A D | g2d.c | 104 static int g2d_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, g2d_queue_setup() argument 318 struct vb2_queue *vq; vidioc_g_fmt() local 371 struct vb2_queue *vq; vidioc_s_fmt() local
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_dec.c | 885 static int s5p_mfc_queue_setup(struct vb2_queue *vq, s5p_mfc_queue_setup() argument 948 struct vb2_queue *vq = vb->vb2_queue; s5p_mfc_buf_init() local 1061 struct vb2_queue *vq = vb->vb2_queue; s5p_mfc_buf_queue() local
|
H A D | s5p_mfc_enc.c | 1814 static int s5p_mfc_queue_setup(struct vb2_queue *vq, s5p_mfc_queue_setup() argument 1871 struct vb2_queue *vq = vb->vb2_queue; s5p_mfc_buf_init() local 1905 struct vb2_queue *vq = vb->vb2_queue; s5p_mfc_buf_prepare() local 2002 struct vb2_queue *vq = vb->vb2_queue; s5p_mfc_buf_queue() local
|
H A D | s5p_mfc_opr_v5.c | 1472 static void s5p_mfc_cleanup_queue_v5(struct list_head *lh, struct vb2_queue *vq) s5p_mfc_cleanup_queue_v5() argument
|
H A D | s5p_mfc_opr_v6.c | 1830 static void s5p_mfc_cleanup_queue_v6(struct list_head *lh, struct vb2_queue *vq) s5p_mfc_cleanup_queue_v6() argument
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
H A D | xilinx-dma.c | 312 xvip_dma_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, xvip_dma_queue_setup() argument 386 static int xvip_dma_start_streaming(struct vb2_queue *vq, unsigned int count) xvip_dma_start_streaming() argument 445 static void xvip_dma_stop_streaming(struct vb2_queue *vq) xvip_dma_stop_streaming() argument
|
/linux-4.1.27/drivers/media/usb/pwc/ |
H A D | pwc-if.c | 575 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, queue_setup() argument 659 static int start_streaming(struct vb2_queue *vq, unsigned int count) start_streaming() argument 686 static void stop_streaming(struct vb2_queue *vq) stop_streaming() argument
|
/linux-4.1.27/drivers/media/usb/usbtv/ |
H A D | usbtv-video.c | 601 static int usbtv_queue_setup(struct vb2_queue *vq, usbtv_queue_setup() argument 631 static int usbtv_start_streaming(struct vb2_queue *vq, unsigned int count) usbtv_start_streaming() argument 641 static void usbtv_stop_streaming(struct vb2_queue *vq) usbtv_stop_streaming() argument
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | v4l2-mem2mem.c | 359 struct vb2_queue *vq; v4l2_m2m_reqbufs() local 374 struct vb2_queue *vq; v4l2_m2m_querybuf() local 403 struct vb2_queue *vq; v4l2_m2m_qbuf() local 422 struct vb2_queue *vq; v4l2_m2m_dqbuf() local 436 struct vb2_queue *vq; v4l2_m2m_create_bufs() local 450 struct vb2_queue *vq; v4l2_m2m_expbuf() local 462 struct vb2_queue *vq; v4l2_m2m_streamon() local 616 struct vb2_queue *vq; v4l2_m2m_mmap() local
|
H A D | videobuf2-core.c | 3538 void vb2_ops_wait_prepare(struct vb2_queue *vq) vb2_ops_wait_prepare() argument 3544 void vb2_ops_wait_finish(struct vb2_queue *vq) vb2_ops_wait_finish() argument
|
/linux-4.1.27/drivers/s390/kvm/ |
H A D | kvm_virtio.c | 174 static bool kvm_notify(struct virtqueue *vq) kvm_notify() argument 196 struct virtqueue *vq; kvm_find_vq() local 237 static void kvm_del_vq(struct virtqueue *vq) kvm_del_vq() argument 249 struct virtqueue *vq, *n; kvm_del_vqs() local 399 struct virtqueue *vq; kvm_extint_handler() local 189 kvm_find_vq(struct virtio_device *vdev, unsigned index, void (*callback)(struct virtqueue *vq), const char *name) kvm_find_vq() argument
|
H A D | virtio_ccw.c | 110 struct virtqueue *vq; member in struct:virtio_ccw_vq_info 169 static void drop_airq_indicator(struct virtqueue *vq, struct airq_info *info) drop_airq_indicator() argument 386 static bool virtio_ccw_kvm_notify(struct virtqueue *vq) virtio_ccw_kvm_notify() argument 412 static void virtio_ccw_del_vq(struct virtqueue *vq, struct ccw1 *ccw) virtio_ccw_del_vq() argument 463 struct virtqueue *vq, *n; virtio_ccw_del_vqs() local 486 struct virtqueue *vq = NULL; virtio_ccw_setup_vq() local 956 struct virtqueue *vq; virtio_ccw_vq_by_ind() local 977 struct virtqueue *vq; virtio_ccw_int_handler() local
|
/linux-4.1.27/Documentation/video4linux/ |
H A D | v4l2-pci-skeleton.c | 165 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, queue_setup() argument 249 static int start_streaming(struct vb2_queue *vq, unsigned int count) start_streaming() argument 272 static void stop_streaming(struct vb2_queue *vq) stop_streaming() argument
|
/linux-4.1.27/net/9p/ |
H A D | trans_virtio.c | 84 struct virtqueue *vq; member in struct:virtio_chan 143 static void req_done(struct virtqueue *vq) req_done() argument
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2.c | 348 struct vb2_queue *vq = vb->vb2_queue; solo_buf_queue() local
|
H A D | solo6x10-v4l2-enc.c | 681 struct vb2_queue *vq = vb->vb2_queue; solo_enc_buf_queue() local
|
/linux-4.1.27/drivers/media/pci/tw68/ |
H A D | tw68-video.c | 426 struct vb2_queue *vq = vb->vb2_queue; tw68_buf_queue() local 460 struct vb2_queue *vq = vb->vb2_queue; tw68_buf_prepare() local 502 struct vb2_queue *vq = vb->vb2_queue; tw68_buf_finish() local
|
/linux-4.1.27/drivers/media/platform/blackfin/ |
H A D | bfin_capture.c | 199 static int bcap_queue_setup(struct vb2_queue *vq, bcap_queue_setup() argument 258 static int bcap_start_streaming(struct vb2_queue *vq, unsigned int count) bcap_start_streaming() argument 348 static void bcap_stop_streaming(struct vb2_queue *vq) bcap_stop_streaming() argument
|
/linux-4.1.27/drivers/media/platform/davinci/ |
H A D | vpbe_display.c | 236 vpbe_buffer_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, vpbe_buffer_queue_setup() argument 284 static int vpbe_start_streaming(struct vb2_queue *vq, unsigned int count) vpbe_start_streaming() argument 325 static void vpbe_stop_streaming(struct vb2_queue *vq) vpbe_stop_streaming() argument
|
H A D | vpif_display.c | 109 static int vpif_buffer_queue_setup(struct vb2_queue *vq, vpif_buffer_queue_setup() argument 159 static int vpif_start_streaming(struct vb2_queue *vq, unsigned int count) vpif_start_streaming() argument 246 static void vpif_stop_streaming(struct vb2_queue *vq) vpif_stop_streaming() argument
|
H A D | vpfe_capture.c | 1242 static int vpfe_videobuf_setup(struct videobuf_queue *vq, vpfe_videobuf_setup() argument 1262 static int vpfe_videobuf_prepare(struct videobuf_queue *vq, vpfe_videobuf_prepare() argument 1294 static void vpfe_videobuf_queue(struct videobuf_queue *vq, vpfe_videobuf_queue() argument 1313 static void vpfe_videobuf_release(struct videobuf_queue *vq, vpfe_videobuf_release() argument
|
H A D | vpif_capture.c | 114 static int vpif_buffer_queue_setup(struct vb2_queue *vq, vpif_buffer_queue_setup() argument 168 static int vpif_start_streaming(struct vb2_queue *vq, unsigned int count) vpif_start_streaming() argument 260 static void vpif_stop_streaming(struct vb2_queue *vq) vpif_stop_streaming() argument
|
/linux-4.1.27/drivers/media/platform/ |
H A D | timblogiw.c | 474 static int buffer_setup(struct videobuf_queue *vq, unsigned int *count, buffer_setup() argument 490 static int buffer_prepare(struct videobuf_queue *vq, struct videobuf_buffer *vb, buffer_prepare() argument 543 static void buffer_queue(struct videobuf_queue *vq, struct videobuf_buffer *vb) buffer_queue() argument 584 static void buffer_release(struct videobuf_queue *vq, buffer_release() argument
|
H A D | m2m-deinterlace.c | 514 struct vb2_queue *vq; vidioc_g_fmt() local 612 struct vb2_queue *vq; vidioc_s_fmt() local 799 static int deinterlace_queue_setup(struct vb2_queue *vq, deinterlace_queue_setup() argument
|
H A D | vim2m.c | 484 struct vb2_queue *vq; vidioc_g_fmt() local 586 struct vb2_queue *vq; vidioc_s_fmt() local 714 static int vim2m_queue_setup(struct vb2_queue *vq, vim2m_queue_setup() argument
|
H A D | fsl-viu.c | 402 static int buffer_setup(struct videobuf_queue *vq, unsigned int *count, buffer_setup() argument 418 static void free_buffer(struct videobuf_queue *vq, struct viu_buf *buf) free_buffer() argument 485 static int buffer_prepare(struct videobuf_queue *vq, buffer_prepare() argument 531 static void buffer_queue(struct videobuf_queue *vq, struct videobuf_buffer *vb) buffer_queue() argument 581 static void buffer_release(struct videobuf_queue *vq, buffer_release() argument
|
H A D | mx2_emmaprp.c | 454 struct vb2_queue *vq; vidioc_g_fmt() local 559 struct vb2_queue *vq; vidioc_s_fmt() local 691 static int emmaprp_queue_setup(struct vb2_queue *vq, emmaprp_queue_setup() argument
|
H A D | sh_veu.c | 554 struct vb2_queue *vq; sh_veu_s_fmt() local 867 static int sh_veu_queue_setup(struct vb2_queue *vq, sh_veu_queue_setup() argument
|
H A D | sh_vou.c | 230 static void free_buffer(struct videobuf_queue *vq, struct videobuf_buffer *vb) free_buffer() argument 241 static int sh_vou_buf_setup(struct videobuf_queue *vq, unsigned int *count, sh_vou_buf_setup() argument 264 static int sh_vou_buf_prepare(struct videobuf_queue *vq, sh_vou_buf_prepare() argument 314 static void sh_vou_buf_queue(struct videobuf_queue *vq, sh_vou_buf_queue() argument 354 static void sh_vou_buf_release(struct videobuf_queue *vq, sh_vou_buf_release() argument
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
H A D | vsp1_video.c | 711 vsp1_video_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, vsp1_video_queue_setup() argument 803 static int vsp1_video_start_streaming(struct vb2_queue *vq, unsigned int count) vsp1_video_start_streaming() argument 855 static void vsp1_video_stop_streaming(struct vb2_queue *vq) vsp1_video_stop_streaming() argument
|
/linux-4.1.27/drivers/media/usb/go7007/ |
H A D | go7007-v4l2.c | 385 struct vb2_queue *vq = vb->vb2_queue; go7007_buf_queue() local 409 struct vb2_queue *vq = vb->vb2_queue; go7007_buf_finish() local
|
/linux-4.1.27/drivers/misc/mic/card/ |
H A D | mic_virtio.c | 194 static bool mic_notify(struct virtqueue *vq) mic_notify() argument 202 static void mic_del_vq(struct virtqueue *vq, int n) mic_del_vq() argument 216 struct virtqueue *vq, *n; mic_del_vqs() local 238 struct virtqueue *vq; mic_find_vq() local 377 struct virtqueue *vq; mic_virtio_intr_handler() local 230 mic_find_vq(struct virtio_device *vdev, unsigned index, void (*callback)(struct virtqueue *vq), const char *name) mic_find_vq() argument
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
H A D | vpfe_video.c | 1084 vpfe_buffer_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, vpfe_buffer_queue_setup() argument 1197 static int vpfe_start_streaming(struct vb2_queue *vq, unsigned int count) vpfe_start_streaming() argument 1254 static void vpfe_stop_streaming(struct vb2_queue *vq) vpfe_stop_streaming() argument
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
H A D | iss_video.c | 290 static int iss_video_queue_setup(struct vb2_queue *vq, iss_video_queue_setup() argument
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | sur40.c | 704 static int sur40_start_streaming(struct vb2_queue *vq, unsigned int count) sur40_start_streaming() argument 716 static void sur40_stop_streaming(struct vb2_queue *vq) sur40_stop_streaming() argument
|
/linux-4.1.27/drivers/media/pci/sta2x11/ |
H A D | sta2x11_vip.c | 268 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, queue_setup() argument 344 static int start_streaming(struct vb2_queue *vq, unsigned int count) start_streaming() argument 360 static void stop_streaming(struct vb2_queue *vq) stop_streaming() argument
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
H A D | camif-capture.c | 381 static int start_streaming(struct vb2_queue *vq, unsigned int count) start_streaming() argument 438 static void stop_streaming(struct vb2_queue *vq) stop_streaming() argument 444 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *pfmt, queue_setup() argument
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
H A D | mixer_video.c | 884 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *pfmt, queue_setup() argument 929 static int start_streaming(struct vb2_queue *vq, unsigned int count) start_streaming() argument 976 static void stop_streaming(struct vb2_queue *vq) stop_streaming() argument
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
H A D | atmel-isi.c | 240 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, queue_setup() argument 382 static int start_streaming(struct vb2_queue *vq, unsigned int count) start_streaming() argument 410 static void stop_streaming(struct vb2_queue *vq) stop_streaming() argument
|
H A D | mx3_camera.c | 187 static int mx3_videobuf_setup(struct vb2_queue *vq, mx3_videobuf_setup() argument
|
H A D | omap1_camera.c | 205 static int omap1_videobuf_setup(struct videobuf_queue *vq, unsigned int *count, omap1_videobuf_setup() argument 226 static void free_buffer(struct videobuf_queue *vq, struct omap1_cam_buf *buf, free_buffer() argument 249 static int omap1_videobuf_prepare(struct videobuf_queue *vq, omap1_videobuf_prepare() argument 479 static void omap1_videobuf_queue(struct videobuf_queue *vq, omap1_videobuf_queue() argument 530 static void omap1_videobuf_release(struct videobuf_queue *vq, omap1_videobuf_release() argument
|
H A D | rcar_vin.c | 528 static int rcar_vin_videobuf_setup(struct vb2_queue *vq, rcar_vin_videobuf_setup() argument 834 static void rcar_vin_stop_streaming(struct vb2_queue *vq) rcar_vin_stop_streaming() argument 1777 static int rcar_vin_init_videobuf2(struct vb2_queue *vq, rcar_vin_init_videobuf2() argument
|
H A D | sh_mobile_ceu_camera.c | 212 static int sh_mobile_ceu_videobuf_setup(struct vb2_queue *vq, sh_mobile_ceu_videobuf_setup() argument
|
H A D | mx2_camera.c | 471 static int mx2_videobuf_setup(struct vb2_queue *vq, mx2_videobuf_setup() argument
|
H A D | pxa_camera.c | 241 static int pxa_videobuf_setup(struct videobuf_queue *vq, unsigned int *count, pxa_videobuf_setup() argument 258 static void free_buffer(struct videobuf_queue *vq, struct pxa_buffer *buf) free_buffer() argument 424 static int pxa_videobuf_prepare(struct videobuf_queue *vq, pxa_videobuf_prepare() argument 626 static void pxa_videobuf_queue(struct videobuf_queue *vq, pxa_videobuf_queue() argument 646 static void pxa_videobuf_release(struct videobuf_queue *vq, pxa_videobuf_release() argument
|
/linux-4.1.27/drivers/media/usb/airspy/ |
H A D | airspy.c | 488 static int airspy_queue_setup(struct vb2_queue *vq, airspy_queue_setup() argument 524 static int airspy_start_streaming(struct vb2_queue *vq, unsigned int count) airspy_start_streaming() argument 584 static void airspy_stop_streaming(struct vb2_queue *vq) airspy_stop_streaming() argument
|
/linux-4.1.27/drivers/media/usb/hackrf/ |
H A D | hackrf.c | 466 static int hackrf_queue_setup(struct vb2_queue *vq, hackrf_queue_setup() argument 496 static int hackrf_start_streaming(struct vb2_queue *vq, unsigned int count) hackrf_start_streaming() argument 552 static void hackrf_stop_streaming(struct vb2_queue *vq) hackrf_stop_streaming() argument
|
/linux-4.1.27/drivers/media/usb/msi2500/ |
H A D | msi2500.c | 616 static int msi2500_queue_setup(struct vb2_queue *vq, msi2500_queue_setup() argument 824 static int msi2500_start_streaming(struct vb2_queue *vq, unsigned int count) msi2500_start_streaming() argument 853 static void msi2500_stop_streaming(struct vb2_queue *vq) msi2500_stop_streaming() argument
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
H A D | tm6000-video.c | 694 buffer_setup(struct videobuf_queue *vq, unsigned int *count, unsigned int *size) buffer_setup() argument 711 static void free_buffer(struct videobuf_queue *vq, struct tm6000_buffer *buf) free_buffer() argument 739 buffer_prepare(struct videobuf_queue *vq, struct videobuf_buffer *vb, buffer_prepare() argument 793 buffer_queue(struct videobuf_queue *vq, struct videobuf_buffer *vb) buffer_queue() argument 804 static void buffer_release(struct videobuf_queue *vq, struct videobuf_buffer *vb) buffer_release() argument
|
/linux-4.1.27/drivers/scsi/ |
H A D | virtio_scsi.c | 65 struct virtqueue *vq; member in struct:virtio_scsi_vq 222 struct virtqueue *vq = virtscsi_vq->vq; virtscsi_vq_done() local 236 static void virtscsi_req_done(struct virtqueue *vq) virtscsi_req_done() argument 264 static void virtscsi_ctrl_done(struct virtqueue *vq) virtscsi_ctrl_done() argument 410 static void virtscsi_event_done(struct virtqueue *vq) virtscsi_event_done() argument 425 static int virtscsi_add_cmd(struct virtqueue *vq, virtscsi_add_cmd() argument 470 static int virtscsi_kick_cmd(struct virtio_scsi_vq *vq, virtscsi_kick_cmd() argument 587 struct virtio_scsi_vq *vq; virtscsi_pick_vq() local 867 virtscsi_init_vq(struct virtio_scsi_vq *virtscsi_vq, struct virtqueue *vq) virtscsi_init_vq() argument
|
/linux-4.1.27/drivers/block/ |
H A D | virtio_blk.c | 26 struct virtqueue *vq; member in struct:virtio_blk_vq 74 static int __virtblk_add_req(struct virtqueue *vq, __virtblk_add_req() argument 134 static void virtblk_done(struct virtqueue *vq) virtblk_done() argument
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | rtl2832_sdr.c | 485 static int rtl2832_sdr_queue_setup(struct vb2_queue *vq, rtl2832_sdr_queue_setup() argument 869 static int rtl2832_sdr_start_streaming(struct vb2_queue *vq, unsigned int count) rtl2832_sdr_start_streaming() argument 926 static void rtl2832_sdr_stop_streaming(struct vb2_queue *vq) rtl2832_sdr_stop_streaming() argument
|
/linux-4.1.27/include/media/ |
H A D | soc_camera.h | 397 static inline struct soc_camera_device *soc_camera_from_vb2q(const struct vb2_queue *vq) soc_camera_from_vb2q() argument 402 static inline struct soc_camera_device *soc_camera_from_vbq(const struct videobuf_queue *vq) soc_camera_from_vbq() argument
|
/linux-4.1.27/drivers/media/platform/am437x/ |
H A D | am437x-vpfe.c | 1924 static int vpfe_queue_setup(struct vb2_queue *vq, vpfe_queue_setup() argument 1993 static int vpfe_start_streaming(struct vb2_queue *vq, unsigned int count) vpfe_start_streaming() argument 2054 static void vpfe_stop_streaming(struct vb2_queue *vq) vpfe_stop_streaming() argument
|
/linux-4.1.27/drivers/media/platform/coda/ |
H A D | coda-common.c | 623 struct vb2_queue *vq; coda_s_fmt() local 1131 static int coda_queue_setup(struct vb2_queue *vq, coda_queue_setup() argument 1176 struct vb2_queue *vq = vb->vb2_queue; coda_buf_queue() local 1571 static int coda_queue_init(struct coda_ctx *ctx, struct vb2_queue *vq) coda_queue_init() argument
|
/linux-4.1.27/drivers/media/platform/marvell-ccic/ |
H A D | mcam-core.c | 1068 static int mcam_vb_queue_setup(struct vb2_queue *vq, mcam_vb_queue_setup() argument 1108 static int mcam_vb_start_streaming(struct vb2_queue *vq, unsigned int count) mcam_vb_start_streaming() argument 1140 static void mcam_vb_stop_streaming(struct vb2_queue *vq) mcam_vb_stop_streaming() argument 1243 struct vb2_queue *vq = &cam->vb_queue; mcam_setup_vb2() local
|
/linux-4.1.27/drivers/net/ |
H A D | virtio_net.c | 68 struct virtqueue *vq; member in struct:send_queue 80 struct virtqueue *vq; member in struct:receive_queue 158 static int vq2txq(struct virtqueue *vq) vq2txq() argument 168 static int vq2rxq(struct virtqueue *vq) vq2rxq() argument 210 static void skb_xmit_done(struct virtqueue *vq) skb_xmit_done() argument 1492 struct virtqueue *vq = vi->sq[i].vq; free_unused_bufs() local 1498 struct virtqueue *vq = vi->rq[i].vq; free_unused_bufs() local
|
/linux-4.1.27/drivers/media/platform/s5p-jpeg/ |
H A D | jpeg-core.c | 1075 struct vb2_queue *vq; s5p_jpeg_g_fmt() local 1321 struct vb2_queue *vq; s5p_jpeg_s_fmt() local 2122 static int s5p_jpeg_queue_setup(struct vb2_queue *vq, s5p_jpeg_queue_setup() argument
|
/linux-4.1.27/drivers/media/usb/zr364xx/ |
H A D | zr364xx.c | 360 static int buffer_setup(struct videobuf_queue *vq, unsigned int *count, buffer_setup() argument 376 static void free_buffer(struct videobuf_queue *vq, struct zr364xx_buffer *buf) free_buffer() argument 387 static int buffer_prepare(struct videobuf_queue *vq, struct videobuf_buffer *vb, buffer_prepare() argument 425 static void buffer_queue(struct videobuf_queue *vq, struct videobuf_buffer *vb) buffer_queue() argument 437 static void buffer_release(struct videobuf_queue *vq, buffer_release() argument
|
/linux-4.1.27/drivers/char/ |
H A D | virtio_console.c | 420 static struct port_buffer *alloc_buf(struct virtqueue *vq, size_t buf_size, alloc_buf() argument 503 static int add_inbuf(struct virtqueue *vq, struct port_buffer *buf) add_inbuf() argument 564 struct virtqueue *vq; __send_control_msg() local 1358 static unsigned int fill_queue(struct virtqueue *vq, spinlock_t *lock) fill_queue() argument 1747 struct virtqueue *vq; control_work_handler() local 1773 static void out_intr(struct virtqueue *vq) out_intr() argument 1784 static void in_intr(struct virtqueue *vq) in_intr() argument 1827 static void control_intr(struct virtqueue *vq) control_intr() argument 323 find_port_by_vq(struct ports_device *portdev, struct virtqueue *vq) find_port_by_vq() argument
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
H A D | vpe.c | 1394 struct vb2_queue *vq; vpe_g_fmt() local 1527 struct vb2_queue *vq; __vpe_s_fmt() local 1800 static int vpe_queue_setup(struct vb2_queue *vq, vpe_queue_setup() argument
|
/linux-4.1.27/tools/lguest/ |
H A D | lguest.c | 169 struct virtqueue *vq; member in struct:device 682 static void trigger_irq(struct virtqueue *vq) trigger_irq() argument 736 static unsigned wait_for_vq_desc(struct virtqueue *vq, wait_for_vq_desc() argument 912 static void add_used(struct virtqueue *vq, unsigned int head, int len) add_used() argument 930 static void add_used_and_trigger(struct virtqueue *vq, unsigned head, int len) add_used_and_trigger() argument 949 static void console_input(struct virtqueue *vq) console_input() argument 1004 static void console_output(struct virtqueue *vq) console_output() argument 1041 static void net_output(struct virtqueue *vq) net_output() argument 1085 static void net_input(struct virtqueue *vq) net_input() argument 1126 struct virtqueue *vq = _vq; do_thread() local 1142 static void reset_vq_pci_config(struct virtqueue *vq) reset_vq_pci_config() argument 1150 struct virtqueue *vq; reset_device() local 1763 struct virtqueue *vq = d->vq; vq_by_num() local 1795 static void check_virtqueue(struct device *d, struct virtqueue *vq) check_virtqueue() argument 1842 static void start_virtqueue(struct virtqueue *vq) start_virtqueue() argument 1866 struct virtqueue *vq; start_virtqueues() local 1876 struct virtqueue *vq; emulate_mmio_write() local 2041 struct virtqueue *vq = vq_by_num(d, d->mmio->cfg.queue_select); offsetof() local 2380 struct virtqueue **i, *vq = malloc(sizeof(*vq)); add_pci_virtqueue() local 2934 static void blk_request(struct virtqueue *vq) blk_request() argument 3076 static void rng_input(struct virtqueue *vq) rng_input() argument 1771 save_vq_config(const struct virtio_pci_common_cfg *cfg, struct virtqueue *vq) save_vq_config() argument 1777 restore_vq_config(struct virtio_pci_common_cfg *cfg, struct virtqueue *vq) restore_vq_config() argument
|
/linux-4.1.27/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 662 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, queue_setup() argument 1093 static int start_streaming(struct vb2_queue *vq, unsigned int count) start_streaming() argument 1110 static void stop_streaming(struct vb2_queue *vq) stop_streaming() argument
|