Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/device/liteos/
H A Dprop_test.c39 USB_SERIAL_SET_PROP, enumerator
115 …status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_SET_PROP, g_data, g_… in TestPropSet()
H A Dacm_speed_read.c40 USB_SERIAL_SET_PROP, enumerator
H A Dacm_test.c39 USB_SERIAL_SET_PROP, enumerator
H A Dacm_speed_write.c42 USB_SERIAL_SET_PROP, enumerator
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/lib/src/
H A Dlib_acm_test.c36 USB_SERIAL_SET_PROP, enumerator
167 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_SET_PROP, g_… in acm_prop_write()
/ohos5.0/drivers/peripheral/usb/gadget/function/include/
H A Dcdcacm.h37 USB_SERIAL_SET_PROP, enumerator
/ohos5.0/drivers/peripheral/usb/sample/device/linux/
H A Dprop_test.c107 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_SET_PROP, g_data, g_reply); in TestPropSet()
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c866 case USB_SERIAL_SET_PROP: in AcmSerialCmd()