Searched refs:ep_type (Results 1 – 7 of 7) sorted by relevance
721 if (td->ep_type == UE_ISOCHRONOUS) { in dwc_otg_host_check_tx_fifo_empty()1057 if (td->ep_type != UE_ISOCHRONOUS) in dwc_otg_host_setup_tx()1219 if (td->ep_type == UE_ISOCHRONOUS) { in dwc_otg_host_rate_check()1228 } else if (td->ep_type == UE_INTERRUPT) { in dwc_otg_host_rate_check()1287 if (td->ep_type == UE_ISOCHRONOUS) { in dwc_otg_host_data_rx_sub()1383 if (td->ep_type != UE_ISOCHRONOUS) { in dwc_otg_host_data_rx()1413 if (td->ep_type == UE_INTERRUPT) { in dwc_otg_host_data_rx()1428 } else if (td->ep_type == UE_ISOCHRONOUS) { in dwc_otg_host_data_rx()1464 if (td->ep_type == UE_ISOCHRONOUS) { in dwc_otg_host_data_rx()1528 if (td->ep_type != UE_ISOCHRONOUS) { in dwc_otg_host_data_rx()[all …]
72 uint8_t ep_type; member
1252 uint8_t ep_type; in uss820dci_set_stall() local1264 ep_type = (ep->edesc->bmAttributes & UE_XFERTYPE); in uss820dci_set_stall()1266 if (ep_type == UE_CONTROL) { in uss820dci_set_stall()1284 uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) in uss820dci_clear_stall_sub() argument1288 if (ep_type == UE_CONTROL) { in uss820dci_clear_stall_sub()
1126 uint8_t ep_type, uint8_t ep_dir) in atmegadci_clear_stall_sub() argument1130 if (ep_type == UE_CONTROL) { in atmegadci_clear_stall_sub()1159 if (ep_type == UE_BULK) { in atmegadci_clear_stall_sub()1161 } else if (ep_type == UE_INTERRUPT) { in atmegadci_clear_stall_sub()
1096 uint8_t ep_type, uint8_t ep_dir) in avr32dci_clear_stall_sub() argument1103 if (ep_type == UE_CONTROL) { in avr32dci_clear_stall_sub()1119 if (ep_type == UE_BULK) { in avr32dci_clear_stall_sub()1121 } else if (ep_type == UE_INTERRUPT) { in avr32dci_clear_stall_sub()
2862 uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) in musbotg_clear_stall_sub() argument2868 if (ep_type == UE_CONTROL) { in musbotg_clear_stall_sub()2892 switch (ep_type) { in musbotg_clear_stall_sub()2952 switch (ep_type) { in musbotg_clear_stall_sub()
612 uint8_t ep_type, uint8_t ep_dir_in) in usb_hw_ep_match() argument614 if (ep_type == UE_CONTROL) { in usb_hw_ep_match()620 if ((pf->support_interrupt && (ep_type == UE_INTERRUPT)) || in usb_hw_ep_match()621 (pf->support_isochronous && (ep_type == UE_ISOCHRONOUS)) || in usb_hw_ep_match()622 (pf->support_bulk && (ep_type == UE_BULK))) { in usb_hw_ep_match()755 uint8_t ep_type, uint8_t is_complete) in usb_hw_ep_get_needs() argument805 if (temp == ep_type) { in usb_hw_ep_get_needs()838 if (ep_type == UE_CONTROL) { in usb_hw_ep_get_needs()895 ep_curr->needs_ep_type = ep_type; in usb_hw_ep_get_needs()