Home
last modified time | relevance | path

Searched refs:hc_max_packet_size (Results 1 – 13 of 13) sorted by relevance

/trueos/sys/dev/usb/
HDusb_transfer.h219 uint16_t hc_max_packet_size; member
HDusb_transfer.c380 if ((parm->hc_max_packet_size == 0) || in usbd_transfer_setup_sub()
467 if ((xfer->max_packet_size > parm->hc_max_packet_size) || in usbd_transfer_setup_sub()
469 xfer->max_packet_size = parm->hc_max_packet_size; in usbd_transfer_setup_sub()
/trueos/sys/dev/usb/controller/
HDehci.c3538 parm->hc_max_packet_size = 0x400; in ehci_xfer_setup()
3551 parm->hc_max_packet_size = 0x400; in ehci_xfer_setup()
3565 parm->hc_max_packet_size = 0x400; in ehci_xfer_setup()
3568 parm->hc_max_packet_size = USB_FS_BYTES_PER_HS_UFRAME; in ehci_xfer_setup()
3571 parm->hc_max_packet_size = USB_FS_BYTES_PER_HS_UFRAME / 8; in ehci_xfer_setup()
3586 parm->hc_max_packet_size = 0x3FF; in ehci_xfer_setup()
3597 parm->hc_max_packet_size = 0x400; in ehci_xfer_setup()
3609 parm->hc_max_packet_size = 0x400; in ehci_xfer_setup()
HDavr32dci.c1964 parm->hc_max_packet_size = 0x400; in avr32dci_xfer_setup()
HDatmegadci.c2025 parm->hc_max_packet_size = 0x500; in atmegadci_xfer_setup()
HDuss820dci.c2234 parm->hc_max_packet_size = 0x500; in uss820dci_xfer_setup()
HDat91dci.c2215 parm->hc_max_packet_size = 0x500; in at91dci_xfer_setup()
HDohci.c2398 parm->hc_max_packet_size = 0x500; in ohci_xfer_setup()
HDuhci.c2850 parm->hc_max_packet_size = 0x500; in uhci_xfer_setup()
HDmusb_otg.c4082 parm->hc_max_packet_size = 0x400; in musbotg_xfer_setup()
HDxhci.c3728 parm->hc_max_packet_size = 0x400; in xhci_xfer_setup()
HDdwc_otg.c4705 parm->hc_max_packet_size = 0x500; in dwc_otg_xfer_setup()
/trueos/sys/mips/cavium/usb/
HDoctusb.c1749 parm->hc_max_packet_size = 0x400; in octusb_xfer_setup()