Lines Matching refs:edgeport_port
91 struct edgeport_port { struct
223 static void stop_read(struct edgeport_port *edge_port);
224 static int restart_read(struct edgeport_port *edge_port);
527 static int tx_active(struct edgeport_port *port) in tx_active()
1511 static int ti_do_config(struct edgeport_port *port, int feature, int on) in ti_do_config()
1521 static int restore_mcr(struct edgeport_port *port, __u8 mcr) in restore_mcr()
1557 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) in handle_new_msr()
1592 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr()
1630 struct edgeport_port *edge_port; in edge_interrupt_callback()
1731 struct edgeport_port *edge_port = urb->context; in edge_bulk_in_callback()
1812 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_bulk_out_callback()
1842 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_open()
1979 struct edgeport_port *edge_port; in edge_close()
2021 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write()
2043 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_send()
2093 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write_room()
2113 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_chars_in_buffer()
2129 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tx_empty()
2142 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_throttle()
2169 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_unthrottle()
2197 static void stop_read(struct edgeport_port *edge_port) in stop_read()
2210 static int restart_read(struct edgeport_port *edge_port) in restart_read()
2231 struct edgeport_port *edge_port, struct ktermios *old_termios) in change_port_settings()
2376 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_set_termios()
2388 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmset()
2418 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmget()
2446 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in get_serial_info()
2467 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_break()
2586 struct edgeport_port *edge_port; in edge_port_probe()
2636 struct edgeport_port *edge_port; in edge_port_remove()
2651 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in uart_mode_show()
2660 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in uart_mode_store()