Searched refs:usb_frcount_t (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/usb/
H A Dusb_core.h156 usb_frcount_t max_frame_count; /* initial value of "nframes" after
158 usb_frcount_t nframes; /* number of USB frames to transfer */
159 usb_frcount_t aframes; /* actual number of USB frames
H A Dusb_freebsd.h96 typedef uint32_t usb_frcount_t; /* units */ typedef
H A Dusb_freebsd_loader.h91 typedef uint32_t usb_frcount_t; /* units */ typedef
H A Dusb_transfer.h187 usb_frcount_t dma_nframes; /* number of page caches to load */
188 usb_frcount_t dma_currframe; /* currect page cache number */
H A Dusbdi.h229 usb_frcount_t frames; /* maximum number of USB frames */
581 usbd_xfer_old_frame_length(struct usb_xfer *xfer, usb_frcount_t frindex);
584 struct usb_page_cache *usbd_xfer_get_frame(struct usb_xfer *, usb_frcount_t);
585 void *usbd_xfer_get_frame_buffer(struct usb_xfer *, usb_frcount_t);
591 void usbd_xfer_set_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
593 void usbd_xfer_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
596 usb_frcount_t frindex);
599 usb_frcount_t usbd_xfer_max_frames(struct usb_xfer *xfer);
602 usb_frcount_t frindex);
603 void usbd_xfer_set_frame_len(struct usb_xfer *xfer, usb_frcount_t frinde
[all...]
H A Dusb_dev.h126 usb_frcount_t nframes; /* for isochronous mode */
H A Dusb_transfer.c471 usb_frcount_t n_frlengths;
472 usb_frcount_t n_frbuffers;
473 usb_frcount_t x;
1747 usb_frcount_t x;
2183 usbd_xfer_get_frame(struct usb_xfer *xfer, usb_frcount_t frindex)
2191 usbd_xfer_get_frame_buffer(struct usb_xfer *xfer, usb_frcount_t frindex)
2219 usbd_xfer_frame_len(struct usb_xfer *xfer, usb_frcount_t frindex)
2235 usbd_xfer_set_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
2246 usbd_xfer_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
2266 usbd_xfer_old_frame_length(struct usb_xfer *xfer, usb_frcount_t frinde
[all...]
H A Dusb_busdma.c915 usb_frcount_t nframes;
1064 usb_frcount_t nframes;
1097 usb_frcount_t nframes;
H A Dusb_generic.c536 usb_frcount_t n;
576 usb_frcount_t n;
1051 usb_frcount_t n;
1262 usb_frcount_t n;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h263 usb_frcount_t start_frame; /* (modify) start frame (ISO) */
264 usb_frcount_t number_of_packets; /* (in) number of ISO packets */
/freebsd-11-stable/stand/usb/
H A Dusb_busdma_loader.c418 usb_frcount_t nframes;
567 usb_frcount_t nframes;
600 usb_frcount_t nframes;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1344 usb_frcount_t x;

Completed in 539 milliseconds