Home
last modified time | relevance | path

Searched refs:pwc_device (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/drivers/media/usb/pwc/
Dpwc.h209 struct pwc_device struct
351 int pwc_get_size(struct pwc_device *pdev, int width, int height); argument
352 void pwc_construct(struct pwc_device *pdev);
356 extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height,
358 extern unsigned int pwc_get_fps(struct pwc_device *pdev, unsigned int index, unsigned int size);
359 extern int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value);
360 extern int pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor);
361 extern int send_control_msg(struct pwc_device *pdev,
365 int pwc_get_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data);
366 int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data);
[all …]
Dpwc-ctrl.c95 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()
[all …]
Dpwc-if.c119 static void pwc_isoc_cleanup(struct pwc_device *pdev);
187 static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) in pwc_get_next_fill_buf()
203 static void pwc_snapshot_button(struct pwc_device *pdev, int down) in pwc_snapshot_button()
219 static void pwc_frame_complete(struct pwc_device *pdev) in pwc_frame_complete()
287 struct pwc_device *pdev = (struct pwc_device *)urb->context; in pwc_isoc_handler()
400 static int pwc_isoc_init(struct pwc_device *pdev) in pwc_isoc_init()
507 static void pwc_iso_stop(struct pwc_device *pdev) in pwc_iso_stop()
520 static void pwc_iso_free(struct pwc_device *pdev) in pwc_iso_free()
542 static void pwc_isoc_cleanup(struct pwc_device *pdev) in pwc_isoc_cleanup()
554 static void pwc_cleanup_queued_bufs(struct pwc_device *pdev, in pwc_cleanup_queued_bufs()
[all …]
Dpwc-dec23.h16 struct pwc_device;
45 void pwc_dec23_init(struct pwc_device *pdev, const unsigned char *cmd);
46 void pwc_dec23_decompress(struct pwc_device *pdev,
Dpwc-v4l.c150 int pwc_init_controls(struct pwc_device *pdev) in pwc_init_controls()
409 static int pwc_vidioc_try_fmt(struct pwc_device *pdev, struct v4l2_format *f) in pwc_vidioc_try_fmt()
451 struct pwc_device *pdev = video_drvdata(file); in pwc_s_fmt_vid_cap()
481 struct pwc_device *pdev = video_drvdata(file); in pwc_querycap()
512 struct pwc_device *pdev = in pwc_g_volatile_ctrl()
513 container_of(ctrl->handler, struct pwc_device, ctrl_handler); in pwc_g_volatile_ctrl()
583 static int pwc_set_awb(struct pwc_device *pdev) in pwc_set_awb()
628 static int pwc_set_autogain(struct pwc_device *pdev) in pwc_set_autogain()
657 static int pwc_set_exposure_auto(struct pwc_device *pdev) in pwc_set_exposure_auto()
687 static int pwc_set_autogain_expo(struct pwc_device *pdev) in pwc_set_autogain_expo()
[all …]
Dpwc-dec1.h18 struct pwc_device;
25 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd);
Dpwc-misc.c29 int pwc_get_size(struct pwc_device *pdev, int width, int height) in pwc_get_size()
55 void pwc_construct(struct pwc_device *pdev) in pwc_construct()
Dpwc-dec1.c15 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd) in pwc_dec1_init()
Dpwc-uncompress.c21 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf) in pwc_decompress()
Dpwc-dec23.c285 void pwc_dec23_init(struct pwc_device *pdev, const unsigned char *cmd) in pwc_dec23_init()
645 void pwc_dec23_decompress(struct pwc_device *pdev, in pwc_dec23_decompress()
/linux-6.6.21/include/trace/events/
Dpwc.h12 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
41 TP_PROTO(struct urb *urb, struct pwc_device *pdev),