Home
last modified time | relevance | path

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

1234

/linux-6.12.1/drivers/usb/serial/
Dusb_debug.c50 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()
Dbelkin_sa.c49 static int belkin_sa_break_ctl(struct tty_struct *tty, int break_state);
401 static int belkin_sa_break_ctl(struct tty_struct *tty, int break_state) in belkin_sa_break_ctl() argument
407 ret = BSA_USB_CMD(BELKIN_SA_SET_BREAK_REQUEST, break_state ? 1 : 0); in belkin_sa_break_ctl()
409 dev_err(&port->dev, "Set break_ctl %d\n", break_state); in belkin_sa_break_ctl()
Dch341.c565 static int ch341_simulate_break(struct tty_struct *tty, int break_state) in ch341_simulate_break() argument
572 if (break_state != 0) { in ch341_simulate_break()
633 static int ch341_break_ctl(struct tty_struct *tty, int break_state) in ch341_break_ctl() argument
644 return ch341_simulate_break(tty, break_state); in ch341_break_ctl()
657 if (break_state != 0) { in ch341_break_ctl()
Dupd78f0730.c241 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()
Dmct_u232.c50 static int mct_u232_break_ctl(struct tty_struct *tty, int break_state);
679 static int mct_u232_break_ctl(struct tty_struct *tty, int break_state) in mct_u232_break_ctl() argument
689 if (break_state) in mct_u232_break_ctl()
Dwhiteheat.c90 static int whiteheat_break_ctl(struct tty_struct *tty, int break_state);
450 static int whiteheat_break_ctl(struct tty_struct *tty, int break_state) in whiteheat_break_ctl() argument
454 return firm_set_break(port, break_state); in whiteheat_break_ctl()
Dkeyspan_pda.c302 static int 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()
Dark3116.c436 static int ark3116_break_ctl(struct tty_struct *tty, int break_state) in ark3116_break_ctl() argument
445 if (break_state) in ark3116_break_ctl()
Dti_usb_3410_5052.c322 static int ti_break(struct tty_struct *tty, int break_state);
1072 static int ti_break(struct tty_struct *tty, int break_state) in ti_break() argument
1078 dev_dbg(&port->dev, "%s - state = %d\n", __func__, break_state); in ti_break()
1082 TI_LCR_BREAK, break_state == -1 ? TI_LCR_BREAK : 0); in ti_break()
Ddigi_acceleport.c220 static int digi_break_ctl(struct tty_struct *tty, int break_state);
840 static int 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()
/linux-6.12.1/include/linux/
Dserdev.h96 int (*break_ctl)(struct serdev_controller *ctrl, unsigned int break_state);
211 int serdev_device_break_ctl(struct serdev_device *serdev, int break_state);
265 static inline int serdev_device_break_ctl(struct serdev_device *serdev, int break_state) in serdev_device_break_ctl() argument
/linux-6.12.1/drivers/tty/serdev/
Dserdev-ttyport.c248 static int ttyport_break_ctl(struct serdev_controller *ctrl, unsigned int break_state) in ttyport_break_ctl() argument
256 return tty->ops->break_ctl(tty, break_state); in ttyport_break_ctl()
Dcore.c398 int serdev_device_break_ctl(struct serdev_device *serdev, int break_state) in serdev_device_break_ctl() argument
405 return ctrl->ops->break_ctl(ctrl, break_state); in serdev_device_break_ctl()
/linux-6.12.1/drivers/tty/serial/
D21285.c183 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()
Dsunhv.c297 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()
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()
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()
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()
Dlpc32xx_hs.c397 int break_state) in serial_lpc32xx_break_ctl() argument
404 if (break_state != 0) in serial_lpc32xx_break_ctl()
Ddz.c483 static void dz_break_ctl(struct uart_port *uport, int break_state) in dz_break_ctl() argument
495 if (break_state) in dz_break_ctl()
Damba-pl010.c268 static void pl010_break_ctl(struct uart_port *port, int break_state) in pl010_break_ctl() argument
275 if (break_state == -1) in pl010_break_ctl()
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()
Dma35d1_serial.c361 static void ma35d1serial_break_ctl(struct uart_port *port, int break_state) in ma35d1serial_break_ctl() argument
369 if (break_state != 0) in ma35d1serial_break_ctl()
/linux-6.12.1/drivers/tty/serial/jsm/
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()
/linux-6.12.1/include/linux/usb/
Dserial.h281 int (*break_ctl)(struct tty_struct *tty, int break_state);

1234