SyntekUSBVideoCamera
stk11xx-dev.h
Go to the documentation of this file.
1 
34 #ifndef STK11XX_DEV_H
35 #define STK11XX_DEV_H
36 
38 int dev_stk0408_configure_device(struct usb_stk11xx *, int);
48 int dev_stk0408_decode(struct usb_stk11xx *);
49 
51 int dev_stka311_configure_device(struct usb_stk11xx *, int);
61 
63 int dev_stka821_configure_device(struct usb_stk11xx *, int);
73 
75 int dev_stk6a31_configure_device(struct usb_stk11xx *, int);
85 
87 int dev_stk6a33_configure_device(struct usb_stk11xx *, int);
97 
99 int dev_stk6a51_configure_device(struct usb_stk11xx *, int);
109 
111 int dev_stk6a54_configure_device(struct usb_stk11xx *, int);
121 
123 int dev_stk6d51_configure_device(struct usb_stk11xx *, int);
133 
135 int dev_stk0500_configure_device(struct usb_stk11xx *, int);
145 
146 #endif