Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Ddtlk.c120 static char dtlk_write_bytes(const char *buf, int n);
357 dtlk_write_bytes("goodbye", 8); in dtlk_cleanup()
425 dtlk_write_bytes("\036\1@\0\0012I\r", 8); in dtlk_dev_probe()
450 dtlk_write_bytes("\0012I\r", 4); in dtlk_dev_probe()
490 dtlk_write_bytes("Double Talk found", 18); in dtlk_dev_probe()
518 dtlk_write_bytes("\030\001?", 3); in dtlk_interrogate()
621 static char dtlk_write_bytes(const char *buf, int n) in dtlk_write_bytes() function