Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/serial/
Dio_edgeport.c276 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
277 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
279 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
283 struct edgeport_port *edge_port,
285 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
287 static int write_cmd_usb(struct edgeport_port *edge_port,
290 struct edgeport_port *edge_port);
571 struct edgeport_port *edge_port; in edge_interrupt_callback() local
642 edge_port = usb_get_serial_port_data(port); in edge_interrupt_callback()
643 if (edge_port && edge_port->open) { in edge_interrupt_callback()
[all …]
Dio_ti.c220 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() argument
1556 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() argument
1593 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, new_lsr); in handle_new_lsr()
[all …]