Searched defs:vcc_port (Results 1 – 1 of 1) sorted by relevance
27 struct vcc_port { struct28 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