Searched refs:set_rts (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/usb/serial/ |
D | ftdi_sio.c | 887 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()
|
D | whiteheat.c | 168 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
|