Documented in 1 files:
Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 54 files:
- drivers/tty/serial/8250/8250_bcm7271.c, line 428
- drivers/tty/serial/8250/8250_dma.c, line 32
- drivers/tty/serial/8250/8250_omap.c, line 1101
- drivers/tty/serial/8250/8250_pci1xxxx.c, line 519
- drivers/tty/serial/8250/8250_port.c, line 1745
- drivers/tty/serial/amba-pl011.c
- drivers/tty/serial/ar933x_uart.c, line 431
- drivers/tty/serial/arc_uart.c, line 179
- drivers/tty/serial/atmel_serial.c
- drivers/tty/serial/clps711x.c, line 178
- drivers/tty/serial/cpm_uart.c, line 698
- drivers/tty/serial/digicolor-usart.c, line 211
- drivers/tty/serial/dz.c, line 281
- drivers/tty/serial/fsl_linflexuart.c, line 186
- drivers/tty/serial/fsl_lpuart.c
- drivers/tty/serial/icom.c, line 968
- drivers/tty/serial/imx.c
- drivers/tty/serial/ip22zilog.c
- drivers/tty/serial/jsm/jsm_cls.c, line 480
- drivers/tty/serial/jsm/jsm_neo.c, line 543
- drivers/tty/serial/max3100.c, line 291
- drivers/tty/serial/max310x.c, line 811
- drivers/tty/serial/men_z135_uart.c, line 354
- drivers/tty/serial/meson_uart.c, line 174
- drivers/tty/serial/milbeaut_usio.c, line 115
- drivers/tty/serial/msm_serial.c
- drivers/tty/serial/mxs-auart.c, line 530
- drivers/tty/serial/pch_uart.c
- drivers/tty/serial/pic32_uart.c, line 384
- drivers/tty/serial/pmac_zilog.c
- drivers/tty/serial/qcom_geni_serial.c
- drivers/tty/serial/rda-uart.c, line 355
- drivers/tty/serial/rsci.c, line 466
- drivers/tty/serial/samsung_tty.c
- drivers/tty/serial/sb1250-duart.c, line 407
- drivers/tty/serial/sc16is7xx.c, line 686
- drivers/tty/serial/sccnxp.c, line 477
- drivers/tty/serial/serial-tegra.c
- drivers/tty/serial/serial_core.c
- drivers/tty/serial/sh-sci.c
- drivers/tty/serial/sprd_serial.c, line 279
- drivers/tty/serial/stm32-usart.c, line 833
- drivers/tty/serial/sunhv.c, line 216
- drivers/tty/serial/sunplus-uart.c, line 227
- drivers/tty/serial/sunsab.c, line 281
- drivers/tty/serial/sunsu.c, line 403
- drivers/tty/serial/sunzilog.c
- drivers/tty/serial/tegra-tcu.c, line 108
- drivers/tty/serial/timbuart.c, line 131
- drivers/tty/serial/uartlite.c, line 215
- drivers/tty/serial/ucc_uart.c, line 386
- drivers/tty/serial/xilinx_uartps.c, line 453
- drivers/tty/serial/zs.c, line 630
- include/linux/serial_core.h, line 950
Smatch caller information:
drivers/tty/serial/sh-sci.c sci_dma_tx_complete() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | flags | ||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/sh-sci.c sci_transmit_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/altera_uart.c altera_uart_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | (-1),616 |
| BUF_SIZE | 0 | port | (-1),616 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &port->lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/8250/8250_dma.c __dma_tx_complete() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &p->port.lock | ||
| LOCK2 | flags | ||
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/tegra-tcu.c tegra_tcu_uart_start_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->ops->send_xchar | 0,625199656327569408,6317227003971317760 |
| PARAM_VALUE | 0 | port->ops->start_rx | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->icount.tx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0-255 |
| HALF_LOCKED2 | &_T->lock->lock | ||
| HALF_LOCKED2 | _T->flags | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| HALF_LOCKED2 | 0 | &port->lock |
drivers/tty/serial/serial_core.c uart_handle_cts_change() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->ops | 4096-ptr_max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->icount.tx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0-255 |
| UNITS | 0 | port | unit_byte |
| HALF_LOCKED2 | &atmel_port->lock_suspended | ||
| HALF_LOCKED2 | &icom_port->uart_port.lock | ||
| HALF_LOCKED2 | &port->lock | ||
| HALF_LOCKED2 | &s->port.lock | ||
| HALF_LOCKED2 | &sport->port.lock | ||
| HALF_LOCKED2 | &u->lock | ||
| HALF_LOCKED2 | &uart->port.lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | lock_flags | ||
| HALF_LOCKED2 | 0 | &port->lock |
drivers/tty/serial/8250/8250_bcm7271.c brcmuart_tx_dma() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->private_data | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &up->lock |
drivers/tty/serial/sunplus-uart.c transmit_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->lock.rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/ucc_uart.c qe_uart_tx_pump() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | 616 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq |
drivers/tty/serial/lantiq.c lqasc_start_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->icount.tx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0-255 |
| LOCK2 | <q_port->lock | ||
| LOCK2 | flags | ||
| HALF_LOCKED2 | &_T->lock->lock | ||
| HALF_LOCKED2 | &port->lock | ||
| HALF_LOCKED2 | _T->flags | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct ltq_uart_port)->lock |
drivers/tty/serial/8250/8250_omap.c omap_8250_dma_tx_complete() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->private_data | 4096-ptr_max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &_T->lock->lock | ||
| LOCK2 | _T->flags | ||
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh |
drivers/tty/serial/sccnxp.c sccnxp_handle_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->dev | 4096-ptr_max |
| PARAM_VALUE | 0 | port->dev->driver_data | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &s->lock | ||
| LOCK2 | flags | ||
| TYPE_LOCK | (struct sccnxp_port)->lock |
drivers/tty/serial/milbeaut_usio.c mlb_usio_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->ops->send_xchar | 0,625199656327569408,6317227003971317760 |
| PARAM_VALUE | 0 | port->ops->start_rx | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0 |
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| HALF_LOCKED2 | 0 | &port->lock |
drivers/tty/serial/digicolor-usart.c digicolor_uart_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | flags | ||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/uartlite.c ulite_transmit() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->membase | 4096-ptr_max |
| PARAM_VALUE | 0 | port->ops->send_xchar | 0,625199656327569408,6317227003971317760 |
| PARAM_VALUE | 0 | port->ops->start_rx | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->private_data | 4096-ptr_max |
| PARAM_VALUE | 0 | port->private_data->reg_ops | s64min-(-4096),4096-s64max |
| PARAM_VALUE | 0 | port->private_data->reg_ops->out | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0 |
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| HALF_LOCKED2 | 0 | &port->lock |
drivers/tty/serial/amba-pl010.c pl010_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &port->lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/sc16is7xx.c sc16is7xx_handle_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | 616 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 0 | port->icount.tx | |
| LOCK2 | _T->lock | ||
| LOCK2 | flags | ||
| LOCK2 | 0 | &port->lock | |
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/max310x.c max310x_handle_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $0 |
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 0 | port->icount.tx | |
| HALF_LOCKED2 | &pool->lock |
drivers/tty/serial/sprd_serial.c sprd_complete_tx_dma() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->dev->dma_io_tlb_lock.rlock.dep_map->name | 0-255 |
| BUF_SIZE | 0 | port | s32min-(-2),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-2),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 0 | port | unit_byte |
| LOCK2 | flags | ||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/sprd_serial.c sprd_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &port->lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/8250/8250_mxpcie.c mxpcie8250_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->serial_in | 4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &_T->lock->lock | ||
| LOCK2 | _T->flags | ||
| HALF_LOCKED2 | &i->lock |
drivers/tty/serial/liteuart.c liteuart_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &port->lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/meson_uart.c meson_uart_start_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->ops->send_xchar | 0,625199656327569408,6317227003971317760 |
| PARAM_VALUE | 0 | port->ops->start_rx | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->icount.tx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0-255 |
| HALF_LOCKED2 | &_T->lock->lock | ||
| HALF_LOCKED2 | _T->flags | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| HALF_LOCKED2 | 0 | &port->lock |
drivers/tty/serial/stm32-usart.c stm32_usart_transmit_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->ops->send_xchar | 0,625199656327569408,6317227003971317760 |
| PARAM_VALUE | 0 | port->ops->start_rx | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->icount.tx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0 |
| UNITS | 0 | port | unit_byte |
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | 0 | &port->lock |
drivers/tty/serial/altera_jtaguart.c altera_jtaguart_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &port->lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/st-asc.c asc_transmit_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &port->lock | ||
| HALF_LOCKED2 | _T->lock |
drivers/tty/serial/max3100.c max3100_work() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &pool->lock |
drivers/tty/serial/pch_uart.c dma_handle_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &priv->port.lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/pch_uart.c handle_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &priv->port.lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/vt8500_serial.c handle_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->icount.tx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0-255 |
| HALF_LOCKED2 | &port->lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq |
drivers/tty/serial/lpc32xx_hs.c __serial_lpc32xx_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->icount.tx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0-255 |
| HALF_LOCKED2 | &port->lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq |
drivers/tty/serial/8250/8250_port.c serial8250_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->hw_stopped | 0 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0 |
| HALF_LOCKED2 | &_T->lock->lock | ||
| HALF_LOCKED2 | &port->lock | ||
| HALF_LOCKED2 | &up->port.lock | ||
| HALF_LOCKED2 | _T->flags | ||
| HALF_LOCKED2 | flags |
drivers/tty/serial/imx.c imx_uart_dma_tx_callback() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->dev | 4096-ptr_max |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &sport->port.lock | ||
| LOCK2 | flags | ||
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/imx.c imx_uart_transmit_buffer() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &sport->port.lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/men_z135_uart.c men_z135_handle_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->membase | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->hw_stopped | 0 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0 |
| HALF_LOCKED2 | &port->lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq |
drivers/tty/serial/ma35d1_serial.c transmit_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq |
drivers/tty/serial/xilinx_uartps.c cdns_uart_handle_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &cdns_uart->port->lock | ||
| HALF_LOCKED2 | &port->lock | ||
| HALF_LOCKED2 | irq |
drivers/tty/serial/arc_uart.c arc_serial_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->ops->send_xchar | 0,625199656327569408,6317227003971317760 |
| PARAM_VALUE | 0 | port->ops->start_rx | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->icount.tx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0 |
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| HALF_LOCKED2 | 0 | &port->lock |
drivers/tty/serial/mps2-uart.c mps2_uart_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->icount.tx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0-255 |
| HALF_LOCKED2 | &port->lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq |
drivers/tty/serial/rp2.c rp2_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &up->port.lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/8250/8250_pci1xxxx.c pci1xxxx_tx_burst() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 6701026853346709504 |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->icount | 0-s32max |
| PARAM_VALUE | 0 | port->iso7816 | 0-4294967295 |
| PARAM_VALUE | 0 | port->lock | s32min-s32max |
| PARAM_VALUE | 0 | port->ops | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->rs485 | 0-4294967295 |
| PARAM_VALUE | 0 | port->rs485_supported | 0-4294967295 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | (-1),616 |
| BUF_SIZE | 0 | port | (-1),616 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | flags | ||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &i->lock | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/mvebu-uart.c mvebu_uart_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| DATA_SOURCE | 0 | port | $0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq |
drivers/tty/serial/jsm/jsm_cls.c cls_copy_data_from_queue_to_uart() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &brd->bd_intr_lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | lock_flags |
drivers/tty/serial/sifive.c __ssp_transmit_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &ssp->port.lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/serial-tegra.c tegra_uart_handle_tx_pio() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &u->lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/serial-tegra.c tegra_uart_tx_dma_complete() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &tup->uport.lock | ||
| LOCK2 | flags | ||
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/bcm63xx_uart.c bcm_uart_do_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &port->lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/icom.c xmit_interrupt() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &icom_port->uart_port.lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/qcom_geni_serial.c qcom_geni_serial_handle_tx_dma() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->lock.rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | port->suspended | 0 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/qcom_geni_serial.c qcom_geni_serial_handle_tx_fifo() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->lock.rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | port->suspended | 0 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/rsci.c rsci_transmit_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/fsl_lpuart.c lpuart32_transmit_buffer() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &sport->port.lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags |
drivers/tty/serial/fsl_lpuart.c lpuart_dma_tx_complete() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh |
drivers/tty/serial/fsl_lpuart.c lpuart_transmit_buffer() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &sport->port.lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags |
drivers/tty/serial/rda-uart.c rda_uart_send_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->lock.rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/fsl_linflexuart.c linflex_transmit_buffer() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->ops->send_xchar | 0,625199656327569408,6317227003971317760 |
| PARAM_VALUE | 0 | port->ops->start_rx | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | port | s32min-(-1),1-s32max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->cons_flow | 0-1 |
| HOST_DATA | 0 | port->console_reinit | 0-255 |
| HOST_DATA | 0 | port->ctrl_id | 0-u32max |
| HOST_DATA | 0 | port->custom_divisor | 0-u32max |
| HOST_DATA | 0 | port->fifosize | 0-u32max |
| HOST_DATA | 0 | port->flags | 0-u64max |
| HOST_DATA | 0 | port->frame_time | 0-u32max |
| HOST_DATA | 0 | port->has_sysrq | 0-255 |
| HOST_DATA | 0 | port->hub6 | 0-255 |
| HOST_DATA | 0 | port->icount.brk | 0-u32max |
| HOST_DATA | 0 | port->icount.buf_overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.cts | 0-u32max |
| HOST_DATA | 0 | port->icount.dcd | 0-u32max |
| HOST_DATA | 0 | port->icount.dsr | 0-u32max |
| HOST_DATA | 0 | port->icount.frame | 0-u32max |
| HOST_DATA | 0 | port->icount.overrun | 0-u32max |
| HOST_DATA | 0 | port->icount.parity | 0-u32max |
| HOST_DATA | 0 | port->icount.rng | 0-u32max |
| HOST_DATA | 0 | port->icount.rx | 0-u32max |
| HOST_DATA | 0 | port->ignore_status_mask | 0-u32max |
| HOST_DATA | 0 | port->iobase | 0-u64max |
| HOST_DATA | 0 | port->iotype | s32min-s32max |
| HOST_DATA | 0 | port->irq | 0-u32max |
| HOST_DATA | 0 | port->irqflags | 0-u64max |
| HOST_DATA | 0 | port->iso7816.clk | 0-u32max |
| HOST_DATA | 0 | port->iso7816.flags | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_di | 0-u32max |
| HOST_DATA | 0 | port->iso7816.sc_fi | 0-u32max |
| HOST_DATA | 0 | port->iso7816.tg | 0-u32max |
| HOST_DATA | 0 | port->line | 0-u32max |
| HOST_DATA | 0 | port->mapbase | 0-u64max |
| HOST_DATA | 0 | port->mapsize | 0-u64max |
| HOST_DATA | 0 | port->mctrl | 0-u32max |
| HOST_DATA | 0 | port->minor | 0-u32max |
| HOST_DATA | 0 | port->port_id | 0-u32max |
| HOST_DATA | 0 | port->quirks | 0-255 |
| HOST_DATA | 0 | port->read_status_mask | 0-u32max |
| HOST_DATA | 0 | port->regshift | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485.flags | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.addr_dest | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.addr_recv | 0-255 |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_after_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.delay_rts_before_send | 0-u32max |
| HOST_DATA | 0 | port->rs485_supported.flags | 0-u32max |
| HOST_DATA | 0 | port->status | 0-u32max |
| HOST_DATA | 0 | port->suspended | 0-255 |
| HOST_DATA | 0 | port->sysrq | 0-u64max |
| HOST_DATA | 0 | port->sysrq_ch | 0-255 |
| HOST_DATA | 0 | port->sysrq_seq | 0-255 |
| HOST_DATA | 0 | port->type | 0-u32max |
| HOST_DATA | 0 | port->uartclk | 0-u32max |
| HOST_DATA | 0 | port->x_char | 0-255 |
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | 0 | &port->lock |
drivers/tty/serial/owl-uart.c owl_uart_send_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &port->lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/samsung_tty.c s3c24xx_serial_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &port->lock | ||
| HALF_LOCKED2 | flags |
drivers/tty/serial/samsung_tty.c s3c24xx_serial_tx_dma_complete() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | flags | ||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/msm_serial.c msm_complete_tx_dma() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->dev | 4096-ptr_max |
| PARAM_VALUE | 0 | port->dev->dma_io_tlb_lock.rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | port->dev->dma_mask | 4096-ptr_max |
| PARAM_VALUE | 0 | port->dev->flags | 4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | flags | ||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/msm_serial.c msm_handle_tx_pio() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| BUF_SIZE | 0 | port | (-1),616 |
| BUF_SIZE | 0 | port | (-1),616 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | flags | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/omap-serial.c transmit_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 0 | port->sysrq_ch | 1-255 |
| LOCK2 | &up->port.lock | ||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/clps711x.c uart_clps711x_int_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->dev | 4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | flags |
drivers/tty/serial/timbuart.c timbuart_handle_tx_port() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->membase | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &uart->port.lock | ||
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/pic32_uart.c pic32_uart_do_tx() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->hw_stopped | 0 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| PARAM_VALUE | 0 | port->state->port.tty | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->x_char | 0 |
| DATA_SOURCE | 0 | port | $0 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &desc->request_mutex | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/mxs-auart.c dma_tx_callback() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh |
drivers/tty/serial/mxs-auart.c mxs_auart_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &s->port.lock |
drivers/tty/serial/atmel_serial.c atmel_complete_tx_dma() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | flags | ||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | &bdma_chan->lock | ||
| HALF_LOCKED2 | &ioat_chan->cleanup_lock | ||
| HALF_LOCKED2 | &mv_chan->lock | ||
| HALF_LOCKED2 | &pd_chan->lock | ||
| HALF_LOCKED2 | &plxdev->ring_lock | ||
| HALF_LOCKED2 | &swdma_chan->complete_lock | ||
| HALF_LOCKED2 | &td_chan->lock | ||
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/atmel_serial.c atmel_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| DATA_SOURCE | 0 | port | $0 |
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &port->lock | ||
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/atmel_serial.c atmel_tx_dma() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->lock.rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| DATA_SOURCE | 0 | port | $0 |
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/atmel_serial.c atmel_tx_pdc() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PARAM_VALUE | 0 | port->cons | 0,4096-ptr_max |
| PARAM_VALUE | 0 | port->lock.rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | port->state | 4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| DATA_SOURCE | 0 | port | $0 |
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | 0 | &port->lock | |
| HALF_LOCKED2 | bh | ||
| TYPE_LOCK | (struct uart_port)->lock |
drivers/tty/serial/jsm/jsm_neo.c neo_copy_data_from_queue_to_uart() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &brd->bd_intr_lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | lock_flags |
drivers/tty/serial/tegra-utc.c tegra_utc_tx_chars() -> uart_write_wakeup()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | port | 4096-ptr_max |
| BUF_SIZE | 0 | port | 616 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &tup->port.lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | irq |