Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dftdi_sio.c887 static int set_rts(struct usb_serial_port *port, int high_or_low) in set_rts() function
1425 if (set_rts(port, HIGH) < 0){ in ftdi_open()
1481 if (set_rts(port, LOW) < 0) { in ftdi_close()
1983 if (set_rts(port, LOW) < 0){ in ftdi_set_termios()
1996 else if (set_rts(port, HIGH) < 0){ in ftdi_set_termios()
2126 if ((ret = set_rts(port, urb_value)) < 0){ in ftdi_ioctl()
2144 if ((ret = set_rts(port, HIGH)) < 0){ in ftdi_ioctl()
2163 if ((ret = set_rts(port, LOW)) < 0){ in ftdi_ioctl()
Dwhiteheat.c168 static inline void set_rts (struct usb_serial_port *port, unsigned char rts);
655 static inline void set_rts (struct usb_serial_port *port, unsigned char rts) in set_rts() function