Searched refs:control_cnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h373 unsigned int control_cnt; member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c2425 hdw->control_cnt = CTRLDEF_COUNT;
2426 hdw->control_cnt += MPEGDEF_COUNT;
2427 hdw->controls = kcalloc(hdw->control_cnt, sizeof(struct pvr2_ctrl),
2432 for (idx = 0; idx < hdw->control_cnt; idx++) {
2722 return hdw->control_cnt;
2730 if (idx >= hdw->control_cnt) return NULL;
2744 for (idx = 0; idx < hdw->control_cnt; idx++) {
2761 for (idx = 0; idx < hdw->control_cnt; idx++) {
2781 for (idx = 0; idx < hdw->control_cnt; idx++) {
2982 for (idx = 0; idx < hdw->control_cnt; id
[all...]

Completed in 293 milliseconds