Searched refs:XMIT_WAKEUP (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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() 331 } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); in bluecard_write_wakeup()
|
D | bt3c_cs.c | 94 #define XMIT_WAKEUP 2 macro
|
/linux-6.1.9/drivers/net/ppp/ |
D | ppp_synctty.c | 78 #define XMIT_WAKEUP 0 macro 358 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_sync_wakeup() 499 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_sync_push(ap)) in ppp_sync_process() 596 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_sync_push() 615 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_sync_push()
|
D | ppp_async.c | 75 #define XMIT_WAKEUP 0 macro 365 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_asynctty_wakeup() 503 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_async_push(ap)) in ppp_async_process() 665 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_async_push() 697 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_async_push()
|