Lines Matching refs:edgeport_port
90 struct edgeport_port {
242 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
243 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
245 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
248 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port,
251 struct edgeport_port *edge_port,
253 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
255 static int write_cmd_usb(struct edgeport_port *edge_port,
258 struct edgeport_port *edge_port);
565 struct edgeport_port *edge_port;
736 struct edgeport_port *edge_port = urb->context;
772 struct edgeport_port *edge_port = urb->context;
821 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
964 static void block_until_chase_response(struct edgeport_port *edge_port)
1020 static void block_until_tx_empty(struct edgeport_port *edge_port)
1068 struct edgeport_port *edge_port;
1136 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1236 struct edgeport_port *edge_port)
1362 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1402 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1439 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1479 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1516 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1550 static int get_lsr_info(struct edgeport_port *edge_port,
1573 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1603 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1629 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1650 static int get_serial_info(struct edgeport_port *edge_port,
1685 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1738 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1785 struct edgeport_port *edge_port;
1936 struct edgeport_port *edge_port;
2072 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr)
2103 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
2300 static int send_iosp_ext_cmd(struct edgeport_port *edge_port,
2337 static int write_cmd_usb(struct edgeport_port *edge_port,
2394 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port,
2495 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
2551 struct edgeport_port *edge_port, struct ktermios *old_termios)
2924 struct edgeport_port *edge_port;
3012 edge_port = kzalloc(sizeof(struct edgeport_port), GFP_KERNEL);