Lines Matching refs:pwc_device

119 static void pwc_isoc_cleanup(struct pwc_device *pdev);
184 static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) in pwc_get_next_fill_buf()
200 static void pwc_snapshot_button(struct pwc_device *pdev, int down) in pwc_snapshot_button()
216 static void pwc_frame_complete(struct pwc_device *pdev) in pwc_frame_complete()
284 struct pwc_device *pdev = (struct pwc_device *)urb->context; in pwc_isoc_handler()
396 static int pwc_isoc_init(struct pwc_device *pdev) in pwc_isoc_init()
503 static void pwc_iso_stop(struct pwc_device *pdev) in pwc_iso_stop()
516 static void pwc_iso_free(struct pwc_device *pdev) in pwc_iso_free()
538 static void pwc_isoc_cleanup(struct pwc_device *pdev) in pwc_isoc_cleanup()
550 static void pwc_cleanup_queued_bufs(struct pwc_device *pdev, in pwc_cleanup_queued_bufs()
602 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); in pwc_video_release()
617 struct pwc_device *pdev = vb2_get_drv_priv(vq); in queue_setup()
650 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
661 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_finish()
688 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
707 struct pwc_device *pdev = vb2_get_drv_priv(vq); in start_streaming()
734 struct pwc_device *pdev = vb2_get_drv_priv(vq); in stop_streaming()
773 struct pwc_device *pdev = NULL; in usb_pwc_probe()
1036 pdev = kzalloc(sizeof(struct pwc_device), GFP_KERNEL); in usb_pwc_probe()
1180 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); in usb_pwc_disconnect()