Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dftdi_sio.c1101 static void ftdi_break_ctl(struct tty_struct *tty, int break_state);
1140 .break_ctl = ftdi_break_ctl,
2616 static void ftdi_break_ctl(struct tty_struct *tty, int break_state) in ftdi_break_ctl() function