Lines Matching refs:PVR_NUM
53 static struct pvr2_hdw *unit_pointers[PVR_NUM] = {[ 0 ... PVR_NUM-1 ] = NULL};
58 static int tuner[PVR_NUM] = { [0 ... PVR_NUM-1] = -1 };
59 static int tolerance[PVR_NUM] = { [0 ... PVR_NUM-1] = 0 };
60 static int video_std[PVR_NUM] = { [0 ... PVR_NUM-1] = 0 };
1763 if ((unit_number >= 0) && (unit_number < PVR_NUM)) {
1777 if ((unit_number >= 0) && (unit_number < PVR_NUM)) {
1789 if ((unit_number >= 0) && (unit_number < PVR_NUM)) {
2563 for (idx = 0; idx < PVR_NUM; idx++) {
2688 (hdw->unit_number < PVR_NUM) &&