Searched refs:i_frlengths (Results 1 – 3 of 3) sorted by relevance
568 isoc->i_frlengths = in auvitek_start_xfer()569 kmem_alloc(sizeof(isoc->i_frlengths[0]) * nframes, in auvitek_start_xfer()614 if (isoc->i_frlengths != NULL) { in auvitek_stop_xfer()615 kmem_free(isoc->i_frlengths, in auvitek_stop_xfer()616 sizeof(isoc->i_frlengths[0]) * ax->ax_nframes); in auvitek_stop_xfer()617 isoc->i_frlengths = NULL; in auvitek_stop_xfer()667 isoc->i_frlengths[i] = ax->ax_uframe_len; in auvitek_isoc_start1()671 isoc->i_frlengths, in auvitek_isoc_start1()716 status = auvitek_isoc_process(sc, buf, isoc->i_frlengths[i]); in auvitek_isoc_intr()
190 uint16_t *i_frlengths; member1706 isoc->i_frlengths = in uvideo_stream_start_xfer()1707 kmem_alloc(sizeof(isoc->i_frlengths[0]) * nframes, in uvideo_stream_start_xfer()1805 if (isoc->i_frlengths != NULL) { in uvideo_stream_stop_xfer()1806 kmem_free(isoc->i_frlengths, in uvideo_stream_stop_xfer()1807 sizeof(isoc->i_frlengths[0]) * in uvideo_stream_stop_xfer()1809 isoc->i_frlengths = NULL; in uvideo_stream_stop_xfer()1857 isoc->i_frlengths[i] = ix->ix_uframe_len; in uvideo_stream_recv_isoc_start1()1861 isoc->i_frlengths, in uvideo_stream_recv_isoc_start1()1946 isoc->i_frlengths[i]); in uvideo_stream_recv_isoc_complete()
63 uint16_t *i_frlengths; member