Searched refs:edge_port (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/serial/ |
D | io_edgeport.c | 230 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 …]
|
D | io_ti.c | 201 static void stop_read(struct edgeport_port *edge_port); 202 static int restart_read(struct edgeport_port *edge_port); 1430 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) in handle_new_msr() argument 1435 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, msr); in handle_new_msr() 1439 icount = &edge_port->port->icount; in handle_new_msr() 1450 wake_up_interruptible(&edge_port->port->port.delta_msr_wait); in handle_new_msr() 1454 edge_port->shadow_msr = msr & 0xf0; in handle_new_msr() 1456 tty = tty_port_tty_get(&edge_port->port->port); in handle_new_msr() 1465 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr() argument 1472 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, new_lsr); in handle_new_lsr() [all …]
|