Lines Matching refs:edgeport_port
91 struct edgeport_port { struct
221 static void stop_read(struct edgeport_port *edge_port);
222 static int restart_read(struct edgeport_port *edge_port);
525 static int tx_active(struct edgeport_port *port) in tx_active()
1509 static int ti_do_config(struct edgeport_port *port, int feature, int on) in ti_do_config()
1519 static int restore_mcr(struct edgeport_port *port, __u8 mcr) in restore_mcr()
1555 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) in handle_new_msr()
1590 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr()
1628 struct edgeport_port *edge_port; in edge_interrupt_callback()
1729 struct edgeport_port *edge_port = urb->context; in edge_bulk_in_callback()
1810 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_bulk_out_callback()
1840 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_open()
1977 struct edgeport_port *edge_port; in edge_close()
2019 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write()
2041 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_send()
2091 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write_room()
2111 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_chars_in_buffer()
2127 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tx_empty()
2140 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_throttle()
2167 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_unthrottle()
2195 static void stop_read(struct edgeport_port *edge_port) in stop_read()
2208 static int restart_read(struct edgeport_port *edge_port) in restart_read()
2229 struct edgeport_port *edge_port, struct ktermios *old_termios) in change_port_settings()
2374 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_set_termios()
2386 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmset()
2416 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmget()
2440 static int get_serial_info(struct edgeport_port *edge_port, in get_serial_info()
2470 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_ioctl()
2484 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_break()
2603 struct edgeport_port *edge_port; in edge_port_probe()
2653 struct edgeport_port *edge_port; in edge_port_remove()
2668 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in uart_mode_show()
2677 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in uart_mode_store()