Searched refs:PVR_NUM (Results 1 – 4 of 4) sorted by relevance
30 #define PVR_NUM 20 macro
81 static int video_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};84 static int radio_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};87 static int vbi_nr[PVR_NUM] = {[0 ... PVR_NUM-1] = -1};1307 if (nr_ptr && (unit_number >= 0) && (unit_number < PVR_NUM)) { in pvr2_v4l2_dev_init()
43 static int ir_mode[PVR_NUM] = { [0 ... PVR_NUM-1] = 1 };
67 static struct pvr2_hdw *unit_pointers[PVR_NUM] = {[ 0 ... PVR_NUM-1 ] = NULL};72 static int tuner[PVR_NUM] = { [0 ... PVR_NUM-1] = -1 };73 static int tolerance[PVR_NUM] = { [0 ... PVR_NUM-1] = 0 };74 static int video_std[PVR_NUM] = { [0 ... PVR_NUM-1] = 0 };1816 if ((unit_number >= 0) && (unit_number < PVR_NUM)) { in get_default_tuner_type()1830 if ((unit_number >= 0) && (unit_number < PVR_NUM)) { in get_default_standard()1842 if ((unit_number >= 0) && (unit_number < PVR_NUM)) { in get_default_error_tolerance()2657 for (idx = 0; idx < PVR_NUM; idx++) { in pvr2_hdw_create()2784 (hdw->unit_number < PVR_NUM) && in pvr2_hdw_destroy()