Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-std.c325 struct v4l2_standard *stddefs; in pvr2_std_create_enum() local
369 stddefs = kzalloc(sizeof(struct v4l2_standard) * std_cnt, in pvr2_std_create_enum()
371 if (!stddefs) in pvr2_std_create_enum()
375 stddefs[idx].index = idx; in pvr2_std_create_enum()
383 if (pvr2_std_fill(stddefs+idx,std_mixes[idx2])) idx++; in pvr2_std_create_enum()
389 if (!pvr2_std_fill(stddefs+idx,idmsk)) continue; in pvr2_std_create_enum()
394 return stddefs; in pvr2_std_create_enum()