Searched refs:fwcon_ops (Results 1 – 2 of 2) sorted by relevance
244 struct fwconsole_ops *fwcon_ops; member348 struct fwconsole_ops *fwcon_ops, in fwtty_bind_console() argument352 port->fwcon_ops = fwcon_ops; in fwtty_bind_console()
1409 (*port->fwcon_ops->stats)(&stats, port->con_data); in fwtty_get_icount()1431 (*port->fwcon_ops->stats)(&stats, port->con_data); in fwtty_proc_show_port()1447 (*port->fwcon_ops->stats)(&stats, port->con_data); in fwtty_debugfs_show_port()1455 (*port->fwcon_ops->proc_show)(m, port->con_data); in fwtty_debugfs_show_port()1704 if (port->port.console && port->fwcon_ops->notify != NULL) in fwserial_virt_plug_complete()1705 (*port->fwcon_ops->notify)(FWCON_NOTIFY_ATTACH, port->con_data); in fwserial_virt_plug_complete()1811 if (port->port.console && port->fwcon_ops->notify != NULL) in fwserial_release_port()1812 (*port->fwcon_ops->notify)(FWCON_NOTIFY_DETACH, port->con_data); in fwserial_release_port()