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

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.c308 unsigned int std_cnt = 0; local
322 std_cnt = 0;
328 std_cnt++;
335 if ((id & std_mixes[idx2]) == std_mixes[idx2]) std_cnt++;
351 std_cnt);
352 if (!std_cnt) return NULL; // paranoia
354 stddefs = kcalloc(std_cnt, sizeof(struct v4l2_standard),
359 for (idx = 0; idx < std_cnt; idx++)
365 for (idx2 = 0; (idx2 < ARRAY_SIZE(std_mixes)) && (idx < std_cnt);
371 for (idmsk = 1, cmsk = id; cmsk && (idx < std_cnt); idms
[all...]

Completed in 106 milliseconds