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

/linux-4.1.27/drivers/char/
H A Ddtlk.c119 static char dtlk_write_bytes(const char *buf, int n);
357 dtlk_write_bytes("goodbye", 8); dtlk_cleanup()
425 dtlk_write_bytes("\036\1@\0\0012I\r", 8); dtlk_dev_probe()
450 dtlk_write_bytes("\0012I\r", 4); dtlk_dev_probe()
490 dtlk_write_bytes("Double Talk found", 18); dtlk_dev_probe()
518 dtlk_write_bytes("\030\001?", 3); dtlk_interrogate()
621 static char dtlk_write_bytes(const char *buf, int n) dtlk_write_bytes() function
624 /* printk("dtlk_write_bytes(\"%-*s\", %d)\n", n, buf, n); */ dtlk_write_bytes()
625 TRACE_TEXT("(dtlk_write_bytes"); dtlk_write_bytes()

Completed in 89 milliseconds