Searched defs:fwtty_port (Results 1 – 1 of 1) sorted by relevance
237 struct fwtty_port { struct238 struct tty_port port;239 struct device *device;240 unsigned index;241 struct fw_serial *serial;242 struct fw_address_handler rx_handler;244 struct fwconsole_ops *fwcon_ops;245 void *con_data;247 wait_queue_head_t wait_tx;248 struct delayed_work emit_breaks;[all …]