/Linux-v6.1/drivers/usb/serial/ |
D | usb_debug.c | 50 static void usb_debug_break_ctl(struct tty_struct *tty, int break_state) in usb_debug_break_ctl() argument 53 if (!break_state) in usb_debug_break_ctl()
|
D | belkin_sa.c | 49 static void belkin_sa_break_ctl(struct tty_struct *tty, int break_state); 402 static void belkin_sa_break_ctl(struct tty_struct *tty, int break_state) in belkin_sa_break_ctl() argument 407 if (BSA_USB_CMD(BELKIN_SA_SET_BREAK_REQUEST, break_state ? 1 : 0) < 0) in belkin_sa_break_ctl() 408 dev_err(&port->dev, "Set break_ctl %d\n", break_state); in belkin_sa_break_ctl()
|
D | ch341.c | 565 static void ch341_simulate_break(struct tty_struct *tty, int break_state) in ch341_simulate_break() argument 572 if (break_state != 0) { in ch341_simulate_break() 628 static void ch341_break_ctl(struct tty_struct *tty, int break_state) in ch341_break_ctl() argument 639 ch341_simulate_break(tty, break_state); in ch341_break_ctl() 652 if (break_state != 0) { in ch341_break_ctl()
|
D | upd78f0730.c | 241 static void upd78f0730_break_ctl(struct tty_struct *tty, int break_state) in upd78f0730_break_ctl() argument 251 if (break_state) { in upd78f0730_break_ctl()
|
D | mct_u232.c | 50 static void mct_u232_break_ctl(struct tty_struct *tty, int break_state); 680 static void mct_u232_break_ctl(struct tty_struct *tty, int break_state) in mct_u232_break_ctl() argument 690 if (break_state) in mct_u232_break_ctl()
|
D | whiteheat.c | 90 static void whiteheat_break_ctl(struct tty_struct *tty, int break_state); 452 static void whiteheat_break_ctl(struct tty_struct *tty, int break_state) in whiteheat_break_ctl() argument 455 firm_set_break(port, break_state); in whiteheat_break_ctl()
|
D | keyspan_pda.c | 302 static void keyspan_pda_break_ctl(struct tty_struct *tty, int break_state) in keyspan_pda_break_ctl() argument 309 if (break_state == -1) in keyspan_pda_break_ctl()
|
D | ark3116.c | 436 static void ark3116_break_ctl(struct tty_struct *tty, int break_state) in ark3116_break_ctl() argument 444 if (break_state) in ark3116_break_ctl()
|
D | ti_usb_3410_5052.c | 322 static void ti_break(struct tty_struct *tty, int break_state); 1074 static void ti_break(struct tty_struct *tty, int break_state) in ti_break() argument 1080 dev_dbg(&port->dev, "%s - state = %d\n", __func__, break_state); in ti_break() 1084 TI_LCR_BREAK, break_state == -1 ? TI_LCR_BREAK : 0); in ti_break()
|
D | digi_acceleport.c | 220 static void digi_break_ctl(struct tty_struct *tty, int break_state); 842 static void digi_break_ctl(struct tty_struct *tty, int break_state) in digi_break_ctl() argument 849 buf[2] = break_state ? 1 : 0; in digi_break_ctl()
|
D | quatech2.c | 752 static void qt2_break_ctl(struct tty_struct *tty, int break_state) in qt2_break_ctl() argument 761 val = (break_state == -1) ? 1 : 0; in qt2_break_ctl()
|
/Linux-v6.1/drivers/tty/serial/ |
D | 21285.c | 204 static void serial21285_break_ctl(struct uart_port *port, int break_state) in serial21285_break_ctl() argument 211 if (break_state) in serial21285_break_ctl()
|
D | sunhv.c | 294 static void sunhv_break_ctl(struct uart_port *port, int break_state) in sunhv_break_ctl() argument 296 if (break_state) { in sunhv_break_ctl()
|
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()
|
D | altera_uart.c | 162 static void altera_uart_break_ctl(struct uart_port *port, int break_state) in altera_uart_break_ctl() argument 168 if (break_state == -1) in altera_uart_break_ctl()
|
D | lpc32xx_hs.c | 427 int break_state) in serial_lpc32xx_break_ctl() argument 434 if (break_state != 0) in serial_lpc32xx_break_ctl()
|
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()
|
D | amba-pl010.c | 289 static void pl010_break_ctl(struct uart_port *port, int break_state) in pl010_break_ctl() argument 296 if (break_state == -1) in pl010_break_ctl()
|
D | dz.c | 485 static void dz_break_ctl(struct uart_port *uport, int break_state) in dz_break_ctl() argument 497 if (break_state) in dz_break_ctl()
|
D | mux.c | 170 static void mux_break_ctl(struct uart_port *port, int break_state) in mux_break_ctl() argument
|
D | liteuart.c | 157 static void liteuart_break_ctl(struct uart_port *port, int break_state) in liteuart_break_ctl() argument
|
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()
|
/Linux-v6.1/drivers/tty/serial/jsm/ |
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-v6.1/include/linux/usb/ |
D | serial.h | 281 void (*break_ctl)(struct tty_struct *tty, int break_state);
|
/Linux-v6.1/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 194 static void cpm_uart_break_ctl(struct uart_port *port, int break_state) in cpm_uart_break_ctl() argument 200 break_state); in cpm_uart_break_ctl() 202 if (break_state) in cpm_uart_break_ctl()
|