Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2.h16 #define PVR_NUM 20 macro
H A Dpvrusb2-v4l2.c61 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};
1237 if (nr_ptr && (unit_number >= 0) && (unit_number < PVR_NUM)) { in pvr2_v4l2_dev_init()
H A Dpvrusb2-i2c-core.c29 static int ir_mode[PVR_NUM] = { [0 ... PVR_NUM-1] = 1 };
H A Dpvrusb2-hdw.c53 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()
2688 (hdw->unit_number < PVR_NUM) && in pvr2_hdw_destroy()