Home
last modified time | relevance | path

Searched refs:PVR_NUM (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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};
1244 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()
[all...]
/kernel/linux/linux-6.6/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()
[all...]

Completed in 16 milliseconds