/linux-5.19.10/include/linux/ |
D | tty_flip.h | 28 change = (tb->flags & TTYB_NORMAL) && (flag != TTY_NORMAL); in tty_insert_flip_char() 41 return tty_insert_flip_string_fixed_flag(port, chars, TTY_NORMAL, size); in tty_insert_flip_string()
|
D | tty_buffer.h | 53 #define TTY_NORMAL 0 macro
|
/linux-5.19.10/drivers/usb/serial/ |
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()
|
D | keyspan.c | 791 TTY_NORMAL); in usa26_indat_callback() 797 int flag = TTY_NORMAL; in usa26_indat_callback() 1141 int flag = TTY_NORMAL; in usa49_indat_callback() 1211 int flag = TTY_NORMAL; in usa49wg_indat_callback() 1280 data[i], TTY_NORMAL); in usa90_indat_callback() 1286 int flag = TTY_NORMAL; in usa90_indat_callback()
|
D | belkin_sa.c | 244 tty_flag = TTY_NORMAL; in belkin_sa_process_read_urb()
|
D | pl2303.c | 1185 char tty_flag = TTY_NORMAL; in pl2303_process_read_urb() 1210 if (tty_flag != TTY_NORMAL) in pl2303_process_read_urb()
|
/linux-5.19.10/drivers/tty/ |
D | tty_buffer.c | 321 int flags = (flag == TTY_NORMAL) ? TTYB_NORMAL : 0; in tty_insert_flip_string_fixed_flag() 391 int flags = (flag == TTY_NORMAL) ? TTYB_NORMAL : 0; in __tty_insert_flip_char() 429 memset(flag_buf_ptr(tb, tb->used), TTY_NORMAL, space); in tty_prepare_flip_string()
|
D | n_tty.c | 1450 if (likely(flag == TTY_NORMAL)) { in n_tty_receive_char_lnext() 1485 char flag = TTY_NORMAL; in n_tty_receive_buf_raw() 1490 if (likely(flag == TTY_NORMAL)) in n_tty_receive_buf_raw() 1501 char flag = TTY_NORMAL; in n_tty_receive_buf_closing() 1506 if (likely(flag == TTY_NORMAL)) in n_tty_receive_buf_closing() 1515 char flag = TTY_NORMAL; in n_tty_receive_buf_standard() 1528 if (unlikely(flag != TTY_NORMAL)) { in n_tty_receive_buf_standard()
|
/linux-5.19.10/drivers/s390/char/ |
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()
|
/linux-5.19.10/arch/xtensa/platforms/iss/ |
D | console.c | 75 tty_insert_flip_char(port, c, TTY_NORMAL); in rs_poll()
|
/linux-5.19.10/arch/parisc/kernel/ |
D | pdc_cons.c | 126 tty_insert_flip_char(&tty_port, data & 0xFF, TTY_NORMAL); in pdc_console_poll()
|
/linux-5.19.10/drivers/tty/serial/ |
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()
|
D | kgdb_nmi.c | 204 tty_insert_flip_char(&priv->port, ch, TTY_NORMAL); in kgdb_nmi_tty_receiver()
|
D | tegra-tcu.c | 172 TTY_NORMAL); in tegra_tcu_receive()
|
D | liteuart.c | 75 unsigned int flg = TTY_NORMAL; in liteuart_timer()
|
D | mux.c | 251 tty_insert_flip_char(tport, data & 0xFF, TTY_NORMAL); in mux_read()
|
D | max3100.c | 232 flg = TTY_NORMAL; in max3100_handlerx() 240 flg = TTY_NORMAL; in max3100_handlerx()
|
D | rp2.c | 410 TTY_NORMAL); in rp2_rx_chars() 412 char flag = TTY_NORMAL; in rp2_rx_chars()
|
D | 21285.c | 125 flag = TTY_NORMAL; in serial21285_rx_chars()
|
D | serial-tegra.c | 440 char flag = TTY_NORMAL; in tegra_uart_decode_rx_error() 646 char flag = TTY_NORMAL; in tegra_uart_handle_rx_pio() 655 if (flag != TTY_NORMAL) in tegra_uart_handle_rx_pio()
|
D | altera_jtaguart.c | 126 flag = TTY_NORMAL; in altera_jtaguart_rx_chars()
|
D | sunhv.c | 108 tty_insert_flip_char(&port->state->port, c, TTY_NORMAL); in receive_chars_getchar()
|
D | timbuart.c | 87 tty_insert_flip_char(tport, ch, TTY_NORMAL); in timbuart_rx_chars()
|
D | arc_uart.c | 228 flg = TTY_NORMAL; in arc_serial_rx_chars()
|
/linux-5.19.10/drivers/misc/bcm-vk/ |
D | bcm_vk_tty.c | 112 tty_insert_flip_char(&vktty->port, c, TTY_NORMAL); in bcm_vk_tty_wq_handler()
|