Home
last modified time | relevance | path

Searched defs:un_t (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_driver.h267 struct un_t { struct
270 ulong un_time; argument
271 uint un_type; argument
273 struct tty_struct *un_tty;/* Pointer to unit tty structure */ argument
274 uint un_flags; /* Unit flags */
275 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */
276 uint un_dev; /* Minor device number */
277 struct device *un_sysfs;
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h624 struct un_t { struct
627 u32 un_time; argument
628 u32 un_type; argument
630 struct tty_struct *un_tty;/* Pointer to unit tty structure */ argument
631 u32 un_flags; /* Unit flags */
632 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */
633 u32 un_dev; /* Minor device number */
634 tcflag_t un_oflag; /* oflags being done on board */
635 tcflag_t un_lflag; /* lflags being done on board */
636 struct device *un_sysfs;