Go to the documentation of this file.
20 #ifndef __PVRUSB2_HDW_H
21 #define __PVRUSB2_HDW_H
24 #include <linux/videodev2.h>
31 #define PVR2_CID_STDCUR 2
32 #define PVR2_CID_STDAVAIL 3
33 #define PVR2_CID_INPUT 4
34 #define PVR2_CID_AUDIOMODE 5
35 #define PVR2_CID_FREQUENCY 6
36 #define PVR2_CID_HRES 7
37 #define PVR2_CID_VRES 8
38 #define PVR2_CID_CROPL 9
39 #define PVR2_CID_CROPT 10
40 #define PVR2_CID_CROPW 11
41 #define PVR2_CID_CROPH 12
42 #define PVR2_CID_CROPCAPPAN 13
43 #define PVR2_CID_CROPCAPPAD 14
44 #define PVR2_CID_CROPCAPBL 15
45 #define PVR2_CID_CROPCAPBT 16
46 #define PVR2_CID_CROPCAPBW 17
47 #define PVR2_CID_CROPCAPBH 18
48 #define PVR2_CID_STDDETECT 19
51 #define PVR2_CVAL_INPUT_TV 0
52 #define PVR2_CVAL_INPUT_DTV 1
53 #define PVR2_CVAL_INPUT_COMPOSITE 2
54 #define PVR2_CVAL_INPUT_SVIDEO 3
55 #define PVR2_CVAL_INPUT_RADIO 4
92 #define PVR2_STATE_NONE 0
93 #define PVR2_STATE_DEAD 1
94 #define PVR2_STATE_COLD 2
95 #define PVR2_STATE_WARM 3
96 #define PVR2_STATE_ERROR 4
97 #define PVR2_STATE_READY 5
98 #define PVR2_STATE_RUN 6
113 void (*callback_func)(
void *),
114 void *callback_data);
155 unsigned int ctl_id);
174 unsigned int change_mask,
175 unsigned int change_val);
228 char *
buf,
unsigned int cnt);
244 int setFl,
u64 *val_ptr);
252 void *write_ptr,
unsigned int write_len,
253 void *read_ptr,
unsigned int read_len);