Lines Matching refs:nframes
159 if (f->xfer[0]->nframes == 1) { in ugen_transfer_setup()
165 2 * f->xfer[0]->nframes); in ugen_transfer_setup()
190 f->nframes = UGEN_HW_FRAMES; in ugen_open()
194 f->nframes = UGEN_HW_FRAMES * 8; in ugen_open()
286 usb_config[0].frames = f->nframes; in ugen_open_pipe_write()
356 usb_config[0].frames = f->nframes; in ugen_open_pipe_read()
556 for (n = 0; n != xfer->nframes; n++) { in ugen_isoc_read_callback()
586 for (n = 0; n != xfer->nframes; n++) { in ugen_isoc_write_callback()
596 for (; n != xfer->nframes; n++) { in ugen_isoc_write_callback()
1088 xfer->nframes = fs_ep.nFrames; in ugen_fs_copy_in()
1113 for (; n != xfer->nframes; n++) { in ugen_fs_copy_in()
1253 if (xfer->nframes == 0) in ugen_fs_copy_out()
1272 for (; n != xfer->nframes; n++) { in ugen_fs_copy_out()
1543 f->fs_xfer[u.popen->ep_index]->nframes; in ugen_ioctl()