/openbmc/linux/include/linux/ |
H A D | tty_flip.h | 70 change = !tb->flags && (flag != TTY_NORMAL); in tty_insert_flip_char() 83 return tty_insert_flip_string_fixed_flag(port, chars, TTY_NORMAL, size); in tty_insert_flip_string()
|
H A D | tty_buffer.h | 51 #define TTY_NORMAL 0 macro
|
/openbmc/linux/drivers/usb/serial/ |
H A D | ssu100.c | 437 *tty_flag = TTY_NORMAL; in ssu100_update_lsr() 448 if (*tty_flag == TTY_NORMAL) in ssu100_update_lsr() 453 if (*tty_flag == TTY_NORMAL) in ssu100_update_lsr() 468 char flag = TTY_NORMAL; in ssu100_process_read_urb()
|
H A D | keyspan.c | 795 TTY_NORMAL); in usa26_indat_callback() 801 int flag = TTY_NORMAL; in usa26_indat_callback() 1145 int flag = TTY_NORMAL; in usa49_indat_callback() 1215 int flag = TTY_NORMAL; in usa49wg_indat_callback() 1284 data[i], TTY_NORMAL); in usa90_indat_callback() 1290 int flag = TTY_NORMAL; in usa90_indat_callback()
|
H A D | belkin_sa.c | 245 tty_flag = TTY_NORMAL; in belkin_sa_process_read_urb()
|
H A D | pl2303.c | 1191 char tty_flag = TTY_NORMAL; in pl2303_process_read_urb() 1216 if (tty_flag != TTY_NORMAL) in pl2303_process_read_urb()
|
/openbmc/linux/drivers/tty/ |
H A D | n_tty.c | 1495 if (likely(flag == TTY_NORMAL)) { in n_tty_receive_char_lnext() 1510 u8 flag = TTY_NORMAL; in n_tty_lookahead_flow_ctrl() 1520 if (likely(flag == TTY_NORMAL)) in n_tty_lookahead_flow_ctrl() 1550 u8 flag = TTY_NORMAL; in n_tty_receive_buf_raw() 1555 if (likely(flag == TTY_NORMAL)) in n_tty_receive_buf_raw() 1566 u8 flag = TTY_NORMAL; in n_tty_receive_buf_closing() 1571 if (likely(flag == TTY_NORMAL)) in n_tty_receive_buf_closing() 1581 u8 flag = TTY_NORMAL; in n_tty_receive_buf_standard() 1594 if (unlikely(flag != TTY_NORMAL)) { in n_tty_receive_buf_standard()
|
H A D | tty_buffer.c | 304 bool need_flags = mutable_flags || flags[0] != TTY_NORMAL; in __tty_insert_flip_string_flags() 363 memset(flag_buf_ptr(tb, tb->used), TTY_NORMAL, space); in tty_prepare_flip_string()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_tty.c | 332 tty_insert_flip_char(&sclp_port, cchar, TTY_NORMAL); in sclp_tty_input() 342 tty_insert_flip_char(&sclp_port, '\n', TTY_NORMAL); in sclp_tty_input()
|
/openbmc/linux/arch/xtensa/platforms/iss/ |
H A D | console.c | 74 tty_insert_flip_char(port, c, TTY_NORMAL); in rs_poll()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | msm_serial.c | 577 char flag = TTY_NORMAL; in msm_complete_rx_dma() 588 flag = TTY_NORMAL; in msm_complete_rx_dma() 752 char flag = TTY_NORMAL; in msm_handle_rx_dm() 763 flag = TTY_NORMAL; in msm_handle_rx_dm() 804 char flag = TTY_NORMAL; in msm_handle_rx()
|
H A D | kgdb_nmi.c | 204 tty_insert_flip_char(&priv->port, ch, TTY_NORMAL); in kgdb_nmi_tty_receiver()
|
H A D | tegra-tcu.c | 171 TTY_NORMAL); in tegra_tcu_receive()
|
H A D | rp2.c | 409 TTY_NORMAL); in rp2_rx_chars() 411 u8 flag = TTY_NORMAL; in rp2_rx_chars()
|
H A D | mux.c | 232 tty_insert_flip_char(tport, data & 0xFF, TTY_NORMAL); in mux_read()
|
H A D | max3100.c | 236 flg = TTY_NORMAL; in max3100_handlerx_unlocked() 244 flg = TTY_NORMAL; in max3100_handlerx_unlocked()
|
H A D | 21285.c | 126 flag = TTY_NORMAL; in serial21285_rx_chars()
|
H A D | altera_jtaguart.c | 123 uart_insert_char(port, 0, 0, ch, TTY_NORMAL); in altera_jtaguart_rx_chars()
|
H A D | liteuart.c | 116 uart_insert_char(port, 1, 0, ch, TTY_NORMAL); in liteuart_rx_chars()
|
H A D | serial-tegra.c | 439 u8 flag = TTY_NORMAL; in tegra_uart_decode_rx_error() 645 u8 ch, flag = TTY_NORMAL; in tegra_uart_handle_rx_pio() 652 if (flag != TTY_NORMAL) in tegra_uart_handle_rx_pio()
|
H A D | sunhv.c | 106 tty_insert_flip_char(&port->state->port, c, TTY_NORMAL); in receive_chars_getchar()
|
H A D | timbuart.c | 87 tty_insert_flip_char(tport, ch, TTY_NORMAL); in timbuart_rx_chars()
|
H A D | apbuart.c | 79 flag = TTY_NORMAL; in apbuart_rx_chars()
|
H A D | arc_uart.c | 208 u8 ch, flg = TTY_NORMAL; in arc_serial_rx_chars()
|
/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_tty.c | 112 tty_insert_flip_char(&vktty->port, c, TTY_NORMAL); in bcm_vk_tty_wq_handler()
|