Searched refs:serialState (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 478 uint16_t serialState; in NotifySerialState() local 482 serialState = CPU_TO_LE16(acm->serialState); in NotifySerialState() 483 ret = SendNotifyRequest(acm, USB_DDK_CDC_NOTIFY_SERIAL_STATE, 0, &serialState, sizeof(acm->serialState)); in NotifySerialState() 530 acm->serialState |= SERIAL_STATE_DSR | SERIAL_STATE_DCD; in Connect() 539 acm->serialState &= ~(SERIAL_STATE_DSR | SERIAL_STATE_DCD); in Disconnect() 550 state = acm->serialState; in SendBreak() 555 acm->serialState = state; in SendBreak()
|
H A D | usb_device_cdcacm_test.h | 111 uint16_t serialState; member
|
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | usb_device_lite_cdcacm_test.c | 468 uint16_t serialState; in NotifySerialState() local 472 serialState = CPU_TO_LE16(acm->serialState); in NotifySerialState() 473 ret = SendNotifyRequest(acm, USB_DDK_CDC_NOTIFY_SERIAL_STATE, 0, &serialState, sizeof(acm->serialState)); in NotifySerialState() 520 acm->serialState |= SERIAL_STATE_DSR | SERIAL_STATE_DCD; in Connect() 529 acm->serialState &= ~(SERIAL_STATE_DSR | SERIAL_STATE_DCD); in Disconnect() 540 state = acm->serialState; in SendBreak() 545 acm->serialState = state; in SendBreak()
|
/drivers/peripheral/usb/gadget/function/include/ |
H A D | cdcacm.h | 110 uint16_t serialState; member
|
/drivers/peripheral/usb/gadget/function/acm/ |
H A D | cdcacm.c | 1278 uint16_t serialState; in AcmNotifySerialState() local 1281 HDF_LOGI("acm serial state %{public}04x", acm->serialState); in AcmNotifySerialState() 1282 serialState = CPU_TO_LE16(acm->serialState); in AcmNotifySerialState() 1283 ret = AcmSendNotifyRequest(acm, USB_DDK_CDC_NOTIFY_SERIAL_STATE, 0, &serialState, sizeof(acm->serialState)); in AcmNotifySerialState() 1297 acm->serialState |= SERIAL_STATE_DSR | SERIAL_STATE_DCD; in AcmConnect() 1307 acm->serialState &= ~(SERIAL_STATE_DSR | SERIAL_STATE_DCD); in AcmDisconnect() 1320 state = acm->serialState; in AcmSendBreak() 1326 acm->serialState in AcmSendBreak() [all...] |
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/ |
H A D | usb_device_lite_cdcacm_test.h | 105 uint16_t serialState; member
|
Completed in 6 milliseconds