Home
last modified time | relevance | path

Searched refs:READ_BUF_SIZE (Results 1 - 20 of 20) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkapi_speed.h44 #define READ_BUF_SIZE 8192 macro
H A Dusbhost_sdkraw_speed.h42 #define READ_BUF_SIZE 8192 macro
/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkapi_speed.h44 #define READ_BUF_SIZE 8192 macro
H A Dusbhost_nosdk_speed.h45 #define READ_BUF_SIZE 8192 macro
H A Dusbhost_sdkraw_speed.h42 #define READ_BUF_SIZE 8192 macro
/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h28 #define READ_BUF_SIZE 8192 macro
H A Dusb_serial.h30 #define READ_BUF_SIZE 8192 macro
/drivers/peripheral/usb/net/include/
H A Dcdc_ether.h32 #define READ_BUF_SIZE 8192 macro
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h49 #define READ_BUF_SIZE 8192 macro
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_test.h126 #define READ_BUF_SIZE 8192 macro
H A Dusb_raw_test.h167 #define READ_BUF_SIZE 8192 macro
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_dispatcher.h25 #define READ_BUF_SIZE 8192 macro
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1477 uint8_t tbuf[READ_BUF_SIZE] = {0}; in BulkTransferRead()
1478 uint32_t tsize = READ_BUF_SIZE; in BulkTransferRead()
1706 uint8_t tbuf[READ_BUF_SIZE] = {0}; in InterruptTransferRead()
1707 uint32_t tsize = READ_BUF_SIZE; in InterruptTransferRead()
1762 uint8_t tbuf[READ_BUF_SIZE] = {0}; in IsoTransferRead()
1763 uint32_t tsize = READ_BUF_SIZE; in IsoTransferRead()
H A Dusbd_dispatcher.cpp906 ret = UsbdAllocFifo(&port->readFifo, READ_BUF_SIZE); in FunAttachDevice()
/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c35 #define READ_BUF_SIZE 8192 macro
311 ret = UsbEcmAllocFifo(&port->readFifo, READ_BUF_SIZE); in UsbEcmOpen()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c588 ret = memset_s(g_acmReadBuffer, READ_BUF_SIZE, 0, READ_BUF_SIZE); in UsbSerialRead()
909 g_acmReadBuffer = (uint8_t *)OsalMemCalloc(READ_BUF_SIZE); in SerialOpen()
916 int32_t ret = UsbSerialAllocFifo((struct DataFifo *)&port->readFifo, READ_BUF_SIZE); in SerialOpen()
H A Dusb_serial_rawapi.c667 ret = UsbSerialAllocFifo(&port->readFifo, READ_BUF_SIZE); in SerialOpen()
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c36 #define READ_BUF_SIZE 8192 macro
445 ret = UsbSerialAllocFifo(&port->readFifo, READ_BUF_SIZE); in UsbSerialOpen()
/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c791 ret = UsbnetHostAllocFifo(&usbNet->readFifo, READ_BUF_SIZE); in UsbnetHostAllocRequests()
H A Dcdc_ether.c350 ret = EcmAllocFifo(&ecm->readFifo, READ_BUF_SIZE); in EcmOpen()

Completed in 22 milliseconds