Searched refs:break_ctl (Results 1 - 25 of 107) sorted by last modified time

12345

/linux-master/drivers/tty/serial/
H A Dstm32-usart.c1494 .break_ctl = stm32_usart_break_ctl,
H A Dserial_core.c1144 if (uport->type != PORT_UNKNOWN && uport->ops->break_ctl)
1145 uport->ops->break_ctl(uport, break_state);
2781 .break_ctl = uart_break_ctl,
H A Dpmac_zilog.c1324 .break_ctl = pmz_break_ctl,
H A Dmxs-auart.c1287 .break_ctl = mxs_auart_break_ctl,
H A Dxilinx_uartps.c1252 .break_ctl = cdns_uart_break_ctl,
H A Dsunplus-uart.c484 .break_ctl = sunplus_break_ctl,
H A Dst-asc.c671 .break_ctl = asc_break_ctl,
H A Dsh-sci.c2799 .break_ctl = sci_break_ctl,
H A Dsifive.c882 .break_ctl = sifive_serial_break_ctl,
H A Dserial_txx9.c798 .break_ctl = serial_txx9_break_ctl,
H A Dsamsung_tty.c1694 .break_ctl = s3c24xx_serial_break_ctl,
1715 .break_ctl = s3c24xx_serial_break_ctl,
H A Dpxa.c722 .break_ctl = serial_pxa_break_ctl,
H A Dpch_uart.c1515 .break_ctl = pch_uart_break_ctl,
H A Domap-serial.c1339 .break_ctl = serial_omap_break_ctl,
H A Dmsm_serial.c1032 static void msm_break_ctl(struct uart_port *port, int break_ctl) argument
1034 if (break_ctl)
1542 .break_ctl = msm_break_ctl,
H A Dmax310x.c1146 .break_ctl = max310x_break_ctl,
H A Dmcf.c454 .break_ctl = mcf_break_ctl,
H A Dlpc32xx_hs.c591 .break_ctl = serial_lpc32xx_break_ctl,
H A Dar933x_uart.c571 .break_ctl = ar933x_uart_break_ctl,
H A Dbcm63xx_uart.c641 .break_ctl = bcm_uart_break_ctl,
/linux-master/include/linux/
H A Dserial_core.h172 * @break_ctl: ``void ()(struct uart_port *port, int ctl)``
386 void (*break_ctl)(struct uart_port *, int ctl); member in struct:uart_ops
H A Dserdev.h96 int (*break_ctl)(struct serdev_controller *ctrl, unsigned int break_state); member in struct:serdev_controller_ops
/linux-master/drivers/usb/serial/
H A Dkeyspan.c3027 .break_ctl = keyspan_break_ctl,
3051 .break_ctl = keyspan_break_ctl,
3075 .break_ctl = keyspan_break_ctl,
H A Dftdi_sio.c2900 .break_ctl = ftdi_break_ctl,
H A Dcp210x.c311 .break_ctl = cp210x_break_ctl,

Completed in 499 milliseconds

12345