skip_txen_test 56 drivers/tty/serial/8250/8250_core.c static unsigned int skip_txen_test; /* force skip of txen test at init time */ skip_txen_test 492 drivers/tty/serial/8250/8250_core.c up->port.quirks |= skip_txen_test ? UPQ_NO_TXEN_TEST : 0; skip_txen_test 1236 drivers/tty/serial/8250/8250_core.c module_param(skip_txen_test, uint, 0644); skip_txen_test 1237 drivers/tty/serial/8250/8250_core.c MODULE_PARM_DESC(skip_txen_test, "Skip checking for the TXEN bug at init time"); skip_txen_test 1264 drivers/tty/serial/8250/8250_core.c module_param_cb(skip_txen_test, ¶m_ops_uint, &skip_txen_test, 0644);