Searched refs:edgeport_port (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c108 struct edgeport_port { struct
249 static void handle_new_msr (struct edgeport_port *edge_port, __u8 newMsr);
250 static void handle_new_lsr (struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data);
251 static int send_iosp_ext_cmd (struct edgeport_port *edge_port, __u8 command, __u8 param);
253 static int send_cmd_write_baud_rate (struct edgeport_port *edge_port, int baudRate);
254 static void change_port_settings (struct edgeport_port *edge_port, struct ktermios *old_termios);
255 static int send_cmd_write_uart_register (struct edgeport_port *edge_port, __u8 regNum, __u8 regValue);
256 static int write_cmd_usb (struct edgeport_port *edge_port, unsigned char *buffer, int writeLength);
257 static void send_more_port_data (struct edgeport_serial *edge_serial, struct edgeport_port *edge_port);
561 struct edgeport_port *edge_por
[all...]
H A Dio_ti.c105 struct edgeport_port { struct
238 static void stop_read(struct edgeport_port *edge_port);
239 static int restart_read(struct edgeport_port *edge_port);
540 static int TIIsTxActive (struct edgeport_port *port)
597 static void TIChasePort(struct edgeport_port *port, unsigned long timeout, int flush)
1457 static int TISetDtr (struct edgeport_port *port)
1472 static int TIClearDtr (struct edgeport_port *port)
1487 static int TISetRts (struct edgeport_port *port)
1502 static int TIClearRts (struct edgeport_port *port)
1517 static int TISetLoopBack (struct edgeport_port *por
[all...]

Completed in 50 milliseconds