Home
last modified time | relevance | path

Searched refs:writeBusy (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/usb/gadget/function/include/
H A Dcdcecm.h56 bool writeBusy; member
H A Dcdcacm.h66 bool writeBusy; member
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.h69 bool writeBusy; member
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H A Dusb_device_lite_cdcacm_test.h62 bool writeBusy; member
/ohos5.0/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c59 while (!port->writeBusy && !DListIsEmpty(pool)) { in UsbEcmStartTx()
74 port->writeBusy = true; in UsbEcmStartTx()
76 port->writeBusy = false; in UsbEcmStartTx()
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h112 bool writeBusy; member
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c59 while (!port->writeBusy && !DListIsEmpty(pool)) { in UsbSerialStartTx()
75 port->writeBusy = true; in UsbSerialStartTx()
77 port->writeBusy = false; in UsbSerialStartTx()