Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-std.c321 struct v4l2_standard *stddefs; in pvr2_std_create_enum() local
364 stddefs = kcalloc(std_cnt, sizeof(struct v4l2_standard), in pvr2_std_create_enum()
366 if (!stddefs) in pvr2_std_create_enum()
370 stddefs[idx].index = idx; in pvr2_std_create_enum()
378 if (pvr2_std_fill(stddefs+idx,std_mixes[idx2])) idx++; in pvr2_std_create_enum()
384 if (!pvr2_std_fill(stddefs+idx,idmsk)) continue; in pvr2_std_create_enum()
389 return stddefs; in pvr2_std_create_enum()