Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/media/zoran/
Dvideocodec.c66 static struct codec_list *codeclist_top = NULL; variable
75 struct codec_list *h = codeclist_top; in videocodec_attach()
168 struct codec_list *h = codeclist_top; in videocodec_detach()
233 struct codec_list *ptr, *h = codeclist_top; in videocodec_register()
252 codeclist_top = ptr; in videocodec_register()
268 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister()
298 codeclist_top = h->next; in videocodec_unregister()
322 struct codec_list *h = codeclist_top; in proc_videocodecs_show()