Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/pwc/
H A 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,
360 extern int pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor);
361 extern int send_control_msg(struct pwc_device *pdev,
366 int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data);
371 int pwc_button_ctrl(struct pwc_device *pdev, u16 value);
372 int pwc_init_controls(struct pwc_device *pdev);
375 extern void pwc_camera_power(struct pwc_device *pdev, int power);
[all …]
H A 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()
319 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, in pwc_set_video_mode()
413 int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data) in pwc_set_u8_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()
[all …]
H A Dpwc-if.c119 static void pwc_isoc_cleanup(struct pwc_device *pdev);
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()
606 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); in pwc_video_release()
621 struct pwc_device *pdev = vb2_get_drv_priv(vq); in queue_setup()
711 struct pwc_device *pdev = vb2_get_drv_priv(vq); in start_streaming()
738 struct pwc_device *pdev = vb2_get_drv_priv(vq); in stop_streaming()
777 struct pwc_device *pdev = NULL; in usb_pwc_probe()
[all …]
H A 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,
H A Dpwc-v4l.c150 int pwc_init_controls(struct pwc_device *pdev) in pwc_init_controls()
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()
583 static int pwc_set_awb(struct pwc_device *pdev) in pwc_set_awb()
764 struct pwc_device *pdev = in pwc_s_ctrl()
869 struct pwc_device *pdev = video_drvdata(file); in pwc_enum_fmt_vid_cap()
888 struct pwc_device *pdev = video_drvdata(file); in pwc_g_fmt_vid_cap()
901 struct pwc_device *pdev = video_drvdata(file); in pwc_try_fmt_vid_cap()
909 struct pwc_device *pdev = video_drvdata(file); in pwc_enum_framesizes()
[all …]
H A Dpwc-dec1.h18 struct pwc_device;
25 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd);
H A 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()
H A Dpwc-dec1.c15 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd) in pwc_dec1_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/pwc/
H A 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,
360 extern int pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor);
361 extern int send_control_msg(struct pwc_device *pdev,
366 int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data);
371 int pwc_button_ctrl(struct pwc_device *pdev, u16 value);
372 int pwc_init_controls(struct pwc_device *pdev);
375 extern void pwc_camera_power(struct pwc_device *pdev, int power);
[all …]
H A 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()
319 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, in pwc_set_video_mode()
413 int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data) in pwc_set_u8_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()
[all …]
H A Dpwc-if.c119 static void pwc_isoc_cleanup(struct pwc_device *pdev);
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()
606 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); in pwc_video_release()
621 struct pwc_device *pdev = vb2_get_drv_priv(vq); in queue_setup()
711 struct pwc_device *pdev = vb2_get_drv_priv(vq); in start_streaming()
738 struct pwc_device *pdev = vb2_get_drv_priv(vq); in stop_streaming()
777 struct pwc_device *pdev = NULL; in usb_pwc_probe()
[all …]
H A 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,
H A Dpwc-v4l.c150 int pwc_init_controls(struct pwc_device *pdev) in pwc_init_controls()
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()
583 static int pwc_set_awb(struct pwc_device *pdev) in pwc_set_awb()
764 struct pwc_device *pdev = in pwc_s_ctrl()
869 struct pwc_device *pdev = video_drvdata(file); in pwc_enum_fmt_vid_cap()
888 struct pwc_device *pdev = video_drvdata(file); in pwc_g_fmt_vid_cap()
901 struct pwc_device *pdev = video_drvdata(file); in pwc_try_fmt_vid_cap()
909 struct pwc_device *pdev = video_drvdata(file); in pwc_enum_framesizes()
[all …]
H A Dpwc-dec1.h18 struct pwc_device;
25 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd);
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/pwc/
H A 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,
360 extern int pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor);
361 extern int send_control_msg(struct pwc_device *pdev,
366 int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data);
371 int pwc_button_ctrl(struct pwc_device *pdev, u16 value);
372 int pwc_init_controls(struct pwc_device *pdev);
375 extern void pwc_camera_power(struct pwc_device *pdev, int power);
[all …]
H A 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()
319 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, in pwc_set_video_mode()
413 int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data) in pwc_set_u8_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()
[all …]
H A Dpwc-if.c119 static void pwc_isoc_cleanup(struct pwc_device *pdev);
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()
606 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); in pwc_video_release()
621 struct pwc_device *pdev = vb2_get_drv_priv(vq); in queue_setup()
711 struct pwc_device *pdev = vb2_get_drv_priv(vq); in start_streaming()
738 struct pwc_device *pdev = vb2_get_drv_priv(vq); in stop_streaming()
777 struct pwc_device *pdev = NULL; in usb_pwc_probe()
[all …]
H A 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,
H A Dpwc-v4l.c150 int pwc_init_controls(struct pwc_device *pdev) in pwc_init_controls()
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()
583 static int pwc_set_awb(struct pwc_device *pdev) in pwc_set_awb()
764 struct pwc_device *pdev = in pwc_s_ctrl()
869 struct pwc_device *pdev = video_drvdata(file); in pwc_enum_fmt_vid_cap()
888 struct pwc_device *pdev = video_drvdata(file); in pwc_g_fmt_vid_cap()
901 struct pwc_device *pdev = video_drvdata(file); in pwc_try_fmt_vid_cap()
909 struct pwc_device *pdev = video_drvdata(file); in pwc_enum_framesizes()
[all …]
H A Dpwc-dec1.h18 struct pwc_device;
25 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd);
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dpwc.h12 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
41 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dpwc.h12 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
41 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dpwc.h12 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
41 TP_PROTO(struct urb *urb, struct pwc_device *pdev),

12