Lines Matching refs:edgeport_port

161 struct edgeport_port {  struct
276 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
277 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
279 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
283 struct edgeport_port *edge_port,
285 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
287 static int write_cmd_usb(struct edgeport_port *edge_port,
290 struct edgeport_port *edge_port);
571 struct edgeport_port *edge_port; in edge_interrupt_callback()
744 struct edgeport_port *edge_port = urb->context; in edge_bulk_out_data_callback()
772 struct edgeport_port *edge_port = urb->context; in edge_bulk_out_cmd_callback()
815 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_open()
947 static void block_until_chase_response(struct edgeport_port *edge_port) in block_until_chase_response()
1004 static void block_until_tx_empty(struct edgeport_port *edge_port) in block_until_tx_empty()
1053 struct edgeport_port *edge_port; in edge_close()
1115 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_write()
1210 struct edgeport_port *edge_port) in send_more_port_data()
1326 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()
1373 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_throttle()
1411 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_unthrottle()
1447 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_set_termios()
1472 static int get_lsr_info(struct edgeport_port *edge_port, in get_lsr_info()
1495 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmset()
1523 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_tiocmget()
1548 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_ioctl()
1566 struct edgeport_port *edge_port = usb_get_serial_port_data(port); in edge_break()
1615 struct edgeport_port *edge_port; in process_rcvd_data()
1750 struct edgeport_port *edge_port; in process_rcvd_status()
1890 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr) in handle_new_msr()
1919 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, in handle_new_lsr()
2095 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, in send_iosp_ext_cmd()
2126 static int write_cmd_usb(struct edgeport_port *edge_port, in write_cmd_usb()
2181 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port, in send_cmd_write_baud_rate()
2275 static int send_cmd_write_uart_register(struct edgeport_port *edge_port, in send_cmd_write_uart_register()
2331 struct edgeport_port *edge_port, const struct ktermios *old_termios) in change_port_settings()
2957 struct edgeport_port *edge_port; in edge_port_probe()
2973 struct edgeport_port *edge_port; in edge_port_remove()