Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/usb/pvrusb2/
A Dpvrusb2-std.c311 struct v4l2_standard *stddefs; in pvr2_std_create_enum() local
354 stddefs = kcalloc(std_cnt, sizeof(struct v4l2_standard), in pvr2_std_create_enum()
356 if (!stddefs) in pvr2_std_create_enum()
360 stddefs[idx].index = idx; in pvr2_std_create_enum()
368 if (pvr2_std_fill(stddefs+idx,std_mixes[idx2])) idx++; in pvr2_std_create_enum()
374 if (!pvr2_std_fill(stddefs+idx,idmsk)) continue; in pvr2_std_create_enum()
379 return stddefs; in pvr2_std_create_enum()

Completed in 3 milliseconds