Home
last modified time | relevance | path

Searched defs:fwtty_port (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.h237 struct fwtty_port { struct
238 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 …]