Home
last modified time | relevance | path

Searched refs:bmRequestType (Results 1 – 7 of 7) sorted by relevance

/drivers/external_device_manager/interfaces/ddk/usb/
Dusb_ddk_types.h53 uint8_t bmRequestType; member
/drivers/interface/usb/ddk/v1_0/
DUsbDdkTypes.idl41 /** Request type, corresponding to bmRequestType in the USB protocol. */
/drivers/peripheral/usb/interfaces/ddk/common/
Dusb_ddk.h307 uint8_t bmRequestType; member
/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_cdcacm_test.cpp461 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE; in SendNotifyRequest()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_cdcacm_test.c448 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE; in SendNotifyRequest()
/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c477 event->bmRequestType = 0xA1; in EcmDoNotify()
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c1251 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE; in AcmSendNotifyRequest()