Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dftdi_sio.c1102 static void ftdi_break_ctl(struct tty_struct *tty, int break_state);
1141 .break_ctl = ftdi_break_ctl,
2618 static void ftdi_break_ctl(struct tty_struct *tty, int break_state) in ftdi_break_ctl() function