Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c53 static struct pvr2_hdw *unit_pointers[PVR_NUM] = {[ 0 ... PVR_NUM-1 ] = NULL}; variable
2564 if (unit_pointers[idx]) continue; in pvr2_hdw_create()
2566 unit_pointers[idx] = hdw; in pvr2_hdw_create()
2689 (unit_pointers[hdw->unit_number] == hdw)) { in pvr2_hdw_destroy()
2690 unit_pointers[hdw->unit_number] = NULL; in pvr2_hdw_destroy()