Searched defs:vcc_port (Results 1 – 1 of 1) sorted by relevance
22 struct vcc_port { struct23 struct vio_driver_state vio;25 spinlock_t lock;26 char *domain;27 struct tty_struct *tty; /* only populated while dev is open */28 unsigned long index; /* index into the vcc_table */30 u64 refcnt;31 bool excl_locked;33 bool removed;58 static struct vcc_port *vcc_table[VCC_MAX_PORTS]; argument