Searched defs:ports_device (Results 1 – 1 of 1) sorted by relevance
118 struct ports_device { struct120 struct list_head list;126 struct work_struct control_work;128 struct list_head ports;131 spinlock_t ports_lock;134 spinlock_t cvq_lock;137 struct virtio_console_config config;140 struct virtio_device *vdev;164 /* Next port in the list, head is in the ports_device */ argument