Searched refs:PVR_NUM (Results 1 – 4 of 4) sorted by relevance
16 #define PVR_NUM 20 macro
61 static int video_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};64 static int radio_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};67 static int vbi_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};1244 if (nr_ptr && (unit_number >= 0) && (unit_number < PVR_NUM)) { in pvr2_v4l2_dev_init()
29 static int ir_mode[PVR_NUM] = { [0 ... PVR_NUM-1] = 1 };
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)) { in get_default_tuner_type()1777 if ((unit_number >= 0) && (unit_number < PVR_NUM)) { in get_default_standard()1789 if ((unit_number >= 0) && (unit_number < PVR_NUM)) { in get_default_error_tolerance()2563 for (idx = 0; idx < PVR_NUM; idx++) { in pvr2_hdw_create()2685 (hdw->unit_number < PVR_NUM) && in pvr2_hdw_destroy()