Home
last modified time | relevance | path

Searched refs:ep_type (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c69 …ci_configure_endpoint(const int id, const int port_id, const uint8_t ep_num, const uint8_t ep_type,
965 ep_ctx.ep_type = XHCI_EP_TYPE_CONTROL; in xhci_initialize_ep()
983 ep_ctx.ep_type = ((ep_num % 2) ? XHCI_EP_TYPE_INTR_IN : XHCI_EP_TYPE_INTR_OUT); in xhci_initialize_ep()
1021 …kdebug("ep.type=%d, max_packet=%d, dequeue_ptr=%#018lx", ep.ep_type, ep.max_packet_size, ep.tr_deq… in xhci_set_address()
1722 …ci_configure_endpoint(const int id, const int port_id, const uint8_t ep_num, const uint8_t ep_type, in xhci_configure_endpoint() argument
1730 … usb_get_max_burst_from_ep(ep_desc), ep_type, (ep_num % 2) ? XHCI_DIR_IN_BIT : XHCI_DIR_OUT_BIT, in xhci_configure_endpoint()
Dxhci.h473 unsigned ep_type : 3; // endpoint type member