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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dn_hdlc.c123 typedef ssize_t rw_ret_t; typedef
196 static rw_ret_t n_hdlc_tty_read(struct tty_struct *,
198 static rw_ret_t n_hdlc_tty_write(struct tty_struct *,
592 static rw_ret_t n_hdlc_tty_read (struct tty_struct *tty,
597 rw_ret_t ret;
639 ret = (rw_ret_t)-EOVERFLOW;
644 ret = (rw_ret_t)error;
646 ret = (rw_ret_t)rbuf->count;
672 static rw_ret_t n_hdlc_tty_write (struct tty_struct *tty, struct file *file,

Completed in 30 milliseconds