Home
last modified time | relevance | path

Searched defs:usb_setup_req (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/
H A Dusbd_def.h148 typedef struct usb_setup_req struct
151 uint8_t bmRequest;
152 uint8_t bRequest;
153 uint16_t wValue;
154 uint16_t wIndex;
155 uint16_t wLength;
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/
H A Dusbd_def.h148 typedef struct usb_setup_req struct
151 uint8_t bmRequest;
152 uint8_t bRequest;
153 uint16_t wValue;
154 uint16_t wIndex;
155 uint16_t wLength;
/aosp_15_r20/external/arm-trusted-firmware/include/drivers/
H A Dusb_device.h106 struct usb_setup_req { struct
120 uint8_t (*setup)(struct usb_handle *pdev, struct usb_setup_req *req); argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/
Dusb_device.h107 struct usb_setup_req { struct
121 uint8_t (*setup)(struct usb_handle *pdev, struct usb_setup_req *req); argument