Definition at line 283 of file stk11xx.h.
struct video_device* usb_stk11xx::vdev [read] |
Pointer on a V4L2 video device
Definition at line 284 of file stk11xx.h.
Referenced by usb_stk11xx_disconnect(), usb_stk11xx_probe(), v4l_stk11xx_do_ioctl(), v4l_stk11xx_register_video_device(), and v4l_stk11xx_unregister_video_device().
struct usb_device* usb_stk11xx::udev [read] |
Pointer on a USB device
Definition at line 285 of file stk11xx.h.
Referenced by dev_stk11xx_camera_off(), dev_stk11xx_camera_on(), usb_stk11xx_isoc_handler(), usb_stk11xx_isoc_init(), usb_stk11xx_probe(), usb_stk11xx_read_registry(), usb_stk11xx_set_configuration(), usb_stk11xx_set_feature(), usb_stk11xx_write_registry(), and v4l_stk11xx_do_ioctl().
struct usb_interface* usb_stk11xx::interface [read] |
Pointer on a USB interface
Definition at line 286 of file stk11xx.h.
Referenced by usb_stk11xx_probe().
Release of the device (bcdDevice)
Definition at line 288 of file stk11xx.h.
Referenced by show_release(), and usb_stk11xx_probe().
Model of video camera device
Definition at line 289 of file stk11xx.h.
Referenced by dev_stk11xx_camera_asleep(), dev_stk11xx_camera_settings(), dev_stk11xx_init_camera(), dev_stk11xx_initialize_device(), dev_stk11xx_reconf_camera(), dev_stk11xx_set_camera_fps(), dev_stk11xx_set_camera_quality(), dev_stk11xx_start_stream(), dev_stk11xx_stop_stream(), usb_stk11xx_default_settings(), and usb_stk11xx_probe().
Type of camera : VGA, SXGA (1.3M), UXGA (2M)
Definition at line 290 of file stk11xx.h.
Referenced by usb_stk11xx_probe(), v4l_stk11xx_do_ioctl(), and v4l_stk11xx_select_video_mode().
unsigned char* usb_stk11xx::int_in_buffer |
size_t usb_stk11xx::int_in_size |
Interrupt IN buffer size
Definition at line 293 of file stk11xx.h.
Referenced by usb_stk11xx_probe().
Interrupt IN endpoint address
Definition at line 294 of file stk11xx.h.
Referenced by usb_stk11xx_probe().
size_t usb_stk11xx::isoc_in_size |
Isochrone IN size
Definition at line 296 of file stk11xx.h.
Referenced by usb_stk11xx_isoc_init(), and usb_stk11xx_probe().
Isochrone IN endpoint address
Definition at line 297 of file stk11xx.h.
Referenced by usb_stk11xx_isoc_init(), and usb_stk11xx_probe().
struct stk11xx_video usb_stk11xx::vsettings [read] |
Video settings (brightness, whiteness...)
Definition at line 301 of file stk11xx.h.
Referenced by dev_stk6a31_set_camera_quality(), dev_stka311_set_camera_fps(), dev_stka311_set_camera_quality(), dev_stka821_camera_settings(), dev_stka821_set_camera_quality(), show_brightness(), show_colour(), show_contrast(), show_hflip(), show_informations(), show_vflip(), show_whitebalance(), stk11xx_decompress(), store_brightness(), store_colour(), store_contrast(), store_hflip(), store_vflip(), store_whitebalance(), usb_stk11xx_default_settings(), v4l_stk11xx_do_ioctl(), v4l_stk11xx_open(), and v4l_stk11xx_select_video_mode().
Video status (Opened or Closed)
Definition at line 305 of file stk11xx.h.
Referenced by usb_stk11xx_disconnect(), v4l_stk11xx_open(), and v4l_stk11xx_release().
Count the number of ISOCH errors
Definition at line 306 of file stk11xx.h.
Referenced by show_videostatus(), usb_stk11xx_isoc_handler(), and v4l_stk11xx_open().
Count the number of fault frames (so dropped)
Definition at line 307 of file stk11xx.h.
Referenced by show_videostatus(), usb_stk11xx_isoc_handler(), and v4l_stk11xx_open().
Count the number of ignored frames
Definition at line 308 of file stk11xx.h.
Referenced by show_videostatus(), usb_stk11xx_isoc_handler(), and v4l_stk11xx_open().
spinlock_t usb_stk11xx::spinlock |
Spin lock
Definition at line 311 of file stk11xx.h.
Referenced by stk11xx_handle_frame(), stk11xx_next_frame(), stk11xx_reset_buffers(), and usb_stk11xx_probe().
struct semaphore usb_stk11xx::mutex [read] |
wait_queue_head_t usb_stk11xx::wait_frame |
Queue head
Definition at line 313 of file stk11xx.h.
Referenced by usb_stk11xx_disconnect(), usb_stk11xx_isoc_handler(), usb_stk11xx_probe(), v4l_stk11xx_do_ioctl(), v4l_stk11xx_poll(), and v4l_stk11xx_read().