Searched refs:pwc_device (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/media/usb/pwc/ |
D | pwc.h | 209 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 …]
|
D | pwc-ctrl.c | 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() [all …]
|
D | pwc-if.c | 119 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 …]
|
D | pwc-dec23.h | 16 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,
|
D | pwc-v4l.c | 150 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 …]
|
D | pwc-dec1.h | 18 struct pwc_device; 25 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd);
|
D | pwc-misc.c | 29 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()
|
D | pwc-dec1.c | 15 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd) in pwc_dec1_init()
|
D | pwc-uncompress.c | 21 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf) in pwc_decompress()
|
D | pwc-dec23.c | 285 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/ |
D | pwc.h | 12 TP_PROTO(struct urb *urb, struct pwc_device *pdev), 41 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
|