Lines Matching refs:edgeport_port
89 struct edgeport_port { struct
220 static void stop_read(struct edgeport_port *edge_port);
221 static int restart_read(struct edgeport_port *edge_port);
524 static int tx_active(struct edgeport_port *port) in tx_active()
1508 static int ti_do_config(struct edgeport_port *port, int feature, int on) in ti_do_config()
1515 static int restore_mcr(struct edgeport_port *port, u8 mcr) in restore_mcr()
1551 static void handle_new_msr(struct edgeport_port *edge_port, u8 msr) in handle_new_msr()
1586 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr()
1624 struct edgeport_port *edge_port; in edge_interrupt_callback()
1725 struct edgeport_port *edge_port = urb->context; in edge_bulk_in_callback()
1806 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_bulk_out_callback()
1836 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_open()
1966 struct edgeport_port *edge_port; in edge_close()
2004 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write()
2026 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_send()
2076 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write_room()
2096 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_chars_in_buffer()
2112 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tx_empty()
2125 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_throttle()
2152 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_unthrottle()
2180 static void stop_read(struct edgeport_port *edge_port) in stop_read()
2193 static int restart_read(struct edgeport_port *edge_port) in restart_read()
2214 struct edgeport_port *edge_port, const struct ktermios *old_termios) in change_port_settings()
2358 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_set_termios()
2370 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmset()
2400 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmget()
2427 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_break()
2551 struct edgeport_port *edge_port; in edge_port_probe()
2604 struct edgeport_port *edge_port; in edge_port_remove()
2617 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in uart_mode_show()
2626 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in uart_mode_store()