Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/controller/
H A Ddwc_otg.c1057 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() local
4799 if (ep_type == UE_CONTROL) { in dwc_otg_xfer_setup()
[all …]
H A Ddwc_otg.h72 uint8_t ep_type; member
H A Duss820dci.c1252 uint8_t ep_type; in uss820dci_set_stall() local
1264 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() argument
1288 if (ep_type == UE_CONTROL) { in uss820dci_clear_stall_sub()
H A Datmegadci.c1126 uint8_t ep_type, uint8_t ep_dir) in atmegadci_clear_stall_sub() argument
1130 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()
H A Davr32dci.c1096 uint8_t ep_type, uint8_t ep_dir) in avr32dci_clear_stall_sub() argument
1103 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()
H A Dmusb_otg.c2862 uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) in musbotg_clear_stall_sub() argument
2868 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()
/freebsd-14.2/sys/dev/usb/template/
H A Dusb_template.c612 uint8_t ep_type, uint8_t ep_dir_in) in usb_hw_ep_match() argument
614 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() argument
805 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()