Lines Matching defs:tp
84 static int ptsdev_read(struct lwp_tty *tp, struct uio *uio, in ptsdev_read()
163 static int ptsdev_write(struct lwp_tty *tp, struct uio *uio, in ptsdev_write()
242 static int ptsdev_ioctl(struct lwp_tty *tp, rt_ubase_t cmd, void *data, in ptsdev_ioctl()
378 static int ptsdev_poll(struct lwp_tty *tp, struct rt_pollreq *req, in ptsdev_poll()
439 struct lwp_tty *tp = fp->f_data; in pts_kqops_read_detach() local
448 struct lwp_tty *tp = fp->f_data; in pts_kqops_read_event() local
466 struct lwp_tty *tp = fp->f_data; in pts_kqops_write_detach() local
475 struct lwp_tty *tp = fp->f_data; in pts_kqops_write_event() local
503 struct lwp_tty *tp = fp->f_data; in ptsdev_kqfilter() local
533 struct lwp_tty *tp = fp->f_data; in ptsdev_stat() local
567 static int ptsdev_close(struct lwp_tty *tp, struct rt_thread *td) in ptsdev_close()
593 struct lwp_tty *tp; in ptsdev_fill_kinfo() local
625 static void ptsdrv_outwakeup(struct lwp_tty *tp) in ptsdrv_outwakeup()
633 static void ptsdrv_inwakeup(struct lwp_tty *tp) in ptsdrv_inwakeup()
641 static int ptsdrv_open(struct lwp_tty *tp) in ptsdrv_open()
654 static void ptsdrv_close(struct lwp_tty *tp) in ptsdrv_close()
664 static void ptsdrv_pktnotify(struct lwp_tty *tp, char event) in ptsdrv_pktnotify()
733 struct lwp_tty *tp; in pts_alloc() local