Searched refs:F81534_TX_EMPTY_BIT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | f81534.c | 147 #define F81534_TX_EMPTY_BIT 0 macro 520 if (!test_and_clear_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty)) in f81534_submit_writer() 529 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_submit_writer() 1117 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_open() 1187 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_process_per_serial_block() 1513 return test_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_tx_empty()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | f81534.c | 147 #define F81534_TX_EMPTY_BIT 0 macro 518 if (!test_and_clear_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty)) in f81534_submit_writer() 527 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_submit_writer() 1103 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_open() 1168 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_process_per_serial_block() 1493 return test_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_tx_empty()
|
Completed in 4 milliseconds