Lines Matching refs:head
147 static struct vidtv_access_unit *vidtv_s302m_access_unit_init(struct vidtv_access_unit *head)
155 if (head) {
156 while (head->next)
157 head = head->next;
159 head->next = au;
167 struct vidtv_access_unit *head = e->access_units;
170 while (head) {
171 tmp = head;
172 head = head->next;
492 if (args.head) {
493 while (args.head->next)
494 args.head = args.head->next;
496 args.head->next = e;