Searched refs:edge_port (Results 1 – 1 of 1) sorted by relevance
220 static void stop_read(struct edgeport_port *edge_port);221 static int restart_read(struct edgeport_port *edge_port);1551 static void handle_new_msr(struct edgeport_port *edge_port, u8 msr) in handle_new_msr() argument1556 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, msr); in handle_new_msr()1560 icount = &edge_port->port->icount; in handle_new_msr()1571 wake_up_interruptible(&edge_port->port->port.delta_msr_wait); in handle_new_msr()1575 edge_port->shadow_msr = msr & 0xf0; in handle_new_msr()1577 tty = tty_port_tty_get(&edge_port->port->port); in handle_new_msr()1586 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr() argument1593 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, new_lsr); in handle_new_lsr()[all …]