Lines Matching refs:pwc_device

119 static void pwc_isoc_cleanup(struct pwc_device *pdev);
187 static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) in pwc_get_next_fill_buf()
203 static void pwc_snapshot_button(struct pwc_device *pdev, int down) in pwc_snapshot_button()
219 static void pwc_frame_complete(struct pwc_device *pdev) in pwc_frame_complete()
287 struct pwc_device *pdev = (struct pwc_device *)urb->context; in pwc_isoc_handler()
400 static int pwc_isoc_init(struct pwc_device *pdev) in pwc_isoc_init()
507 static void pwc_iso_stop(struct pwc_device *pdev) in pwc_iso_stop()
520 static void pwc_iso_free(struct pwc_device *pdev) in pwc_iso_free()
542 static void pwc_isoc_cleanup(struct pwc_device *pdev) in pwc_isoc_cleanup()
554 static void pwc_cleanup_queued_bufs(struct pwc_device *pdev, in pwc_cleanup_queued_bufs()
606 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); in pwc_video_release()
621 struct pwc_device *pdev = vb2_get_drv_priv(vq); in queue_setup()
654 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
665 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_finish()
692 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
711 struct pwc_device *pdev = vb2_get_drv_priv(vq); in start_streaming()
738 struct pwc_device *pdev = vb2_get_drv_priv(vq); in stop_streaming()
777 struct pwc_device *pdev = NULL; in usb_pwc_probe()
1032 pdev = kzalloc(sizeof(struct pwc_device), GFP_KERNEL); in usb_pwc_probe()
1176 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); in usb_pwc_disconnect()