Searched refs:pwc_device (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/media/usb/pwc/ |
H A 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, 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 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() 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 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,
|
H A D | pwc-if.c | 119 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 D | pwc-v4l.c | 150 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 D | pwc-dec1.h | 18 struct pwc_device; 25 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd);
|
H A 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()
|
H A D | pwc-dec1.c | 15 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd) in pwc_dec1_init()
|
H A D | pwc-uncompress.c | 21 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf) in pwc_decompress()
|
H A 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()
|
/openbmc/linux/include/trace/events/ |
H A D | pwc.h | 12 TP_PROTO(struct urb *urb, struct pwc_device *pdev), 41 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
|