Home
last modified time | relevance | path

Searched refs:USB_SERIAL_GET_PROP (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/device/liteos/
H A Dprop_test.c40 USB_SERIAL_GET_PROP, enumerator
88 …status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_GET_PROP, g_data, g_… in TestPropGet()
H A Dacm_speed_read.c41 USB_SERIAL_GET_PROP, enumerator
H A Dacm_test.c40 USB_SERIAL_GET_PROP, enumerator
H A Dacm_speed_write.c43 USB_SERIAL_GET_PROP, enumerator
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/lib/src/
H A Dlib_acm_test.c37 USB_SERIAL_GET_PROP, enumerator
184 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_GET_PROP, g_… in acm_prop_read()
/ohos5.0/drivers/peripheral/usb/gadget/function/include/
H A Dcdcacm.h38 USB_SERIAL_GET_PROP, enumerator
/ohos5.0/drivers/peripheral/usb/sample/device/linux/
H A Dprop_test.c80 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_GET_PROP, g_data, g_reply); in TestPropGet()
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c868 case USB_SERIAL_GET_PROP: in AcmSerialCmd()