Searched defs:vcc_port (Results 1 – 1 of 1) sorted by relevance
28 struct vcc_port { struct29 struct vio_driver_state vio;31 spinlock_t lock;32 char *domain;33 struct tty_struct *tty; /* only populated while dev is open */34 unsigned long index; /* index into the vcc_table */36 u64 refcnt;37 bool excl_locked;39 bool removed;66 static struct vcc_port *vcc_table[VCC_MAX_PORTS]; argument