Lines Matching refs:edgeport_port

90 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()
1496 static int TIClearBreak (struct edgeport_port *port) in TIClearBreak()
1510 static int TIRestoreMCR (struct edgeport_port *port, __u8 mcr) in TIRestoreMCR()
1562 static void handle_new_msr (struct edgeport_port *edge_port, __u8 msr) in handle_new_msr()
1589 static void handle_new_lsr (struct edgeport_port *edge_port, int lsr_data, __u8 lsr, __u8 data) in handle_new_lsr()
1629 struct edgeport_port *edge_port; in edge_interrupt_callback()
1709 struct edgeport_port *edge_port = (struct edgeport_port *)urb->context; in edge_bulk_in_callback()
1809 struct edgeport_port *edge_port = (struct edgeport_port *)port->private; in edge_open()
1966 struct edgeport_port *edge_port; in edge_close()
1980 edge_port = (struct edgeport_port *)port->private; in edge_close()
2019 struct edgeport_port *edge_port = port->private; in edge_write()
2073 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_write_room()
2094 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_chars_in_buffer()
2115 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_throttle()
2148 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_unthrottle()
2185 static void change_port_settings (struct edgeport_port *edge_port, struct termios *old_termios) in change_port_settings()
2339 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_set_termios()
2378 static int set_modem_info (struct edgeport_port *edge_port, unsigned int cmd, unsigned int *value) in set_modem_info()
2422 static int get_modem_info (struct edgeport_port *edge_port, unsigned int *value) in get_modem_info()
2443 static int get_serial_info (struct edgeport_port *edge_port, struct serial_struct * retinfo) in get_serial_info()
2473 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_ioctl()
2547 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_break()
2569 struct edgeport_port *edge_port; in edge_startup()
2594 edge_port = kmalloc (sizeof(struct edgeport_port), GFP_KERNEL); in edge_startup()
2599 memset (edge_port, 0, sizeof(struct edgeport_port)); in edge_startup()