Searched refs:USB_DDK_CDC_NOTIFY_SERIAL_STATE (Results 1 - 9 of 9) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 430 #define USB_DDK_CDC_NOTIFY_SERIAL_STATE 0x20
macro
|
/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 483 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 D | usb_device_lite_cdcacm_test.c | 473 ret = SendNotifyRequest(acm, USB_DDK_CDC_NOTIFY_SERIAL_STATE, 0, &serialState, sizeof(acm->serialState)); in NotifySerialState()
|
/drivers/peripheral/usb/net/src/ |
H A D | usb_net_host.c | 390 case USB_DDK_CDC_NOTIFY_SERIAL_STATE: in UsbnetHostProcessNotification()
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial_rawapi.c | 1028 case USB_DDK_CDC_NOTIFY_SERIAL_STATE: in AcmProcessNotification()
|
H A D | usb_serial.c | 1260 case USB_DDK_CDC_NOTIFY_SERIAL_STATE: in AcmProcessNotification()
|
/drivers/peripheral/usb/gadget/function/acm/ |
H A D | cdcacm.c | 1283 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 D | usb_host_sdk_if_test.cpp | 122 case USB_DDK_CDC_NOTIFY_SERIAL_STATE: in AcmProcessNotification()
|
H A D | usb_raw_sdk_if_test.cpp | 222 case USB_DDK_CDC_NOTIFY_SERIAL_STATE: in AcmProcessNotification()
|
Completed in 17 milliseconds