Home
last modified time | relevance | path

Searched refs:BFUSB_TX_WAKEUP (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dbfusb.c44 #define BFUSB_TX_WAKEUP 2 macro
153 set_bit(BFUSB_TX_WAKEUP, &data->state); in bfusb_tx_wakeup()
158 clear_bit(BFUSB_TX_WAKEUP, &data->state); in bfusb_tx_wakeup()
168 } while (test_bit(BFUSB_TX_WAKEUP, &data->state)); in bfusb_tx_wakeup()