Searched refs:oldframe (Results 1 – 1 of 1) sorted by relevance
895 struct vidinfo* oldframe = ztv->workqueue; in zoran_read() local896 if (!oldframe) ztv->workqueue = unused; in zoran_read()898 while (oldframe->next) oldframe = oldframe->next; in zoran_read()899 oldframe->next = unused; in zoran_read()1388 struct vidinfo* oldframe = ztv->workqueue; in zoran_ioctl() local1389 if (!oldframe) ztv->workqueue = frame; in zoran_ioctl()1391 while (oldframe->next) oldframe = oldframe->next; in zoran_ioctl()1392 oldframe->next = frame; in zoran_ioctl()1643 struct vidinfo* oldframe = ztv->workqueue; in vbi_read() local1644 if (!oldframe) ztv->workqueue = unused; in vbi_read()[all …]