Lines Matching refs:edgeport_port

83 struct edgeport_port {  struct
230 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
231 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
233 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
236 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port,
239 struct edgeport_port *edge_port,
241 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
243 static int write_cmd_usb(struct edgeport_port *edge_port,
246 struct edgeport_port *edge_port);
559 struct edgeport_port *edge_port; in edge_interrupt_callback()
727 struct edgeport_port *edge_port = urb->context; in edge_bulk_out_data_callback()
755 struct edgeport_port *edge_port = urb->context; in edge_bulk_out_cmd_callback()
798 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_open()
930 static void block_until_chase_response(struct edgeport_port *edge_port) in block_until_chase_response()
987 static void block_until_tx_empty(struct edgeport_port *edge_port) in block_until_tx_empty()
1036 struct edgeport_port *edge_port; in edge_close()
1100 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write()
1195 struct edgeport_port *edge_port) in send_more_port_data()
1313 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write_room()
1349 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_chars_in_buffer()
1383 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_throttle()
1421 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_unthrottle()
1456 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_set_termios()
1486 static int get_lsr_info(struct edgeport_port *edge_port, in get_lsr_info()
1509 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmset()
1537 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmget()
1554 static int get_serial_info(struct edgeport_port *edge_port, in get_serial_info()
1589 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_ioctl()
1611 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_break()
1659 struct edgeport_port *edge_port; in process_rcvd_data()
1804 struct edgeport_port *edge_port; in process_rcvd_status()
1942 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr) in handle_new_msr()
1971 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, in handle_new_lsr()
2143 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, in send_iosp_ext_cmd()
2174 static int write_cmd_usb(struct edgeport_port *edge_port, in write_cmd_usb()
2230 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port, in send_cmd_write_baud_rate()
2324 static int send_cmd_write_uart_register(struct edgeport_port *edge_port, in send_cmd_write_uart_register()
2380 struct edgeport_port *edge_port, struct ktermios *old_termios) in change_port_settings()
2999 struct edgeport_port *edge_port; in edge_port_probe()
3015 struct edgeport_port *edge_port; in edge_port_remove()