Searched refs:XMIT_WAKEUP (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/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() 172 } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); in dtl1_write_wakeup()
|
D | btuart_cs.c | 96 #define XMIT_WAKEUP 2 macro 138 set_bit(XMIT_WAKEUP, &(info->tx_state)); in btuart_write_wakeup() 147 clear_bit(XMIT_WAKEUP, &(info->tx_state)); in btuart_write_wakeup() 157 set_bit(XMIT_WAKEUP, &(info->tx_state)); in btuart_write_wakeup() 168 } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); in btuart_write_wakeup()
|
D | bluecard_cs.c | 102 #define XMIT_WAKEUP 2 macro 229 set_bit(XMIT_WAKEUP, &(info->tx_state)); in bluecard_write_wakeup() 241 clear_bit(XMIT_WAKEUP, &(info->tx_state)); in bluecard_write_wakeup() 336 } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); in bluecard_write_wakeup()
|
D | bt3c_cs.c | 94 #define XMIT_WAKEUP 2 macro
|
/linux-3.4.99/drivers/net/ppp/ |
D | ppp_synctty.c | 81 #define XMIT_WAKEUP 0 macro 411 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_sync_wakeup() 552 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_sync_push(ap)) in ppp_sync_process() 649 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_sync_push() 668 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()
|
/linux-3.4.99/net/irda/irnet/ |
D | irnet_ppp.h | 36 #define XMIT_WAKEUP 2 macro
|