Searched refs:ep_type (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg.c | 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 ! in dwc_otg_host_data_rx() 3705 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) dwc_otg_clear_stall_sub_locked() argument 4779 uint8_t ep_type; dwc_otg_xfer_setup() local [all...] |
H A D | dwc_otg.h | 72 uint8_t ep_type; member
|
H A D | uss820dci.c | 1252 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 D | atmegadci.c | 1126 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 D | avr32dci.c | 1096 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 D | musb_otg.c | 2862 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/sys/dev/usb/template/ |
H A D | usb_template.c | 612 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()
|