Searched refs:USB_EP_DIR_IN (Results 1 – 9 of 9) sorted by relevance
66 #define USB_EP_DIR_IN 0x80 macro1252 } else if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_enable_callback()1262 } else if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_enable_callback()1274 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_enable_callback()1313 } else if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_disable_callback()1335 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_disable_callback()1504 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_is_configured()1525 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_abort_job()1548 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_is_halted()1566 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_set_halt()[all …]
322 return &udd_ep_job[(2 * (ep & USB_EP_ADDR_MASK) + ((ep & USB_EP_DIR_IN) ? 1 : 0)) - 2]; in udd_ep_get_job()446 if (ep & USB_EP_DIR_IN) { in udd_ep_transfer_process()633 usb_device_endpoint_set_halt(&usb_device, USB_EP_DIR_IN); in udd_ctrl_stall_data()670 if (ep & USB_EP_DIR_IN) { in udd_ep_run()980 if(ep_callback_para->endpoint_address & USB_EP_DIR_IN) { in _usb_ep0_on_tansfer_fail()
1296 if (!(cfg.endpoint_address & USB_EP_DIR_IN)) { in _uhd_pipe_trans_complete()
104 if (ep_desc.bEndpointAddress & USB_EP_DIR_IN) { in cdcdf_acm_enable()261 if (req->bmRequestType & USB_EP_DIR_IN) { in cdcdf_acm_req()
79 #define USB_EP_DIR_IN USBD_EP_DIR_IN macro
312 #define USB_EP_DIR_IN 0x80 macro
Completed in 26 milliseconds