Home
last modified time | relevance | path

Searched refs:usbd_xfer_get_fps_shift (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusbdi.h560 uint8_t usbd_xfer_get_fps_shift(struct usb_xfer *xfer);
H A Dusb_hub.c1941 switch (usbd_xfer_get_fps_shift(xfer)) { in usb_hs_bandwidth_alloc()
H A Dusb_transfer.c2142 usbd_xfer_get_fps_shift(struct usb_xfer *xfer) in usbd_xfer_get_fps_shift() function
/dragonfly/sys/bus/u4b/controller/
H A Dehci.c2810 uint8_t shift = usbd_xfer_get_fps_shift(xfer); in ehci_device_isoc_hs_enter()
3614 usbd_xfer_get_fps_shift(xfer); in ehci_xfer_setup()
H A Dxhci.c2065 shift = usbd_xfer_get_fps_shift(xfer); in xhci_setup_generic_chain()
2522 usbd_xfer_get_fps_shift(xfer), xfer->max_packet_size, in xhci_configure_endpoint_by_xfer()
/dragonfly/sys/bus/u4b/audio/
H A Duaudio.c1342 fps_shift = usbd_xfer_get_fps_shift(chan->xfer[0]); in uaudio_configure_msg_sub()