diff options
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 0f2ba9a40d17..1656d2cf34a9 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -544,6 +544,12 @@ struct em28xx { | |||
544 | enum em28xx_dev_state state; | 544 | enum em28xx_dev_state state; |
545 | enum em28xx_io_method io; | 545 | enum em28xx_io_method io; |
546 | 546 | ||
547 | /* vbi related state tracking */ | ||
548 | int capture_type; | ||
549 | int vbi_read; | ||
550 | unsigned char cur_field; | ||
551 | |||
552 | |||
547 | struct work_struct request_module_wk; | 553 | struct work_struct request_module_wk; |
548 | 554 | ||
549 | /* locks */ | 555 | /* locks */ |
@@ -639,6 +645,7 @@ int em28xx_audio_setup(struct em28xx *dev); | |||
639 | 645 | ||
640 | int em28xx_colorlevels_set_default(struct em28xx *dev); | 646 | int em28xx_colorlevels_set_default(struct em28xx *dev); |
641 | int em28xx_capture_start(struct em28xx *dev, int start); | 647 | int em28xx_capture_start(struct em28xx *dev, int start); |
648 | int em28xx_vbi_supported(struct em28xx *dev); | ||
642 | int em28xx_set_outfmt(struct em28xx *dev); | 649 | int em28xx_set_outfmt(struct em28xx *dev); |
643 | int em28xx_resolution_set(struct em28xx *dev); | 650 | int em28xx_resolution_set(struct em28xx *dev); |
644 | int em28xx_set_alternate(struct em28xx *dev); | 651 | int em28xx_set_alternate(struct em28xx *dev); |