Searched refs:ep_type (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/ |
D | xhci.c | 69 …ci_configure_endpoint(const int id, const int port_id, const uint8_t ep_num, const uint8_t ep_type, 963 ep_ctx.ep_type = XHCI_EP_TYPE_CONTROL; in xhci_initialize_ep() 981 ep_ctx.ep_type = ((ep_num % 2) ? XHCI_EP_TYPE_INTR_IN : XHCI_EP_TYPE_INTR_OUT); in xhci_initialize_ep() 1019 …kdebug("ep.type=%d, max_packet=%d, dequeue_ptr=%#018lx", ep.ep_type, ep.max_packet_size, ep.tr_deq… in xhci_set_address() 1720 …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 1728 … 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()
|
D | xhci.h | 473 unsigned ep_type : 3; // endpoint type member
|