• Home
  • Raw
  • Download

Lines Matching defs:pdev

107 static int recv_control_msg(struct pwc_device *pdev,  in recv_control_msg()
123 static inline int send_video_command(struct pwc_device *pdev, in send_video_command()
143 int send_control_msg(struct pwc_device *pdev, in send_control_msg()
153 static int set_video_mode_Nala(struct pwc_device *pdev, int size, int pixfmt, in set_video_mode_Nala()
228 static int set_video_mode_Timon(struct pwc_device *pdev, int size, int pixfmt, in set_video_mode_Timon()
279 static int set_video_mode_Kiara(struct pwc_device *pdev, int size, int pixfmt, in set_video_mode_Kiara()
330 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, in pwc_set_video_mode()
359 static unsigned int pwc_get_fps_Nala(struct pwc_device *pdev, unsigned int index, unsigned int size) in pwc_get_fps_Nala()
371 static unsigned int pwc_get_fps_Kiara(struct pwc_device *pdev, unsigned int index, unsigned int siz… in pwc_get_fps_Kiara()
383 static unsigned int pwc_get_fps_Timon(struct pwc_device *pdev, unsigned int index, unsigned int siz… in pwc_get_fps_Timon()
395 unsigned int pwc_get_fps(struct pwc_device *pdev, unsigned int index, unsigned int size) in pwc_get_fps()
412 int pwc_get_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) in pwc_get_u8_ctrl()
424 int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data) in pwc_set_u8_ctrl()
436 int pwc_get_s8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) in pwc_get_s8_ctrl()
448 int pwc_get_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) in pwc_get_u16_ctrl()
460 int pwc_set_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, u16 data) in pwc_set_u16_ctrl()
473 int pwc_button_ctrl(struct pwc_device *pdev, u16 value) in pwc_button_ctrl()
485 void pwc_camera_power(struct pwc_device *pdev, int power) in pwc_camera_power()
506 int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value) in pwc_set_leds()
535 int pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor) in pwc_get_cmos_sensor()