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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Ddtlk.c115 static char dtlk_write_bytes(const char *buf, int n);
351 dtlk_write_bytes("goodbye", 8);
415 dtlk_write_bytes("\036\1@\0\0012I\r", 8);
440 dtlk_write_bytes("\0012I\r", 4);
480 dtlk_write_bytes("Double Talk found", 18);
508 dtlk_write_bytes("\030\001?", 3);
611 static char dtlk_write_bytes(const char *buf, int n) function
614 /* printk("dtlk_write_bytes(\"%-*s\", %d)\n", n, buf, n); */
615 TRACE_TEXT("(dtlk_write_bytes");

Completed in 38 milliseconds