Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Ddigi_acceleport.c220 static int digi_break_ctl(struct tty_struct *tty, int break_state);
283 .break_ctl = digi_break_ctl,
312 .break_ctl = digi_break_ctl,
840 static int digi_break_ctl(struct tty_struct *tty, int break_state) in digi_break_ctl() function