Searched refs:ep_type (Results 1 – 7 of 7) sorted by relevance
1057 if (td->ep_type != UE_ISOCHRONOUS) in dwc_otg_host_setup_tx()1639 td->ep_type == UE_ISOCHRONOUS) in dwc_otg_host_data_rx()2108 td->ep_type == UE_ISOCHRONOUS) in dwc_otg_host_data_tx()2592 td->ep_type != UE_CONTROL) { in dwc_otg_update_host_transfer_schedule_locked()2612 td->ep_type != UE_BULK) { in dwc_otg_update_host_transfer_schedule_locked()3338 if (td->ep_type == UE_INTERRUPT) in dwc_otg_setup_standard_chain()3710 if (ep_type == UE_CONTROL) { in dwc_otg_clear_stall_sub_locked()3725 if (ep_type == UE_BULK) { in dwc_otg_clear_stall_sub_locked()4779 uint8_t ep_type; in dwc_otg_xfer_setup() local4799 if (ep_type == UE_CONTROL) { in dwc_otg_xfer_setup()[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()