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

/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb.h81 uint8_t ep_type; member in struct:octusb_qh
H A Doctusb.c126 octusb_convert_ep_type(uint8_t ep_type) argument
129 switch (ep_type & UE_XFERTYPE) {
165 octusb_convert_ep_type(td->qh->ep_type),
447 ((td->qh->ep_type & UE_XFERTYPE) == UE_ISOCHRONOUS)) {
489 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) {
1774 qh->ep_type = xfer->endpoint->edesc->bmAttributes;
/freebsd-11-stable/sys/dev/usb/controller/
H A Ddwc_otg.c729 if (td->ep_type == UE_ISOCHRONOUS) {
1065 if (td->ep_type != UE_ISOCHRONOUS)
1227 if (td->ep_type == UE_ISOCHRONOUS) {
1236 } else if (td->ep_type == UE_INTERRUPT) {
1295 if (td->ep_type == UE_ISOCHRONOUS) {
1391 if (td->ep_type != UE_ISOCHRONOUS) {
1421 if (td->ep_type == UE_INTERRUPT) {
1436 } else if (td->ep_type == UE_ISOCHRONOUS) {
1472 if (td->ep_type == UE_ISOCHRONOUS) {
1536 if (td->ep_type !
3741 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
4819 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.c229 switch (td->ep_type) {
275 switch (td->ep_type) {
1764 uint8_t ep_type; local
1794 ep_type = (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE);
1828 if (ep_type == UE_INTERRUPT) {
1830 } else if (ep_type == UE_ISOCHRONOUS) {
1848 if (ep_type == UE_INTERRUPT) {
1850 } else if (ep_type == UE_ISOCHRONOUS) {
2235 uint8_t ep_type; local
2253 ep_type
2274 saf1761_otg_clear_stall_sub_locked(struct saf1761_otg_softc *sc, uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) argument
3424 uint8_t ep_type; local
[all...]
H A Ddwc_otg.h71 uint8_t ep_type; member in struct:dwc_otg_td
H A Datmegadci.c1150 uint8_t ep_type, uint8_t ep_dir)
1154 if (ep_type == UE_CONTROL) {
1183 if (ep_type == UE_BULK) {
1185 } else if (ep_type == UE_INTERRUPT) {
1149 atmegadci_clear_stall_sub(struct atmegadci_softc *sc, uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) argument
H A Davr32dci.c1112 uint8_t ep_type, uint8_t ep_dir)
1119 if (ep_type == UE_CONTROL) {
1135 if (ep_type == UE_BULK) {
1137 } else if (ep_type == UE_INTERRUPT) {
1111 avr32dci_clear_stall_sub(struct avr32dci_softc *sc, uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) argument
H A Dat91dci.c1299 uint8_t ep_type, uint8_t ep_dir)
1307 if (ep_type == UE_CONTROL) {
1377 if (ep_type == UE_CONTROL) {
1380 if (ep_type == UE_BULK) {
1382 } else if (ep_type == UE_INTERRUPT) {
1298 at91dci_clear_stall_sub(struct at91dci_softc *sc, uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir) argument
H A Duss820dci.c1271 uint8_t ep_type; local
1283 ep_type = (ep->edesc->bmAttributes & UE_XFERTYPE);
1285 if (ep_type == UE_CONTROL) {
1303 uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir)
1307 if (ep_type == UE_CONTROL) {
1302 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.c2879 uint8_t ep_no, uint8_t ep_type, uint8_t ep_dir)
2885 if (ep_type == UE_CONTROL) {
2910 switch (ep_type) {
2971 switch (ep_type) {
2878 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-11-stable/sys/dev/usb/template/
H A Dusb_template.c578 uint8_t ep_type, uint8_t ep_dir_in)
580 if (ep_type == UE_CONTROL) {
586 if ((pf->support_interrupt && (ep_type == UE_INTERRUPT)) ||
587 (pf->support_isochronous && (ep_type == UE_ISOCHRONOUS)) ||
588 (pf->support_bulk && (ep_type == UE_BULK))) {
722 uint8_t ep_type, uint8_t is_complete)
775 if (temp == ep_type) {
810 if (ep_type == UE_CONTROL) {
869 ep_curr->needs_ep_type = ep_type;
577 usb_hw_ep_match(const struct usb_hw_ep_profile *pf, uint8_t ep_type, uint8_t ep_dir_in) argument
721 usb_hw_ep_get_needs(struct usb_hw_ep_scratch *ues, uint8_t ep_type, uint8_t is_complete) argument

Completed in 126 milliseconds