Searched refs:it_first_empty (Results 1 – 2 of 2) sorted by relevance
214 itp->it_first_empty = 0; in av1394_it_stop()885 idx = (itp->it_first_empty + icp->ic_nframes - 1) % icp->ic_nframes; in av1394_it_underrun()1048 itp->it_first_empty = (itp->it_first_empty + cnt) % icp->ic_nframes; in av1394_it_add_frames()1092 *idx = itp->it_first_empty; in av1394_it_wait_frames()
215 int it_first_empty; /* first empty frame # */ member