Searched refs:ep_type (Results 1 – 2 of 2) sorted by relevance
129 octusb_convert_ep_type(uint8_t ep_type) in octusb_convert_ep_type() argument132 switch (ep_type & UE_XFERTYPE) { in octusb_convert_ep_type()168 octusb_convert_ep_type(td->qh->ep_type), in octusb_host_alloc_endpoint()448 ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS)) { in octusb_non_control_data_tx()490 switch (td->qh->ep_type & UE_XFERTYPE) { in octusb_non_control_data_tx()574 if ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS) in octusb_non_control_data_rx()608 switch (td->qh->ep_type & UE_XFERTYPE) { in octusb_non_control_data_rx()1765 qh->ep_type = xfer->endpoint->edesc->bmAttributes; in octusb_xfer_setup()
82 uint8_t ep_type; member