Home
last modified time | relevance | path

Searched refs:edge_port (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/serial/
Dio_edgeport.c306 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
307 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
309 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
312 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port,
315 struct edgeport_port *edge_port,
317 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
319 static int write_cmd_usb(struct edgeport_port *edge_port,
322 struct edgeport_port *edge_port);
647 struct edgeport_port *edge_port; in edge_interrupt_callback() local
718 edge_port = usb_get_serial_port_data(port); in edge_interrupt_callback()
[all …]
Dio_ti.c223 static void stop_read(struct edgeport_port *edge_port);
224 static int restart_read(struct edgeport_port *edge_port);
1557 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) in handle_new_msr() argument
1562 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, msr); in handle_new_msr()
1566 icount = &edge_port->port->icount; in handle_new_msr()
1577 wake_up_interruptible(&edge_port->port->port.delta_msr_wait); in handle_new_msr()
1581 edge_port->shadow_msr = msr & 0xf0; in handle_new_msr()
1583 tty = tty_port_tty_get(&edge_port->port->port); in handle_new_msr()
1592 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr() argument
1599 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, new_lsr); in handle_new_lsr()
[all …]