Searched refs:pepext (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 858 struct xhci_endpoint_ext *pepext; in xhci_check_transfer() local 898 pepext = &sc->sc_hw.devs[index].endp[epno]; in xhci_check_transfer() 906 if (pepext->trb_ep_mode != USB_EP_MODE_STREAMS || in xhci_check_transfer() 914 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)]; in xhci_check_transfer() 1340 struct xhci_endpoint_ext *pepext; in xhci_set_address() local 1390 pepext = xhci_get_endpoint_ext(udev, in xhci_set_address() 1395 pepext->trb_halted = 1; in xhci_set_address() 1396 pepext->trb_running = 0; in xhci_set_address() 1400 &udev->ctrl_ep_desc, pepext, in xhci_set_address() 2294 struct usb_endpoint_descriptor *edesc, struct xhci_endpoint_ext *pepext, in xhci_configure_endpoint() 2293 xhci_configure_endpoint(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, struct xhci_endpoint_ext *pepext, uint16_t interval, uint8_t max_packet_count, uint8_t mult, uint8_t fps_shift, uint16_t max_packet_size, uint16_t max_frame_size, uint8_t ep_mode) xhci_configure_endpoint() argument 2454 struct xhci_endpoint_ext *pepext; xhci_configure_endpoint_by_xfer() local 2766 struct xhci_endpoint_ext *pepext; xhci_get_endpoint_ext() local 2815 struct xhci_endpoint_ext *pepext; xhci_transfer_remove() local 2840 struct xhci_endpoint_ext *pepext; xhci_transfer_insert() local 3763 struct xhci_endpoint_ext *pepext; xhci_configure_reset_endpoint() local 3870 struct xhci_endpoint_ext *pepext; xhci_configure_msg() local 3950 struct xhci_endpoint_ext *pepext; xhci_ep_init() local 3979 struct xhci_endpoint_ext *pepext; xhci_ep_clear_stall() local [all...] |
Completed in 4 milliseconds