Searched refs:bRequestType (Results 1 – 19 of 19) sorted by relevance
36 phost->Ctrl.setup.bRequestType = USB_REQ_D2H | USB_REQ_STANDARD | USB_REQ_TO_DEVICE; in USBH_GetDescriptor()59 phost->Ctrl.setup.bRequestType = USB_REQ_D2H | reqType | reqTarget; in USBH_GetDescriptorEx()78 phost->Ctrl.setup.bRequestType = USB_REQ_H2D | USB_REQ_STANDARD | USB_REQ_TO_DEVICE; in USBH_SetAddress()97 phost->Ctrl.setup.bRequestType = USB_REQ_H2D | USB_REQ_STANDARD | USB_REQ_TO_DEVICE; in USBH_SetConfiguration()116 phost->Ctrl.setup.bRequestType = USB_REQ_H2D | USB_REQ_STANDARD | USB_REQ_TO_INTERFACE; in USBH_SetInterface()135 phost->Ctrl.setup.bRequestType = USB_REQ_H2D | USB_REQ_STANDARD | USB_REQ_TO_ENDPOINT; in USBH_ClrFeature()
396 if(phost->Ctrl.setup.bRequestType & USB_EP_IN) in USBH_HandleControl()407 if(phost->Ctrl.setup.bRequestType & USB_EP_IN) in USBH_HandleControl()
47 phost->Ctrl.setup.bRequestType = USB_REQ_D2H | USB_REQ_CLASS | USB_REQ_TO_INTERFACE; in USBH_CDC_GetLineCoding()66 phost->Ctrl.setup.bRequestType = USB_REQ_H2D | USB_REQ_CLASS | USB_REQ_TO_INTERFACE; in USBH_CDC_SetLineCoding()85 phost->Ctrl.setup.bRequestType = USB_REQ_H2D | USB_REQ_CLASS | USB_REQ_TO_INTERFACE; in USBH_CDC_SetControlLine()
245 phost->Ctrl.setup.bRequestType = USB_REQ_H2D | USB_REQ_CLASS | USB_REQ_TO_INTERFACE; in USBH_Set_Idle()266 phost->Ctrl.setup.bRequestType = USB_REQ_H2D | USB_REQ_CLASS | USB_REQ_TO_INTERFACE; in USBH_Set_Report()286 phost->Ctrl.setup.bRequestType = USB_REQ_H2D | USB_REQ_CLASS | USB_REQ_TO_INTERFACE; in USBH_Set_Protocol()
363 if(pSetupReq->bRequestType & USB_REQ_TYP_IN) in AnalyzeRootHub()753 pSetupReq->bRequestType = HUB_GET_PORT_STATUS; in HubGetPortStatus()783 pSetupReq->bRequestType = HUB_SET_PORT_FEATURE; in HubSetPortFeature()803 pSetupReq->bRequestType = HUB_CLEAR_PORT_FEATURE; in HubClearPortFeature()
473 switch (crq->bRequestType & USB_RECIP_MASK) { in crq_get_status()710 crq->bRequest, crq->bRequestType, crq->wValue, in udc_handle_ep0_idle()713 g_udc.req_std = ((crq->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD); in udc_handle_ep0_idle()718 if (crq->bRequestType != USB_DIR_IN) { in udc_handle_ep0_idle()799 if (crq->bRequestType == USB_RECIP_DEVICE) { in udc_handle_ep0_idle()821 if (crq->bRequestType & (1 << 7)) { in udc_handle_ep0_idle()831 if (crq->bRequestType == USB_RECIP_DEVICE) { in udc_handle_ep0_idle()842 } else if (crq->bRequestType == USB_RECIP_INTERFACE) { in udc_handle_ep0_idle()844 } else if (crq->bRequestType == USB_RECIP_ENDPOINT) { in udc_handle_ep0_idle()859 crq->bRequestType); in udc_handle_ep0_idle()
193 switch(pUSB_Setup->bRequestType & 0x60) in USBD_ProcessSetupPacket()229 if(pSetup->bRequestType & 0x80) // Device to host in USBD_StandardRequest()
8 uint8_t bRequestType; member
257 phost->Ctrl.setup.bRequestType = USB_REQ_D2H | USB_REQ_CLASS | USB_REQ_TO_INTERFACE; in USBH_MSC_getMaxLUN()
157 if (crq->bRequestType != in usb_msg_class_request_handler()
205 uint8_t bRequestType; member
433 typeReq = (cmd->bRequestType << 8) | cmd->bRequest; in rh_call_control()
82 dr->bRequestType = requesttype; in usb_control_msg()
532 UINT8 bRequestType; member
524 UINT8 bRequestType; member
263 mscDev->CtrlReq->bRequestType = RequestType; // 请求方向(读/写)和请求类型 in mscSendCtrlReq()
456 if ( pSetupReq -> bRequestType & USB_REQ_TYP_IN ) in AnalyzeRootHub()
1811 UINT8 bRequestType; member
Completed in 45 milliseconds