Searched refs:uart_port_lock (Results 1 – 25 of 26) sorted by relevance
12
/linux/drivers/tty/serial/ |
H A D | mps2-uart.c | 191 uart_port_lock(port); in mps2_uart_rxirq() 209 uart_port_lock(port); in mps2_uart_txirq() 225 uart_port_lock(port); in mps2_uart_oerrirq()
|
H A D | serial_core.c | 78 #define uart_port_lock(state, flags) \ macro 130 port = uart_port_lock(state, flags); in uart_stop() 171 port = uart_port_lock(state, flags); in uart_start() 261 uport = uart_port_lock(state, flags); in uart_alloc_xmit_buf() 292 uport = uart_port_lock(state, flags); in uart_free_xmit_buf() 595 port = uart_port_lock(state, flags); in uart_put_char() 626 port = uart_port_lock(state, flags); in uart_write() 647 port = uart_port_lock(state, flags); in uart_write_room() 660 port = uart_port_lock(state, flags); in uart_chars_in_buffer() 681 port = uart_port_lock(state, flags); in uart_flush_buffer()
|
H A D | imx.c | 791 uart_port_lock(&sport->port); in imx_uart_rtsint() 804 uart_port_lock(&sport->port); in imx_uart_txint() 920 uart_port_lock(&sport->port); in imx_uart_rxint() 987 uart_port_lock(&sport->port); in imx_uart_int() 1194 uart_port_lock(&sport->port); in imx_uart_dma_rx_callback() 1225 uart_port_lock(&sport->port); in imx_uart_dma_rx_callback()
|
H A D | ma35d1_serial.c | 272 uart_port_lock(&up->port); in receive_chars() 279 uart_port_lock(&up->port); in receive_chars()
|
H A D | altera_jtaguart.c | 150 uart_port_lock(port); in altera_jtaguart_interrupt()
|
H A D | apbuart.c | 136 uart_port_lock(port); in apbuart_int()
|
H A D | mcf.c | 353 uart_port_lock(port); in mcf_interrupt()
|
H A D | lpc32xx_hs.c | 296 uart_port_lock(port); in serial_lpc32xx_interrupt()
|
H A D | vt8500_serial.c | 230 uart_port_lock(port); in vt8500_irq()
|
H A D | fsl_lpuart.c | 877 uart_port_lock(&sport->port); in lpuart_txint() 888 uart_port_lock(&sport->port); in lpuart_rxint() 954 uart_port_lock(&sport->port); in lpuart32_txint() 966 uart_port_lock(&sport->port); in lpuart32_rxint()
|
H A D | xilinx_uartps.c | 475 uart_port_lock(port); in cdns_uart_isr() 701 uart_port_lock(cdns_uart->port); in cdns_rs485_tx_callback()
|
H A D | amba-pl010.c | 210 uart_port_lock(port); in pl010_int()
|
H A D | owl-uart.c | 237 uart_port_lock(port); in owl_uart_irq()
|
H A D | bcm63xx_uart.c | 337 uart_port_lock(port); in bcm_uart_interrupt()
|
H A D | st-asc.c | 322 uart_port_lock(port); in asc_interrupt()
|
H A D | samsung_tty.c | 724 uart_port_lock(port); in s3c24xx_serial_rx_chars_dma() 850 uart_port_lock(port); in s3c24xx_serial_rx_chars_pio() 932 uart_port_lock(port); in s3c24xx_serial_tx_irq()
|
H A D | pxa.c | 228 uart_port_lock(&up->port); in serial_pxa_irq()
|
H A D | rp2.c | 442 uart_port_lock(&up->port); in rp2_ch_interrupt()
|
H A D | sa1100.c | 250 uart_port_lock(&sport->port); in sa1100_int()
|
H A D | serial_txx9.c | 339 uart_port_lock(up); in serial_txx9_interrupt()
|
H A D | atmel_serial.c | 1706 uart_port_lock(port); in atmel_tasklet_rx_func() 1718 uart_port_lock(port); in atmel_tasklet_tx_func()
|
H A D | amba-pl011.c | 1425 uart_port_lock(&uap->port); in pl011_rx_chars() 1535 uart_port_lock(&uap->port); in pl011_int()
|
H A D | mpc52xx_uart.c | 1480 uart_port_lock(port); in mpc52xx_uart_int()
|
/linux/include/linux/ |
H A D | serial_core.h | 688 static inline void uart_port_lock(struct uart_port *up) in uart_port_lock() function
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_omap.c | 688 uart_port_lock(port); in omap8250_irq() 1322 uart_port_lock(port); in omap_8250_dma_handle_irq()
|
12