Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/char/
Dhwc_tty.c112 hwc_write (0, hwc_tty_data.buf, hwc_tty_data.buf_count); in hwc_tty_write()
115 retval = hwc_write (from_user, buf, count); in hwc_tty_write()
127 hwc_write (0, hwc_tty_data.buf, hwc_tty_data.buf_count); in hwc_tty_put_char()
141 hwc_write (0, hwc_tty_data.buf, hwc_tty_data.buf_count); in hwc_tty_flush_chars()
Dhwc_con.c56 hwc_write (0, message, count); in hwc_console_write()
Dhwc_rw.h108 extern int hwc_write (int from_user, const unsigned char *, unsigned int);
Dhwc_rw.c1105 hwc_write (int from_user, const unsigned char *msg, unsigned int count) in hwc_write() function