Searched defs:ports_device (Results 1 – 1 of 1) sorted by relevance
136 struct ports_device { struct138 struct list_head list;144 struct work_struct control_work;145 struct work_struct config_work;147 struct list_head ports;150 spinlock_t ports_lock;153 spinlock_t c_ivq_lock;154 spinlock_t c_ovq_lock;157 struct virtio_console_config config;181 /* Next port in the list, head is in the ports_device */ argument