Lines Matching refs:gspca_dev
29 v4l2_dbg(level, gspca_debug, &gspca_dev->v4l2_dev, fmt, ##__VA_ARGS__)
32 v4l2_err(&gspca_dev->v4l2_dev, fmt, ##__VA_ARGS__)
66 struct gspca_dev;
70 typedef int (*cam_op) (struct gspca_dev *);
71 typedef void (*cam_v_op) (struct gspca_dev *);
72 typedef int (*cam_cf_op) (struct gspca_dev *, const struct usb_device_id *);
73 typedef int (*cam_get_jpg_op) (struct gspca_dev *,
75 typedef int (*cam_set_jpg_op) (struct gspca_dev *,
77 typedef int (*cam_get_reg_op) (struct gspca_dev *,
79 typedef int (*cam_set_reg_op) (struct gspca_dev *,
81 typedef int (*cam_chip_info_op) (struct gspca_dev *,
83 typedef void (*cam_streamparm_op) (struct gspca_dev *,
85 typedef void (*cam_pkt_op) (struct gspca_dev *gspca_dev,
88 typedef int (*cam_int_pkt_op) (struct gspca_dev *gspca_dev,
91 typedef void (*cam_format_op) (struct gspca_dev *gspca_dev,
93 typedef int (*cam_frmsize_op) (struct gspca_dev *gspca_dev,
145 struct gspca_dev { struct
227 void gspca_frame_add(struct gspca_dev *gspca_dev, argument
235 int gspca_expo_autogain(struct gspca_dev *gspca_dev, int avg_lum,
237 int gspca_coarse_grained_expo_autogain(struct gspca_dev *gspca_dev,