Searched refs:tty_port (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_dma.c | 56 struct tty_port *tty_port = &p->port.state->port; in _dma_rx_complete() local 71 tty_insert_flip_string(tty_port, dma->rx_buf + dma->rx_index, count); in _dma_rx_complete() 74 tty_insert_flip_string(tty_port, dma->rx_buf, cur_index); in _dma_rx_complete() 88 struct tty_port *tty_port = &p->port.state->port; in _dma_rx_complete() local 97 tty_insert_flip_string(tty_port, dma->rx_buf, count); in _dma_rx_complete() 100 tty_flip_buffer_push(tty_port); in _dma_rx_complete() 170 struct tty_port *tty_port in serial8250_rx_dma() local [all...] |
H A D | 8250_port.c | 2809 struct tty_port *tport = &port->state->port;
in serial8250_update_uartclk() 3227 static int do_get_rxtrig(struct tty_port *port)
in do_get_rxtrig() 3240 static int do_serial8250_get_rxtrig(struct tty_port *port)
in do_serial8250_get_rxtrig() 3253 struct tty_port *port = dev_get_drvdata(dev);
in rx_trig_bytes_show() 3264 static int do_set_rxtrig(struct tty_port *port, unsigned char bytes)
in do_set_rxtrig() 3287 static int do_serial8250_set_rxtrig(struct tty_port *port, unsigned char bytes)
in do_serial8250_set_rxtrig() 3300 struct tty_port *port = dev_get_drvdata(dev);
in rx_trig_bytes_store()
|
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger.c | 119 struct tty_port tty_port;
member 773 if (state->tty_port.ops) {
in fiq_debugger_handle_console_irq_context() 778 tty_insert_flip_char(&state->tty_port, c, TTY_NORMAL);
in fiq_debugger_handle_console_irq_context() 783 tty_flip_buffer_push(&state->tty_port);
in fiq_debugger_handle_console_irq_context() 1194 return tty_port_open(&state->tty_port, tty, filp);
in fiq_tty_open() 1374 tty_port_init(&state->tty_port);
in fiq_debugger_tty_init_one() 1375 state->tty_port.ops = &fiq_tty_port_ops;
in fiq_debugger_tty_init_one() 1377 tty_dev = tty_port_register_device(&state->tty_port, fiq_tty_driver, state->pdev->id, &state->pdev->dev);
in fiq_debugger_tty_init_one()
|
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger.c | 119 struct tty_port tty_port; member 772 if (state->tty_port.ops) { in fiq_debugger_handle_console_irq_context() 777 tty_insert_flip_char(&state->tty_port, c, TTY_NORMAL); in fiq_debugger_handle_console_irq_context() 781 tty_flip_buffer_push(&state->tty_port); in fiq_debugger_handle_console_irq_context() 1191 return tty_port_open(&state->tty_port, tty, filp); in fiq_tty_open() 1369 tty_port_init(&state->tty_port); in fiq_debugger_tty_init_one() 1370 state->tty_port.ops = &fiq_tty_port_ops; in fiq_debugger_tty_init_one() 1372 tty_dev = tty_port_register_device(&state->tty_port, fiq_tty_driver, in fiq_debugger_tty_init_one()
|
Completed in 9 milliseconds