Home
last modified time | relevance | path

Searched refs:UsbnetWriteLog (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/usb/net/include/
H A Dusb_net_net.h53 void UsbnetWriteLog(char *buff, int size, int tag);
H A Dusb_net_host.h165 void UsbnetWriteLog(char *buff, int size, int tag);
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c280 UsbnetWriteLog((char *)buf, CPU_TO_LE32(buf->msgLen), 0); in HostRndisCommand()
295 UsbnetWriteLog((char *)buf, buflen, 0); in HostRndisCommand()
H A Dusb_net_host.c54 void UsbnetWriteLog(char *buff, int size, int tag) in UsbnetWriteLog() function
260 UsbnetWriteLog((char *)buf, CPU_TO_LE32(bufSize), false); in UsbnetHostSnedbufToUrb()