Home
last modified time | relevance | path

Searched refs:USB_EP_DIR_IS_OUT (Results 1 – 13 of 13) sorted by relevance

/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_dc_rp2040.c223 if (USB_EP_DIR_IS_OUT(ep->bEndpointAddress)) { in usbd_ep_open()
248 } else if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_close()
262 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_set_stall()
276 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_clear_stall()
289 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_is_stalled()
419 if (USB_EP_DIR_IS_OUT(ep->ep_addr)) { in usb_handle_ep_buff_done()
462 if (USB_EP_DIR_IS_OUT(ep_addr)) { in usb_handle_buff_done()
A Dusb_hc_rp2040.c159 if (USB_EP_DIR_IS_OUT(ep_addr)) { in usb_buf_ctrl_fill()
/components/drivers/usb/cherryusb/port/fsdev/
A Dusb_dc_fsdev.c170 if (USB_EP_DIR_IS_OUT(ep->bEndpointAddress)) { in usbd_ep_open()
218 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_close()
236 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_set_stall()
248 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_clear_stall()
267 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_is_stalled()
/components/drivers/usb/cherryusb/port/kinetis/
A Dusb_dc_kinetis.c45 if (USB_EP_DIR_IS_OUT(ep)) { in kinetis_start_transfer()
168 if (USB_EP_DIR_IS_OUT(ep->bEndpointAddress)) { in usbd_ep_open()
210 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_close()
242 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_set_stall()
265 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_clear_stall()
/components/drivers/usb/cherryusb/port/template/
A Dusb_dc.c60 if (USB_EP_DIR_IS_OUT(ep->bEndpointAddress)) { in usbd_ep_open()
/components/drivers/usb/cherryusb/port/nrf5x/
A Dusb_dc_nrf5x.c232 else if (USB_EP_DIR_IS_OUT(ep_cfg->bEndpointAddress)) in usbd_ep_open()
291 if (USB_EP_DIR_IS_OUT(ep)) in usbd_ep_close()
307 if (USB_EP_DIR_IS_OUT(ep)) in usbd_ep_close()
527 if (USB_EP_DIR_IS_OUT(ep)) in usbd_ep_clear_stall()
/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_dc_hpm.c178 if (USB_EP_DIR_IS_OUT(ep->bEndpointAddress)) { in usbd_ep_open()
196 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_close()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_dc_musb.c418 if (USB_EP_DIR_IS_OUT(ep->bEndpointAddress)) { in usbd_ep_open()
532 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_set_stall()
560 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_clear_stall()
592 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_is_stalled()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dc_dwc2.c681 if (USB_EP_DIR_IS_OUT(ep->bEndpointAddress)) { in usbd_ep_open()
724 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_close()
772 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_set_stall()
796 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_clear_stall()
816 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_is_stalled()
/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic.c800 if (USB_EP_DIR_IS_OUT(ep->bEndpointAddress)) { in usbd_ep_open()
865 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_close()
999 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_close()
1132 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_set_stall()
1161 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_clear_stall()
1184 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_is_stalled()
/components/drivers/usb/cherryusb/port/bouffalolab/
A Dusb_dc_bl.c672 if (USB_EP_DIR_IS_OUT(ep_addr)) { in usbd_ep_open()
810 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_set_stall()
834 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_clear_stall()
858 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_is_stalled()
/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_dc_chipidea.c540 if (USB_EP_DIR_IS_OUT(ep->bEndpointAddress)) { in usbd_ep_open()
557 if (USB_EP_DIR_IS_OUT(ep)) { in usbd_ep_close()
/components/drivers/usb/cherryusb/common/
A Dusb_def.h219 #define USB_EP_DIR_IS_OUT(ep) (USB_EP_GET_DIR(ep) == USB_EP_DIR_OUT) macro

Completed in 34 milliseconds