Home
last modified time | relevance | path

Searched refs:break_state (Results 1 – 25 of 82) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dusb_debug.c50 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()
H A Dbelkin_sa.c48 static void belkin_sa_break_ctl(struct tty_struct *tty, int break_state);
420 static void belkin_sa_break_ctl(struct tty_struct *tty, int break_state) in belkin_sa_break_ctl() argument
425 if (BSA_USB_CMD(BELKIN_SA_SET_BREAK_REQUEST, break_state ? 1 : 0) < 0) in belkin_sa_break_ctl()
426 dev_err(&port->dev, "Set break_ctl %d\n", break_state); in belkin_sa_break_ctl()
H A Dch341.c593 static void ch341_simulate_break(struct tty_struct *tty, int break_state) in ch341_simulate_break() argument
600 if (break_state != 0) { in ch341_simulate_break()
656 static void ch341_break_ctl(struct tty_struct *tty, int break_state) in ch341_break_ctl() argument
667 ch341_simulate_break(tty, break_state); in ch341_break_ctl()
684 if (break_state != 0) { in ch341_break_ctl()
H A Dupd78f0730.c247 static void upd78f0730_break_ctl(struct tty_struct *tty, int break_state) in upd78f0730_break_ctl() argument
257 if (break_state) { in upd78f0730_break_ctl()
H A Dmct_u232.c49 static void mct_u232_break_ctl(struct tty_struct *tty, int break_state);
681 static void mct_u232_break_ctl(struct tty_struct *tty, int break_state) in mct_u232_break_ctl() argument
691 if (break_state) in mct_u232_break_ctl()
H A Dwhiteheat.c93 static void whiteheat_break_ctl(struct tty_struct *tty, int break_state);
469 static void whiteheat_break_ctl(struct tty_struct *tty, int break_state) in whiteheat_break_ctl() argument
472 firm_set_break(port, break_state); in whiteheat_break_ctl()
H A Dkeyspan_pda.c285 static void keyspan_pda_break_ctl(struct tty_struct *tty, int break_state) in keyspan_pda_break_ctl() argument
292 if (break_state == -1) in keyspan_pda_break_ctl()
H A Dark3116.c464 static void ark3116_break_ctl(struct tty_struct *tty, int break_state) in ark3116_break_ctl() argument
472 if (break_state) in ark3116_break_ctl()
H A Dti_usb_3410_5052.c322 static void ti_break(struct tty_struct *tty, int break_state);
1085 static void ti_break(struct tty_struct *tty, int break_state) in ti_break() argument
1091 dev_dbg(&port->dev, "%s - state = %d\n", __func__, break_state); in ti_break()
1095 TI_LCR_BREAK, break_state == -1 ? TI_LCR_BREAK : 0); in ti_break()
H A Ddigi_acceleport.c218 static void digi_break_ctl(struct tty_struct *tty, int break_state);
840 static void digi_break_ctl(struct tty_struct *tty, int break_state) in digi_break_ctl() argument
847 buf[2] = break_state ? 1 : 0; in digi_break_ctl()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A D21285.c204 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()
H A Dsunhv.c294 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()
H A Dclps711x.c208 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 Daltera_uart.c162 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()
H A Dlpc32xx_hs.c426 int break_state) in serial_lpc32xx_break_ctl() argument
433 if (break_state != 0) in serial_lpc32xx_break_ctl()
H A Dmcf.c134 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 Dpnx8xxx_uart.c344 static void pnx8xxx_break_ctl(struct uart_port *port, int break_state) in pnx8xxx_break_ctl() argument
353 if (break_state == -1) in pnx8xxx_break_ctl()
H A Ddz.c485 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()
H A Dar933x_uart.c217 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 Damba-pl010.c292 static void pl010_break_ctl(struct uart_port *port, int break_state) in pl010_break_ctl() argument
301 if (break_state == -1) in pl010_break_ctl()
H A Dmux.c170 static void mux_break_ctl(struct uart_port *port, int break_state) in mux_break_ctl() argument
H A Dpxa.c315 static void serial_pxa_break_ctl(struct uart_port *port, int break_state) in serial_pxa_break_ctl() argument
321 if (break_state == -1) in serial_pxa_break_ctl()
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_tty.c173 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()
/OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c194 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()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dserial.h285 void (*break_ctl)(struct tty_struct *tty, int break_state);

1234