| /linux/drivers/usb/serial/ |
| H A D | usb_debug.c | 50 static int usb_debug_break_ctl(struct tty_struct *tty, int break_state) in usb_debug_break_ctl() argument 55 if (!break_state) in usb_debug_break_ctl()
|
| H A D | belkin_sa.c | 47 static int belkin_sa_break_ctl(struct tty_struct *tty, int break_state); 402 static int belkin_sa_break_ctl(struct tty_struct *tty, int break_state) in belkin_sa_set_termios() 408 ret = BSA_USB_CMD(BELKIN_SA_SET_BREAK_REQUEST, break_state ? 1 : 0); in belkin_sa_break_ctl() 410 dev_err(&port->dev, "Set break_ctl %d\n", break_state); in belkin_sa_break_ctl() 404 belkin_sa_break_ctl(struct tty_struct * tty,int break_state) belkin_sa_break_ctl() argument
|
| H A D | ch341.c | 593 static int ch341_simulate_break(struct tty_struct *tty, int break_state) in ch341_simulate_break() argument 600 if (break_state != 0) { in ch341_simulate_break() 661 static int ch341_break_ctl(struct tty_struct *tty, int break_state) in ch341_break_ctl() argument 671 return ch341_simulate_break(tty, break_state); in ch341_break_ctl() 684 if (break_state != 0) { in ch341_break_ctl()
|
| H A D | upd78f0730.c | 241 static int upd78f0730_break_ctl(struct tty_struct *tty, int break_state) in upd78f0730_break_ctl() argument 252 if (break_state) { in upd78f0730_break_ctl()
|
| H A D | mct_u232.c | 48 static int mct_u232_break_ctl(struct tty_struct *tty, int break_state); 683 static int mct_u232_break_ctl(struct tty_struct *tty, int break_state) in mct_u232_set_termios() 693 if (break_state) in mct_u232_break_ctl() 685 mct_u232_break_ctl(struct tty_struct * tty,int break_state) mct_u232_break_ctl() argument
|
| H A D | whiteheat.c | 86 static int whiteheat_break_ctl(struct tty_struct *tty, int break_state); 445 static int whiteheat_break_ctl(struct tty_struct *tty, int break_state) in whiteheat_set_termios() 449 return firm_set_break(port, break_state); in whiteheat_break_ctl() argument
|
| H A D | keyspan_pda.c | 300 static int keyspan_pda_break_ctl(struct tty_struct *tty, int break_state) in keyspan_pda_setbaud() 307 if (break_state == -1) in keyspan_pda_break_ctl() 302 keyspan_pda_break_ctl(struct tty_struct * tty,int break_state) keyspan_pda_break_ctl() argument
|
| H A D | ark3116.c | 435 static int ark3116_break_ctl(struct tty_struct *tty, int break_state) 444 if (break_state) in ark3116_break_ctl() 436 ark3116_break_ctl(struct tty_struct * tty,int break_state) ark3116_break_ctl() argument
|
| H A D | digi_acceleport.c | 218 static int digi_break_ctl(struct tty_struct *tty, int break_state); 838 static int digi_break_ctl(struct tty_struct *tty, int break_state) 845 buf[2] = break_state ? 1 : 0; in digi_break_ctl() 840 digi_break_ctl(struct tty_struct * tty,int break_state) digi_break_ctl() argument
|
| H A D | quatech2.c | 742 static int qt2_break_ctl(struct tty_struct *tty, int break_state) in qt2_tiocmset() 751 val = (break_state == -1) ? 1 : 0; in qt2_break_ctl() 744 qt2_break_ctl(struct tty_struct * tty,int break_state) qt2_break_ctl() argument
|
| H A D | f81232.c | 447 static int f81232_break_ctl(struct tty_struct *tty, int break_state) in f81534a_process_read_urb() 455 if (break_state) in f81232_break_ctl() 450 f81232_break_ctl(struct tty_struct * tty,int break_state) f81232_break_ctl() argument
|
| /linux/drivers/tty/serial/ |
| H A D | 21285.c | 183 static void serial21285_break_ctl(struct uart_port *port, int break_state) in serial21285_break_ctl() argument 190 if (break_state) in serial21285_break_ctl()
|
| H A D | sunhv.c | 297 static void sunhv_break_ctl(struct uart_port *port, int break_state) in sunhv_break_ctl() argument 299 if (break_state) { in sunhv_break_ctl()
|
| H A D | clps711x.c | 208 static void uart_clps711x_break_ctl(struct uart_port *port, int break_state) in uart_clps711x_break_ctl() argument 213 if (break_state) in uart_clps711x_break_ctl()
|
| H A D | mcf.c | 134 static void mcf_break_ctl(struct uart_port *port, int break_state) in mcf_break_ctl() argument 139 if (break_state == -1) in mcf_break_ctl()
|
| H A D | altera_uart.c | 161 static void altera_uart_break_ctl(struct uart_port *port, int break_state) in altera_uart_break_ctl() argument 167 if (break_state == -1) in altera_uart_break_ctl()
|
| H A D | lpc32xx_hs.c | 397 int break_state) in serial_lpc32xx_break_ctl() argument 404 if (break_state != 0) in serial_lpc32xx_break_ctl()
|
| H A D | dz.c | 479 static void dz_break_ctl(struct uart_port *uport, int break_state) in dz_break_ctl() argument 491 if (break_state) in dz_break_ctl()
|
| H A D | ar933x_uart.c | 217 static void ar933x_uart_break_ctl(struct uart_port *port, int break_state) in ar933x_uart_break_ctl() argument 224 if (break_state == -1) in ar933x_uart_break_ctl()
|
| H A D | pxa.c | 293 static void serial_pxa_break_ctl(struct uart_port *port, int break_state) in serial_pxa_break_ctl() argument 299 if (break_state == -1) in serial_pxa_break_ctl()
|
| H A D | mux.c | 170 static void mux_break_ctl(struct uart_port *port, int break_state) in mux_break_ctl() argument
|
| H A D | sa1100.c | 317 static void sa1100_break_ctl(struct uart_port *port, int break_state) in sa1100_break_ctl() argument 326 if (break_state == -1) in sa1100_break_ctl()
|
| H A D | altera_jtaguart.c | 96 static void altera_jtaguart_break_ctl(struct uart_port *port, int break_state) in altera_jtaguart_break_ctl() argument
|
| /linux/drivers/tty/serial/jsm/ |
| H A D | jsm_tty.c | 173 static void jsm_tty_break(struct uart_port *port, int break_state) in jsm_tty_break() argument 180 if (break_state == -1) in jsm_tty_break()
|
| /linux/include/linux/usb/ |
| H A D | serial.h | 281 int (*break_ctl)(struct tty_struct *tty, int break_state);
|