Home
last modified time | relevance | path

Searched refs:USB_DDK_CDC_NOTIFY_SERIAL_STATE (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h430 #define USB_DDK_CDC_NOTIFY_SERIAL_STATE 0x20 macro
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp483 ret = SendNotifyRequest(acm, USB_DDK_CDC_NOTIFY_SERIAL_STATE, 0, &serialState, sizeof(acm->serialState)); in NotifySerialState()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c473 ret = SendNotifyRequest(acm, USB_DDK_CDC_NOTIFY_SERIAL_STATE, 0, &serialState, sizeof(acm->serialState)); in NotifySerialState()
/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c390 case USB_DDK_CDC_NOTIFY_SERIAL_STATE: in UsbnetHostProcessNotification()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c1028 case USB_DDK_CDC_NOTIFY_SERIAL_STATE: in AcmProcessNotification()
H A Dusb_serial.c1260 case USB_DDK_CDC_NOTIFY_SERIAL_STATE: in AcmProcessNotification()
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1283 ret = AcmSendNotifyRequest(acm, USB_DDK_CDC_NOTIFY_SERIAL_STATE, 0, &serialState, sizeof(acm->serialState)); in AcmNotifySerialState()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.cpp122 case USB_DDK_CDC_NOTIFY_SERIAL_STATE: in AcmProcessNotification()
H A Dusb_raw_sdk_if_test.cpp222 case USB_DDK_CDC_NOTIFY_SERIAL_STATE: in AcmProcessNotification()

Completed in 17 milliseconds