Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_edgeport.c338 struct edgeport_port { struct
468 static void handle_new_msr (struct edgeport_port *edge_port, __u8 newMsr);
469 static void handle_new_lsr (struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data);
470 static int send_iosp_ext_cmd (struct edgeport_port *edge_port, __u8 command, __u8 param);
472 static int send_cmd_write_baud_rate (struct edgeport_port *edge_port, int baudRate);
473 static void change_port_settings (struct edgeport_port *edge_port, struct termios *old_termios);
474 static int send_cmd_write_uart_register (struct edgeport_port *edge_port, __u8 regNum, __u8 regVal…
475 static int write_cmd_usb (struct edgeport_port *edge_port, unsigned char *buffer, int writeLength…
476 static void send_more_port_data (struct edgeport_serial *edge_serial, struct edgeport_port *edge_p…
757 struct edgeport_port *edge_port; in edge_interrupt_callback()
[all …]
Dio_ti.c90 struct edgeport_port { struct
461 static int TIIsTxActive (struct edgeport_port *port) in TIIsTxActive()
518 static void TIChasePort(struct edgeport_port *port) in TIChasePort()
1394 static int TISetDtr (struct edgeport_port *port) in TISetDtr()
1409 static int TIClearDtr (struct edgeport_port *port) in TIClearDtr()
1424 static int TISetRts (struct edgeport_port *port) in TISetRts()
1439 static int TIClearRts (struct edgeport_port *port) in TIClearRts()
1454 static int TISetLoopBack (struct edgeport_port *port) in TISetLoopBack()
1468 static int TIClearLoopBack (struct edgeport_port *port) in TIClearLoopBack()
1482 static int TISetBreak (struct edgeport_port *port) in TISetBreak()
[all …]