Searched refs:ep_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/mips/cavium/usb/
H A Doctusb.h82 uint8_t ep_type; member in struct:octusb_qh
H A Doctusb.c129 octusb_convert_ep_type(uint8_t ep_type) argument
132 switch (ep_type & UE_XFERTYPE) {
168 octusb_convert_ep_type(td->qh->ep_type),
448 ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS)) {
490 switch (td->qh->ep_type & UE_XFERTYPE) {
574 if ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS)
608 switch (td->qh->ep_type & UE_XFERTYPE) {
1765 qh->ep_type = xfer->endpoint->edesc->bmAttributes;
/freebsd-13-stable/sys/dev/usb/controller/
H A Ddwc_otg.c723 if (td->ep_type == UE_ISOCHRONOUS) {
1059 if (td->ep_type != UE_ISOCHRONOUS)
1221 if (td->ep_type == UE_ISOCHRONOUS) {
1230 } else if (td->ep_type == UE_INTERRUPT) {
1289 if (td->ep_type == UE_ISOCHRONOUS) {
1385 if (td->ep_type != UE_ISOCHRONOUS) {
1415 if (td->ep_type == UE_INTERRUPT) {
1430 } else if (td->ep_type == UE_ISOCHRONOUS) {
1466 if (td->ep_type == UE_ISOCHRONOUS) {
1530 if (td->ep_type !
3706 dwc_otg_clear_stall_sub_locked(struct dwc_otg_softc *sc, uint32_t mps, uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) argument
4822 uint8_t ep_type; local
[all...]
H A Dsaf1761_otg.h77 uint8_t ep_type; member in struct:saf1761_otg_td
H A Dsaf1761_otg.c228 switch (td->ep_type) {
274 switch (td->ep_type) {
1761 uint8_t ep_type; local
1791 ep_type = (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE);
1824 if (ep_type == UE_INTERRUPT) {
1826 } else if (ep_type == UE_ISOCHRONOUS) {
1844 if (ep_type == UE_INTERRUPT) {
1846 } else if (ep_type == UE_ISOCHRONOUS) {
2223 uint8_t ep_type; local
2241 ep_type
2262 saf1761_otg_clear_stall_sub_locked(struct saf1761_otg_softc *sc, uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) argument
3410 uint8_t ep_type; local
[all...]
H A Ddwc_otg.h73 uint8_t ep_type; member in struct:dwc_otg_td
H A Datmegadci.c1133 uint8_t ep_type, uint8_t ep_dir)
1137 if (ep_type == UE_CONTROL) {
1166 if (ep_type == UE_BULK) {
1168 } else if (ep_type == UE_INTERRUPT) {
1132 atmegadci_clear_stall_sub(struct atmegadci_softc *sc, uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) argument
H A Davr32dci.c1098 uint8_t ep_type, uint8_t ep_dir)
1105 if (ep_type == UE_CONTROL) {
1121 if (ep_type == UE_BULK) {
1123 } else if (ep_type == UE_INTERRUPT) {
1097 avr32dci_clear_stall_sub(struct avr32dci_softc *sc, uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) argument
H A Duss820dci.c1259 uint8_t ep_type; local
1271 ep_type = (ep->edesc->bmAttributes & UE_XFERTYPE);
1273 if (ep_type == UE_CONTROL) {
1291 uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir)
1295 if (ep_type == UE_CONTROL) {
1290 uss820dci_clear_stall_sub(struct uss820dci_softc *sc, uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) argument
H A Dmusb_otg.c2867 uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir)
2873 if (ep_type == UE_CONTROL) {
2897 switch (ep_type) {
2957 switch (ep_type) {
2866 musbotg_clear_stall_sub(struct musbotg_softc *sc, uint16_t wMaxPacket, uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) argument
/freebsd-13-stable/sys/dev/usb/template/
H A Dusb_template.c613 uint8_t ep_type, uint8_t ep_dir_in)
615 if (ep_type == UE_CONTROL) {
621 if ((pf->support_interrupt && (ep_type == UE_INTERRUPT)) ||
622 (pf->support_isochronous && (ep_type == UE_ISOCHRONOUS)) ||
623 (pf->support_bulk && (ep_type == UE_BULK))) {
756 uint8_t ep_type, uint8_t is_complete)
806 if (temp == ep_type) {
839 if (ep_type == UE_CONTROL) {
896 ep_curr->needs_ep_type = ep_type;
612 usb_hw_ep_match(const struct usb_hw_ep_profile *pf, uint8_t ep_type, uint8_t ep_dir_in) argument
755 usb_hw_ep_get_needs(struct usb_hw_ep_scratch *ues, uint8_t ep_type, uint8_t is_complete) argument

Completed in 264 milliseconds