Lines Matching refs:edgeport_port

161 struct edgeport_port {  struct
306 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
307 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
309 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
312 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port,
315 struct edgeport_port *edge_port,
317 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
319 static int write_cmd_usb(struct edgeport_port *edge_port,
322 struct edgeport_port *edge_port);
647 struct edgeport_port *edge_port; in edge_interrupt_callback()
820 struct edgeport_port *edge_port = urb->context; in edge_bulk_out_data_callback()
848 struct edgeport_port *edge_port = urb->context; in edge_bulk_out_cmd_callback()
891 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_open()
1023 static void block_until_chase_response(struct edgeport_port *edge_port) in block_until_chase_response()
1080 static void block_until_tx_empty(struct edgeport_port *edge_port) in block_until_tx_empty()
1129 struct edgeport_port *edge_port; in edge_close()
1191 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write()
1286 struct edgeport_port *edge_port) in send_more_port_data()
1404 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write_room()
1440 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_chars_in_buffer()
1474 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_throttle()
1512 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_unthrottle()
1547 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_set_termios()
1572 static int get_lsr_info(struct edgeport_port *edge_port, in get_lsr_info()
1595 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmset()
1623 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmget()
1640 static int get_serial_info(struct edgeport_port *edge_port, in get_serial_info()
1671 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_ioctl()
1693 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_break()
1739 struct edgeport_port *edge_port; in process_rcvd_data()
1884 struct edgeport_port *edge_port; in process_rcvd_status()
2022 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr) in handle_new_msr()
2051 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, in handle_new_lsr()
2227 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, in send_iosp_ext_cmd()
2258 static int write_cmd_usb(struct edgeport_port *edge_port, in write_cmd_usb()
2313 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port, in send_cmd_write_baud_rate()
2407 static int send_cmd_write_uart_register(struct edgeport_port *edge_port, in send_cmd_write_uart_register()
2463 struct edgeport_port *edge_port, struct ktermios *old_termios) in change_port_settings()
3081 struct edgeport_port *edge_port; in edge_port_probe()
3097 struct edgeport_port *edge_port; in edge_port_remove()