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

/freebsd-current/sys/dev/usb/
H A Dusb_core.h159 usb_frcount_t max_frame_count; /* initial value of "nframes" after
161 usb_frcount_t nframes; /* number of USB frames to transfer */
162 usb_frcount_t aframes; /* actual number of USB frames
H A Dusb_freebsd.h100 typedef uint32_t usb_frcount_t; /* units */ typedef
H A Dusb_freebsd_loader.h95 typedef uint32_t usb_frcount_t; /* units */ typedef
H A Dusb_transfer.h83 usb_frcount_t dma_nframes; /* number of page caches to load */
84 usb_frcount_t dma_currframe; /* currect page cache number */
H A Dusbdi.h229 usb_frcount_t frames; /* maximum number of USB frames */
631 usbd_xfer_old_frame_length(struct usb_xfer *xfer, usb_frcount_t frindex);
634 struct usb_page_cache *usbd_xfer_get_frame(struct usb_xfer *, usb_frcount_t);
635 void *usbd_xfer_get_frame_buffer(struct usb_xfer *, usb_frcount_t);
641 void usbd_xfer_set_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
643 void usbd_xfer_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
646 usb_frcount_t frindex);
649 usb_frcount_t usbd_xfer_max_frames(struct usb_xfer *xfer);
652 usb_frcount_t frindex);
653 void usbd_xfer_set_frame_len(struct usb_xfer *xfer, usb_frcount_t frinde
[all...]
H A Dusb_dev.h130 usb_frcount_t nframes; /* for isochronous mode */
H A Dusb_transfer.c467 usb_frcount_t n_frlengths;
468 usb_frcount_t n_frbuffers;
469 usb_frcount_t x;
1722 usb_frcount_t x;
2155 usbd_xfer_get_frame(struct usb_xfer *xfer, usb_frcount_t frindex)
2163 usbd_xfer_get_frame_buffer(struct usb_xfer *xfer, usb_frcount_t frindex)
2191 usbd_xfer_frame_len(struct usb_xfer *xfer, usb_frcount_t frindex)
2207 usbd_xfer_set_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
2218 usbd_xfer_frame_data(struct usb_xfer *xfer, usb_frcount_t frindex,
2238 usbd_xfer_old_frame_length(struct usb_xfer *xfer, usb_frcount_t frinde
[all...]
H A Dusb_busdma.c911 usb_frcount_t nframes;
1058 usb_frcount_t nframes;
1090 usb_frcount_t nframes;
H A Dusb_generic.c544 usb_frcount_t n;
584 usb_frcount_t n;
1233 usb_frcount_t n)
1273 usb_frcount_t n;
1554 usb_frcount_t n;
/freebsd-current/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-current/stand/usb/
H A Dusb_busdma_loader.c417 usb_frcount_t nframes;
566 usb_frcount_t nframes;
599 usb_frcount_t nframes;
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1337 usb_frcount_t x;

Completed in 180 milliseconds