Lines Matching refs:pwc_device
95 static int recv_control_msg(struct pwc_device *pdev, in recv_control_msg()
111 static inline int send_video_command(struct pwc_device *pdev, in send_video_command()
131 int send_control_msg(struct pwc_device *pdev, in send_control_msg()
141 static int set_video_mode_Nala(struct pwc_device *pdev, int size, int pixfmt, in set_video_mode_Nala()
216 static int set_video_mode_Timon(struct pwc_device *pdev, int size, int pixfmt, in set_video_mode_Timon()
267 static int set_video_mode_Kiara(struct pwc_device *pdev, int size, int pixfmt, in set_video_mode_Kiara()
319 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, in pwc_set_video_mode()
348 static unsigned int pwc_get_fps_Nala(struct pwc_device *pdev, unsigned int index, unsigned int size) in pwc_get_fps_Nala()
360 static unsigned int pwc_get_fps_Kiara(struct pwc_device *pdev, unsigned int index, unsigned int siz… in pwc_get_fps_Kiara()
372 static unsigned int pwc_get_fps_Timon(struct pwc_device *pdev, unsigned int index, unsigned int siz… in pwc_get_fps_Timon()
384 unsigned int pwc_get_fps(struct pwc_device *pdev, unsigned int index, unsigned int size) in pwc_get_fps()
401 int pwc_get_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) in pwc_get_u8_ctrl()
413 int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data) in pwc_set_u8_ctrl()
425 int pwc_get_s8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) in pwc_get_s8_ctrl()
437 int pwc_get_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) in pwc_get_u16_ctrl()
449 int pwc_set_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, u16 data) in pwc_set_u16_ctrl()
462 int pwc_button_ctrl(struct pwc_device *pdev, u16 value) in pwc_button_ctrl()
474 void pwc_camera_power(struct pwc_device *pdev, int power) in pwc_camera_power()
495 int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value) in pwc_set_leds()
524 int pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor) in pwc_get_cmos_sensor()