Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2.h26 #define PVR_NUM 20 macro
Dpvrusb2-v4l2.c71 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()
Dpvrusb2-i2c-core.c39 static int ir_mode[PVR_NUM] = { [0 ... PVR_NUM-1] = 1 };
Dpvrusb2-hdw.c63 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()