Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/fwserial/
Dfwserial.h238 struct fwtty_port { struct
239 struct tty_port port;
240 struct device *device;
241 unsigned int index;
242 struct fw_serial *serial;
243 struct fw_address_handler rx_handler;
245 struct fwconsole_ops *fwcon_ops;
246 void *con_data;
248 wait_queue_head_t wait_tx;
249 struct delayed_work emit_breaks;
[all …]