• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/

Lines Matching refs:pwc_device

145 	struct pwc_device *pdev;
191 succeeded. The pwc_device struct links back to both structures.
254 static int pwc_allocate_buffers(struct pwc_device *pdev)
336 static void pwc_free_buffers(struct pwc_device *pdev)
439 static int pwc_next_fill_frame(struct pwc_device *pdev)
485 static void pwc_reset_buffers(struct pwc_device *pdev)
519 int pwc_handle_frame(struct pwc_device *pdev)
571 void pwc_next_image(struct pwc_device *pdev)
581 static void pwc_frame_dumped(struct pwc_device *pdev)
594 static void pwc_snapshot_button(struct pwc_device *pdev, int down)
611 static int pwc_rcv_short_packet(struct pwc_device *pdev, const struct pwc_frame_buf *fbuf)
691 struct pwc_device *pdev;
698 pdev = (struct pwc_device *)urb->context;
814 int pwc_isoc_init(struct pwc_device *pdev)
915 static void pwc_iso_stop(struct pwc_device *pdev)
931 static void pwc_iso_free(struct pwc_device *pdev)
948 void pwc_isoc_cleanup(struct pwc_device *pdev)
971 int pwc_try_video_mode(struct pwc_device *pdev, int width, int height, int new_fps, int new_compression, int new_snapshot)
1004 static struct pwc_device *cd_to_pwc(struct device *cd)
1013 struct pwc_device *pdev = cd_to_pwc(class_dev);
1021 struct pwc_device *pdev = cd_to_pwc(class_dev);
1041 struct pwc_device *pdev = cd_to_pwc(class_dev);
1052 struct pwc_device *pdev = video_get_drvdata(vdev);
1075 struct pwc_device *pdev = video_get_drvdata(vdev);
1119 struct pwc_device *pdev;
1228 static void pwc_cleanup(struct pwc_device *pdev)
1245 struct pwc_device *pdev;
1299 struct pwc_device *pdev;
1387 struct pwc_device *pdev;
1408 struct pwc_device *pdev;
1426 struct pwc_device *pdev;
1487 struct pwc_device *pdev = NULL;
1734 pdev = kzalloc(sizeof(struct pwc_device), GFP_KERNEL);
1736 PWC_ERROR("Oops, could not allocate memory for pwc_device.\n");
1860 struct pwc_device *pdev;