Home
last modified time | relevance | path

Searched refs:USB_MTP_REQ_GET_DEVICE_STATUS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h76 #define USB_MTP_REQ_GET_DEVICE_STATUS 0x67 macro
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp506 …} else if (setup->request == USB_MTP_REQ_GET_DEVICE_STATUS && setup->index == 0 && setup->value ==… in UsbMtpDeviceClassRequest()