Lines Matching refs:edgeport_port
74 struct edgeport_port { struct
201 static void stop_read(struct edgeport_port *edge_port);
202 static int restart_read(struct edgeport_port *edge_port);
478 static int tx_active(struct edgeport_port *port) in tx_active()
1383 static int ti_do_config(struct edgeport_port *port, int feature, int on) in ti_do_config()
1394 static int restore_mcr(struct edgeport_port *port, __u8 mcr) in restore_mcr()
1430 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) in handle_new_msr()
1465 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr()
1504 struct edgeport_port *edge_port; in edge_interrupt_callback()
1598 struct edgeport_port *edge_port = urb->context; in edge_bulk_in_callback()
1678 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_bulk_out_callback()
1708 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_open()
1858 struct edgeport_port *edge_port; in edge_close()
1898 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write()
1920 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_send()
1968 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write_room()
1988 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_chars_in_buffer()
2004 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tx_empty()
2017 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_throttle()
2042 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_unthrottle()
2068 static void stop_read(struct edgeport_port *edge_port) in stop_read()
2081 static int restart_read(struct edgeport_port *edge_port) in restart_read()
2102 struct edgeport_port *edge_port, struct ktermios *old_termios) in change_port_settings()
2242 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_set_termios()
2262 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmset()
2292 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmget()
2316 static int get_serial_info(struct edgeport_port *edge_port, in get_serial_info()
2350 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_ioctl()
2364 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_break()
2410 struct edgeport_port *edge_port; in edge_port_probe()
2460 struct edgeport_port *edge_port; in edge_port_remove()
2475 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in uart_mode_show()
2484 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in uart_mode_store()