Lines Matching refs:lwp_tty
62 tp = rt_container_of(device, struct lwp_tty, parent); in tty_fops_open()
92 tp = rt_container_of(device, struct lwp_tty, parent); in tty_fops_close()
113 tp = rt_container_of(device, struct lwp_tty, parent); in tty_fops_ioctl()
132 struct lwp_tty *tp; in tty_fops_read()
139 tp = rt_container_of(device, struct lwp_tty, parent); in tty_fops_read()
183 struct lwp_tty *tp; in tty_fops_write()
190 tp = rt_container_of(device, struct lwp_tty, parent); in tty_fops_write()
248 struct lwp_tty *tp; in tty_fops_poll()
253 tp = rt_container_of(device, struct lwp_tty, parent); in tty_fops_poll()
363 tp = rt_calloc(1, sizeof(struct lwp_tty) in lwp_tty_create_ext()
452 void tty_info(struct lwp_tty *tp) in tty_info()