Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/media/video/
Dzr36120.c309 struct vidinfo* lastitem; in reap_states() local
313 lastitem = ztv->workqueue; in reap_states()
314 if (lastitem) in reap_states()
315 while (lastitem->next) lastitem = lastitem->next; in reap_states()
321 if (!lastitem) in reap_states()
324 lastitem->next = item; in reap_states()
325 lastitem = item; in reap_states()