Searched refs:USB_DDK_ENDPOINT_DIR_MASK (Results 1 – 11 of 11) sorted by relevance
367 #define USB_DDK_ENDPOINT_DIR_MASK 0x80 macro550 return ((ep & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN); in UsbEndpointDirIn()563 return ((ep & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_OUT); in UsbEndpointDirOut()
107 pipe->info.pipeDirection = ep->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK; in UsbPipeInit()
676 if ((requestData->requestType & USB_DDK_ENDPOINT_DIR_MASK) == USB_PIPE_DIRECTION_IN) { in ControlRequestCompletion()1125 if ((requestData->requestType & USB_DDK_ENDPOINT_DIR_MASK) == USB_PIPE_DIRECTION_OUT) { in RawSendControlRequest()
235 …if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN)… in UsbSpeedGetBulkEndpoint()
230 …if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN)… in UsbGetBulkEndpoint()
30 #define USB_DDK_ENDPOINT_DIR_MASK 0x80 macro48 return (((epDesc.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) && in IsInterruptInEndpoint()
60 …if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN)… in UsbGetBulkEndpoint()
290 & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in AcmParaseInterfaceClass()
289 & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN) { in UsbParseConfigDescriptor()
339 …if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN)… in UsbParseConfigDescriptor()
178 …if ((endPoint->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_DIR_MASK) == USB_DDK_DIR_IN)… in UsbGetBulkEndpoint()