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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h328 unsigned int control_cnt; member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c1962 hdw->control_cnt = CTRLDEF_COUNT;
1963 hdw->control_cnt += MPEGDEF_COUNT;
1964 hdw->controls = kzalloc(sizeof(struct pvr2_ctrl) * hdw->control_cnt,
1968 for (idx = 0; idx < hdw->control_cnt; idx++) {
2303 return hdw->control_cnt;
2311 if (idx >= hdw->control_cnt) return NULL;
2325 for (idx = 0; idx < hdw->control_cnt; idx++) {
2342 for (idx = 0; idx < hdw->control_cnt; idx++) {
2362 for (idx = 0; idx < hdw->control_cnt; idx++) {
2405 for (idx = 0; idx < hdw->control_cnt; id
[all...]

Completed in 51 milliseconds