Searched refs:UsbnetWriteLog (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/usb/net/include/ |
H A D | usb_net_net.h | 53 void UsbnetWriteLog(char *buff, int size, int tag);
|
H A D | usb_net_host.h | 165 void UsbnetWriteLog(char *buff, int size, int tag);
|
/ohos5.0/drivers/peripheral/usb/net/src/ |
H A D | rndis_rawapi.c | 280 UsbnetWriteLog((char *)buf, CPU_TO_LE32(buf->msgLen), 0); in HostRndisCommand() 295 UsbnetWriteLog((char *)buf, buflen, 0); in HostRndisCommand()
|
H A D | usb_net_host.c | 54 void UsbnetWriteLog(char *buff, int size, int tag) in UsbnetWriteLog() function 260 UsbnetWriteLog((char *)buf, CPU_TO_LE32(bufSize), false); in UsbnetHostSnedbufToUrb()
|