Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dvcc.c27 struct vcc_port { struct
28 struct vio_driver_state vio;
30 spinlock_t lock;
31 char *domain;
32 struct tty_struct *tty; /* only populated while dev is open */
33 unsigned long index; /* index into the vcc_table */
35 u64 refcnt;
36 bool excl_locked;
38 bool removed;
65 static struct vcc_port *vcc_table[VCC_MAX_PORTS]; argument