Searched refs:pwc_device (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-dec23.h53 int pwc_dec23_alloc(struct pwc_device *pwc);
54 int pwc_dec23_init(struct pwc_device *pwc, int type, unsigned char *cmd);
56 void pwc_dec23_decompress(const struct pwc_device *pwc,
H A Dpwc.h163 struct pwc_device struct
278 int pwc_try_video_mode(struct pwc_device *pdev, int width, int height, int new_fps, int new_compression, int new_snapshot);
279 int pwc_handle_frame(struct pwc_device *pdev);
280 void pwc_next_image(struct pwc_device *pdev);
281 int pwc_isoc_init(struct pwc_device *pdev);
282 void pwc_isoc_cleanup(struct pwc_device *pdev);
288 int pwc_decode_size(struct pwc_device *pdev, int width, int height);
289 void pwc_construct(struct pwc_device *pdev);
293 extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot);
294 extern unsigned int pwc_get_fps(struct pwc_device *pde
[all...]
H A Dpwc-dec1.h38 int pwc_dec1_alloc(struct pwc_device *pwc);
H A Dpwc-dec1.c43 int pwc_dec1_alloc(struct pwc_device *pwc)
H A Dpwc-ctrl.c158 static void pwc_set_image_buffer_size(struct pwc_device *pdev);
162 static int _send_control_msg(struct pwc_device *pdev,
186 static int recv_control_msg(struct pwc_device *pdev,
206 static inline int send_video_command(struct pwc_device *pdev,
216 static inline int send_control_msg(struct pwc_device *pdev,
225 static int set_video_mode_Nala(struct pwc_device *pdev, int size, int frames)
292 static int set_video_mode_Timon(struct pwc_device *pdev, int size, int frames, int compression, int snapshot)
345 static int set_video_mode_Kiara(struct pwc_device *pdev, int size, int frames, int compression, int snapshot)
428 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot)
461 static unsigned int pwc_get_fps_Nala(struct pwc_device *pde
[all...]
H A Dpwc-if.c145 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 *pde
[all...]
H A Dpwc-misc.c41 int pwc_decode_size(struct pwc_device *pdev, int width, int height)
81 void pwc_construct(struct pwc_device *pdev)
H A Dpwc-uncompress.c37 int pwc_decompress(struct pwc_device *pdev)
H A Dpwc-v4l.c213 static void pwc_vidioc_fill_fmt(const struct pwc_device *pdev, struct v4l2_format *f)
245 static int pwc_vidioc_try_fmt(struct pwc_device *pdev, struct v4l2_format *f)
287 static int pwc_vidioc_set_fmt(struct pwc_device *pdev, struct v4l2_format *f)
342 struct pwc_device *pdev;
H A Dpwc-dec23.c278 int pwc_dec23_init(struct pwc_device *pwc, int type, unsigned char *cmd)
823 void pwc_dec23_decompress(const struct pwc_device *pwc,
902 int pwc_dec23_alloc(struct pwc_device *pwc)

Completed in 53 milliseconds