Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/
Dvcc.c21 struct vcc_port { struct
22 struct vio_driver_state vio;
24 spinlock_t lock;
25 char *domain;
26 struct tty_struct *tty; /* only populated while dev is open */
27 unsigned long index; /* index into the vcc_table */
29 u64 refcnt;
30 bool excl_locked;
32 bool removed;
57 static struct vcc_port *vcc_table[VCC_MAX_PORTS]; argument