Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dftdi_sio.c1051 static void ftdi_break_ctl(struct tty_struct *tty, int break_state);
1088 .break_ctl = ftdi_break_ctl,
2133 static void ftdi_break_ctl(struct tty_struct *tty, int break_state) in ftdi_break_ctl() function