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

/drivers/media/usb/pwc/
H A Dpwc.h219 struct pwc_device struct
361 int pwc_get_size(struct pwc_device *pdev, int width, int height);
362 void pwc_construct(struct pwc_device *pdev);
366 extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height,
368 extern unsigned int pwc_get_fps(struct pwc_device *pdev, unsigned int index, unsigned int size);
369 extern int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value);
370 extern int pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor);
371 extern int send_control_msg(struct pwc_device *pdev,
375 int pwc_get_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data);
376 int pwc_set_u8_ctrl(struct pwc_device *pde
[all...]

Completed in 61 milliseconds