Searched defs:fwtty_port (Results 1 – 1 of 1) sorted by relevance
238 struct fwtty_port { struct239 struct tty_port port;240 struct device *device;241 unsigned int index;242 struct fw_serial *serial;245 struct fwconsole_ops *fwcon_ops;246 void *con_data;248 wait_queue_head_t wait_tx;250 unsigned int cps;251 unsigned long break_last;[all …]
Completed in 7 milliseconds