Searched refs:PVR_NUM (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2.h30 #define PVR_NUM 20 macro
H A Dpvrusb2-v4l2.c80 static int video_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};
83 static int radio_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};
86 static int vbi_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};
1289 if (nr_ptr && (unit_number >= 0) && (unit_number < PVR_NUM)) {
H A Dpvrusb2-i2c-core.c41 static int ir_mode[PVR_NUM] = { [0 ... PVR_NUM-1] = 1 };
H A Dpvrusb2-hdw.c66 static struct pvr2_hdw *unit_pointers[PVR_NUM] = {[ 0 ... PVR_NUM-1 ] = NULL};
71 static int tuner[PVR_NUM] = { [0 ... PVR_NUM-1] = -1 };
72 static int tolerance[PVR_NUM] = { [0 ... PVR_NUM-1] = 0 };
73 static int video_std[PVR_NUM] = { [0 ... PVR_NUM-1] = 0 };
1809 if ((unit_number >= 0) && (unit_number < PVR_NUM)) {
1823 if ((unit_number >= 0) && (unit_number < PVR_NUM)) {
[all...]

Completed in 29 milliseconds