Home
last modified time | relevance | path

Searched refs:bRequestType (Results 1 – 19 of 19) sorted by relevance

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/
A Dusbh_stdreq.c36 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()
A Dusbh_core.c396 if(phost->Ctrl.setup.bRequestType & USB_EP_IN) in USBH_HandleControl()
407 if(phost->Ctrl.setup.bRequestType & USB_EP_IN) in USBH_HandleControl()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_funct.c47 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()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.c245 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()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_usb_host.c363 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()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/udc/
A Dhal_udc.c473 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()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_usbd.c193 switch(pUSB_Setup->bRequestType & 0x60) in USBD_ProcessSetupPacket()
229 if(pSetup->bRequestType & 0x80) // Device to host in USBD_StandardRequest()
A DSWM341_usb.h8 uint8_t bRequestType; member
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_core.c257 phost->Ctrl.setup.bRequestType = USB_REQ_D2H | USB_REQ_CLASS | USB_REQ_TO_INTERFACE; in USBH_MSC_getMaxLUN()
/bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/
A Dusb_msg.c157 if (crq->bRequestType != in usb_msg_class_request_handler()
/bsp/allwinner/libraries/sunxi-hal/include/hal/usb/
A Dch9.h205 uint8_t bRequestType; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dch9.h205 uint8_t bRequestType; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hcd_rh.c433 typeReq = (cmd->bRequestType << 8) | cmd->bRequest; in rh_call_control()
A Dusb_msg.c82 dr->bRequestType = requesttype; in usb_control_msg()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usb.h532 UINT8 bRequestType; member
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_usb.h524 UINT8 bRequestType; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/
A DmscTransport.c263 mscDev->CtrlReq->bRequestType = RequestType; // 请求方向(读/写)和请求类型 in mscSendCtrlReq()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_usb.c456 if ( pSetupReq -> bRequestType & USB_REQ_TYP_IN ) in AnalyzeRootHub()
/bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/
A DCH579SFR.h1811 UINT8 bRequestType; member

Completed in 45 milliseconds