Lines Matching refs:next
60 struct attached_list *next; member
67 struct codec_list *next; member
141 while (a->next) in videocodec_attach()
142 a = a->next; // find end in videocodec_attach()
143 a->next = ptr; in videocodec_attach()
155 h = h->next; in videocodec_attach()
209 h->list = a->next; in videocodec_detach()
213 prev->next = a->next; in videocodec_detach()
224 a = a->next; in videocodec_detach()
226 h = h->next; in videocodec_detach()
258 while (h->next) in videocodec_register()
259 h = h->next; // find the end in videocodec_register()
260 h->next = ptr; in videocodec_register()
301 codeclist_top = h->next; in videocodec_unregister()
305 prev->next = h->next; in videocodec_unregister()
313 h = h->next; in videocodec_unregister()
344 a = a->next; in proc_videocodecs_show()
346 h = h->next; in proc_videocodecs_show()