pwc_device
static inline int send_video_command(struct pwc_device *pdev,
int send_control_msg(struct pwc_device *pdev,
static int set_video_mode_Nala(struct pwc_device *pdev, int size, int pixfmt,
static int set_video_mode_Timon(struct pwc_device *pdev, int size, int pixfmt,
static int set_video_mode_Kiara(struct pwc_device *pdev, int size, int pixfmt,
int pwc_set_video_mode(struct pwc_device *pdev, int width, int height,
static unsigned int pwc_get_fps_Nala(struct pwc_device *pdev, unsigned int index, unsigned int size)
static unsigned int pwc_get_fps_Kiara(struct pwc_device *pdev, unsigned int index, unsigned int size)
static unsigned int pwc_get_fps_Timon(struct pwc_device *pdev, unsigned int index, unsigned int size)
unsigned int pwc_get_fps(struct pwc_device *pdev, unsigned int index, unsigned int size)
int pwc_get_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data)
int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data)
int pwc_get_s8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data)
int pwc_get_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data)
int pwc_set_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, u16 data)
int pwc_button_ctrl(struct pwc_device *pdev, u16 value)
void pwc_camera_power(struct pwc_device *pdev, int power)
int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value)
int pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor)
static int recv_control_msg(struct pwc_device *pdev,
void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd)
struct pwc_device;
void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd);
void pwc_dec23_init(struct pwc_device *pdev, const unsigned char *cmd)
void pwc_dec23_decompress(struct pwc_device *pdev,
struct pwc_device;
void pwc_dec23_init(struct pwc_device *pdev, const unsigned char *cmd);
void pwc_dec23_decompress(struct pwc_device *pdev,
pdev = kzalloc_obj(struct pwc_device);
struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev);
static void pwc_isoc_cleanup(struct pwc_device *pdev);
static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev)
static void pwc_snapshot_button(struct pwc_device *pdev, int down)
static void pwc_frame_complete(struct pwc_device *pdev)
struct pwc_device *pdev = (struct pwc_device *)urb->context;
static int pwc_isoc_init(struct pwc_device *pdev)
static void pwc_iso_stop(struct pwc_device *pdev)
static void pwc_iso_free(struct pwc_device *pdev)
static void pwc_isoc_cleanup(struct pwc_device *pdev)
static void pwc_cleanup_queued_bufs(struct pwc_device *pdev,
struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev);
struct pwc_device *pdev = vb2_get_drv_priv(vq);
struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue);
struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue);
struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue);
struct pwc_device *pdev = vb2_get_drv_priv(vq);
struct pwc_device *pdev = vb2_get_drv_priv(vq);
struct pwc_device *pdev = NULL;
int pwc_get_size(struct pwc_device *pdev, int width, int height)
void pwc_construct(struct pwc_device *pdev)
int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf)
int pwc_init_controls(struct pwc_device *pdev)
static int pwc_vidioc_try_fmt(struct pwc_device *pdev, struct v4l2_format *f)
struct pwc_device *pdev = video_drvdata(file);
struct pwc_device *pdev = video_drvdata(file);
struct pwc_device *pdev =
container_of(ctrl->handler, struct pwc_device, ctrl_handler);
static int pwc_set_awb(struct pwc_device *pdev)
static int pwc_set_autogain(struct pwc_device *pdev)
static int pwc_set_exposure_auto(struct pwc_device *pdev)
static int pwc_set_autogain_expo(struct pwc_device *pdev)
static int pwc_set_motor(struct pwc_device *pdev)
struct pwc_device *pdev =
container_of(ctrl->handler, struct pwc_device, ctrl_handler);
struct pwc_device *pdev = video_drvdata(file);
struct pwc_device *pdev = video_drvdata(file);
struct pwc_device *pdev = video_drvdata(file);
struct pwc_device *pdev = video_drvdata(file);
struct pwc_device *pdev = video_drvdata(file);
struct pwc_device *pdev = video_drvdata(file);
struct pwc_device *pdev = video_drvdata(file);
int pwc_get_size(struct pwc_device *pdev, int width, int height);
void pwc_construct(struct pwc_device *pdev);
extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height,
extern unsigned int pwc_get_fps(struct pwc_device *pdev, unsigned int index, unsigned int size);
extern int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value);
extern int pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor);
extern int send_control_msg(struct pwc_device *pdev,
int pwc_get_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data);
int pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data);
int pwc_get_s8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data);
int pwc_get_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *dat);
int pwc_set_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, u16 data);
int pwc_button_ctrl(struct pwc_device *pdev, u16 value);
int pwc_init_controls(struct pwc_device *pdev);
extern void pwc_camera_power(struct pwc_device *pdev, int power);
int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf);
TP_PROTO(struct urb *urb, struct pwc_device *pdev),
TP_PROTO(struct urb *urb, struct pwc_device *pdev),