Searched refs:XMIT_WAKEUP (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/bluetooth/ |
| D | dtl1_cs.c | 89 #define XMIT_WAKEUP 2 macro 137 set_bit(XMIT_WAKEUP, &(info->tx_state)); in dtl1_write_wakeup() 142 set_bit(XMIT_WAKEUP, &(info->tx_state)); in dtl1_write_wakeup() 151 clear_bit(XMIT_WAKEUP, &(info->tx_state)); in dtl1_write_wakeup() 173 } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); in dtl1_write_wakeup()
|
| D | bluecard_cs.c | 103 #define XMIT_WAKEUP 2 macro 228 set_bit(XMIT_WAKEUP, &(info->tx_state)); in bluecard_write_wakeup() 240 clear_bit(XMIT_WAKEUP, &(info->tx_state)); in bluecard_write_wakeup() 332 } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); in bluecard_write_wakeup()
|
| D | bt3c_cs.c | 94 #define XMIT_WAKEUP 2 macro
|
| /Linux-v4.19/drivers/net/ppp/ |
| D | ppp_synctty.c | 82 #define XMIT_WAKEUP 0 macro 363 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_sync_wakeup() 504 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_sync_push(ap)) in ppp_sync_process() 601 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_sync_push() 620 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_sync_push()
|
| D | ppp_async.c | 79 #define XMIT_WAKEUP 0 macro 370 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_asynctty_wakeup() 508 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_async_push(ap)) in ppp_async_process() 670 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_async_push() 702 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_async_push()
|