Searched refs:hexdump (Results 1 - 5 of 5) sorted by relevance

/broadcom-cfe-1.4.2/cfe/usb/
H A Ddev_usb_rtek.c77 static void hexdump( unsigned char *src, int srclen, int rowlen, int rows ) function
94 #define hexdump(src,srclen,rowlen,rows) ((void)0) macro
248 hexdump( rxbuf, len, 16, len / 16 + 1 );
279 hexdump( txbuf, txlen, 16, txlen / 16 + 1 );
H A Ddev_usb_klsi.c78 static void hexdump( unsigned char *src, int srclen, int rowlen, int rows ) function
95 #define hexdump(src,srclen,rowlen,rows) ((void)0) macro
265 hexdump( rxbuf, len, 16, len / 16 + 1 );
297 hexdump( txbuf, txlen, 16, txlen / 16 + 1 );
H A Ddev_usb_catc.c77 static void hexdump( unsigned char *src, int srclen, int rowlen, int rows ) function
94 #define hexdump(src,srclen,rowlen,rows) ((void)0) macro
254 hexdump( rxbuf, len, 16, len / 16 + 1 );
281 hexdump( txbuf, txlen, 16, txlen / 16 + 1 );
H A Ddev_usb_pegasus.c77 static void hexdump( unsigned char * src, int srclen, int rowlen, int rows ) function
94 #define hexdump(src,srclen,rowlen,rows) ((void)0) macro
310 hexdump( rxbuf, len, 16, len / 16 + 1 );
337 hexdump( txbuf, txlen, 16, txlen / 16 + 1 );
H A Ddev_usb_asix.c95 static void hexdump( unsigned char *src, int srclen, int rowlen, int rows ) function
112 #define hexdump(src,srclen,rowlen,rows) ((void)0) macro

Completed in 77 milliseconds