Home
last modified time | relevance | path

Searched refs:SendBreak (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/usb/gadget/function/include/
H A Dcdcacm.h76 int32_t (*SendBreak)(struct UsbAcmDevice *acm, int32_t duration); member
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.h79 int32_t (*SendBreak)(struct AcmDevice *acm, int32_t duration); member
H A Dusb_device_cdcacm_test.cpp543 static int32_t SendBreak(struct AcmDevice *acm, int32_t duration) in SendBreak() function
562 .SendBreak = SendBreak,
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H A Dusb_device_lite_cdcacm_test.h71 int32_t (*SendBreak)(struct AcmDevice *acm, int32_t duration); member
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c533 static int32_t SendBreak(struct AcmDevice *acm, int32_t duration) in SendBreak() function
552 .SendBreak = SendBreak,
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1333 .SendBreak = AcmSendBreak,

Completed in 7 milliseconds