Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dio_edgeport.c230 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
231 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
233 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
236 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port,
239 struct edgeport_port *edge_port,
241 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
243 static int write_cmd_usb(struct edgeport_port *edge_port,
246 struct edgeport_port *edge_port);
559 struct edgeport_port *edge_port; in edge_interrupt_callback() local
628 edge_port = usb_get_serial_port_data(port); in edge_interrupt_callback()
[all …]
Dio_ti.c225 static void stop_read(struct edgeport_port *edge_port);
226 static int restart_read(struct edgeport_port *edge_port);
1560 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) in handle_new_msr() argument
1565 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, msr); in handle_new_msr()
1569 icount = &edge_port->port->icount; in handle_new_msr()
1580 wake_up_interruptible(&edge_port->port->port.delta_msr_wait); in handle_new_msr()
1584 edge_port->shadow_msr = msr & 0xf0; in handle_new_msr()
1586 tty = tty_port_tty_get(&edge_port->port->port); in handle_new_msr()
1595 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr() argument
1602 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, new_lsr); in handle_new_lsr()
[all …]