Home
last modified time | relevance | path

Searched refs:Serial (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.h58 struct Serial { struct
109 struct Serial *port;
H A Dusb_device_cdcacm_test.cpp219 [0].s = "CDC Abstract Control Model (ACM)", [1].s = "CDC ACM Data", [2].s = "CDC Serial", {} /* end of list */
321 static struct Serial *SerialAlloc(void) in SerialAlloc()
323 struct Serial *port = nullptr; in SerialAlloc()
324 port = static_cast<struct Serial *>(OsalMemCalloc(sizeof(*port))); in SerialAlloc()
567 struct Serial *port = acm->port; in Enable()
644 struct Serial *port = acm->port; in Suspend()
653 struct Serial *port = acm->port; in Resume()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c211 [0].s = "CDC Abstract Control Model (ACM)", [1].s = "CDC ACM Data", [2].s = "CDC Serial", {} /* end of list */
309 static struct Serial *SerialAlloc(void) in SerialAlloc()
311 struct Serial *port = NULL; in SerialAlloc()
312 port = (struct Serial *)OsalMemCalloc(sizeof(*port)); in SerialAlloc()
557 struct Serial *port = acm->port; in Enable()
637 struct Serial *port = acm->port; in Suspend()
646 struct Serial *port = acm->port; in Resume()
707 acmDevice->port = (struct Serial *)SerialAlloc(); in SetUpAcmDevice()
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H A Dusb_device_lite_cdcacm_test.h51 struct Serial { struct
103 struct Serial *port;

Completed in 5 milliseconds