tx_irq_enabled 56 drivers/tty/ehv_bytechan.c int tx_irq_enabled; /* true == TX interrupt is enabled */ tx_irq_enabled 88 drivers/tty/ehv_bytechan.c if (!bc->tx_irq_enabled) { tx_irq_enabled 90 drivers/tty/ehv_bytechan.c bc->tx_irq_enabled = 1; tx_irq_enabled 96 drivers/tty/ehv_bytechan.c if (bc->tx_irq_enabled) { tx_irq_enabled 98 drivers/tty/ehv_bytechan.c bc->tx_irq_enabled = 0; tx_irq_enabled 636 drivers/tty/ehv_bytechan.c bc->tx_irq_enabled = 1; tx_irq_enabled 120 drivers/tty/serial/pic32_uart.c if (en && !tx_irq_enabled(sport)) { tx_irq_enabled 122 drivers/tty/serial/pic32_uart.c tx_irq_enabled(sport) = 1; tx_irq_enabled 123 drivers/tty/serial/pic32_uart.c } else if (!en && tx_irq_enabled(sport)) { tx_irq_enabled 129 drivers/tty/serial/pic32_uart.c tx_irq_enabled(sport) = 0; tx_irq_enabled 422 drivers/tty/serial/pic32_uart.c tx_irq_enabled(sport) = 0;