Lines Matching refs:pwc_device
111 static void pwc_isoc_cleanup(struct pwc_device *pdev);
176 static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) in pwc_get_next_fill_buf()
192 static void pwc_snapshot_button(struct pwc_device *pdev, int down) in pwc_snapshot_button()
208 static void pwc_frame_complete(struct pwc_device *pdev) in pwc_frame_complete()
276 struct pwc_device *pdev = (struct pwc_device *)urb->context; in pwc_isoc_handler()
388 static int pwc_isoc_init(struct pwc_device *pdev) in pwc_isoc_init()
495 static void pwc_iso_stop(struct pwc_device *pdev) in pwc_iso_stop()
508 static void pwc_iso_free(struct pwc_device *pdev) in pwc_iso_free()
530 static void pwc_isoc_cleanup(struct pwc_device *pdev) in pwc_isoc_cleanup()
542 static void pwc_cleanup_queued_bufs(struct pwc_device *pdev, in pwc_cleanup_queued_bufs()
594 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); in pwc_video_release()
609 struct pwc_device *pdev = vb2_get_drv_priv(vq); in queue_setup()
642 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
653 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_finish()
680 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
699 struct pwc_device *pdev = vb2_get_drv_priv(vq); in start_streaming()
726 struct pwc_device *pdev = vb2_get_drv_priv(vq); in stop_streaming()
765 struct pwc_device *pdev = NULL; in usb_pwc_probe()
1028 pdev = kzalloc(sizeof(struct pwc_device), GFP_KERNEL); in usb_pwc_probe()
1172 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); in usb_pwc_disconnect()