Lines Matching refs:nframes
162 if (f->xfer[0]->nframes == 1) { in ugen_transfer_setup()
168 2 * f->xfer[0]->nframes); in ugen_transfer_setup()
193 f->nframes = UGEN_HW_FRAMES; in ugen_open()
197 f->nframes = UGEN_HW_FRAMES * 8; in ugen_open()
289 usb_config[0].frames = f->nframes; in ugen_open_pipe_write()
359 usb_config[0].frames = f->nframes; in ugen_open_pipe_read()
559 for (n = 0; n != xfer->nframes; n++) { in ugen_isoc_read_callback()
589 for (n = 0; n != xfer->nframes; n++) { in ugen_isoc_write_callback()
599 for (; n != xfer->nframes; n++) { in ugen_isoc_write_callback()
1144 xfer->nframes = fs_ep.nFrames; in ugen_fs_copy_in()
1169 for (; n != xfer->nframes; n++) { in ugen_fs_copy_in()
1311 if (xfer->nframes == 0) in ugen_fs_copy_out()
1330 for (; n != xfer->nframes; n++) { in ugen_fs_copy_out()
1604 f->fs_xfer[u.popen->ep_index]->nframes; in ugen_ioctl()