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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Ddtlk.c117 static char dtlk_write_bytes(const char *buf, int n);
356 dtlk_write_bytes("goodbye", 8);
420 dtlk_write_bytes("\036\1@\0\0012I\r", 8);
445 dtlk_write_bytes("\0012I\r", 4);
485 dtlk_write_bytes("Double Talk found", 18);
513 dtlk_write_bytes("\030\001?", 3);
616 static char dtlk_write_bytes(const char *buf, int n) function
619 /* printk("dtlk_write_bytes(\"%-*s\", %d)\n", n, buf, n); */
620 TRACE_TEXT("(dtlk_write_bytes");

Completed in 55 milliseconds