Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/zoran/
Dvideocodec.c70 static struct codec_list *codeclist_top = NULL; variable
79 struct codec_list *h = codeclist_top; in videocodec_attach()
171 struct codec_list *h = codeclist_top; in videocodec_detach()
236 struct codec_list *ptr, *h = codeclist_top; in videocodec_register()
255 codeclist_top = ptr; in videocodec_register()
271 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister()
301 codeclist_top = h->next; in videocodec_unregister()
325 struct codec_list *h = codeclist_top; in proc_videocodecs_show()
331 h = codeclist_top; in proc_videocodecs_show()