Searched refs:PVR_NUM (Results 1 – 4 of 4) sorted by relevance
26 #define PVR_NUM 20 macro
71 static int video_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};74 static int radio_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};77 static int vbi_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};1251 if (nr_ptr && (unit_number >= 0) && (unit_number < PVR_NUM)) { in pvr2_v4l2_dev_init()
39 static int ir_mode[PVR_NUM] = { [0 ... PVR_NUM-1] = 1 };
63 static struct pvr2_hdw *unit_pointers[PVR_NUM] = {[ 0 ... PVR_NUM-1 ] = NULL};68 static int tuner[PVR_NUM] = { [0 ... PVR_NUM-1] = -1 };69 static int tolerance[PVR_NUM] = { [0 ... PVR_NUM-1] = 0 };70 static int video_std[PVR_NUM] = { [0 ... PVR_NUM-1] = 0 };1770 if ((unit_number >= 0) && (unit_number < PVR_NUM)) { in get_default_tuner_type()1784 if ((unit_number >= 0) && (unit_number < PVR_NUM)) { in get_default_standard()1796 if ((unit_number >= 0) && (unit_number < PVR_NUM)) { in get_default_error_tolerance()2553 for (idx = 0; idx < PVR_NUM; idx++) { in pvr2_hdw_create()2675 (hdw->unit_number < PVR_NUM) && in pvr2_hdw_destroy()