Lines Matching refs:handler
128 struct ttydevice *dev = device2tty(p->handler); in tty_Timeout()
191 struct ttydevice *dev = device2tty(p->handler); in tty_StartTimer()
206 struct ttydevice *dev = device2tty(p->handler); in tty_AwaitCarrier()
237 struct ttydevice *dev = device2tty(p->handler); in tty_SetAsyncParams()
263 struct ttydevice *dev = device2tty(p->handler); in LoadLineDiscipline()
391 struct ttydevice *dev = device2tty(p->handler); in UnloadLineDiscipline()
417 struct ttydevice *dev = device2tty(p->handler); in tty_Write()
428 struct ttydevice *dev = device2tty(p->handler); in tty_Read()
442 struct ttydevice *dev = device2tty(p->handler); in tty_Raw()
484 struct ttydevice *dev = device2tty(p->handler); in tty_Offline()
503 struct ttydevice *dev = device2tty(p->handler); in tty_Cooked()
525 struct ttydevice *dev = device2tty(p->handler); in tty_StopTimer()
533 struct ttydevice *dev = device2tty(p->handler); in tty_Free()
553 struct ttydevice *dev = device2tty(p->handler); in tty_OpenInfo()
659 p->handler = &dev->dev; /* For the benefit of StartTimer */ in tty_iov2device()