Searched refs:XMIT_WAKEUP (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/bluetooth/ |
D | btuart_cs.c | 97 #define XMIT_WAKEUP 2 macro 139 set_bit(XMIT_WAKEUP, &(info->tx_state)); in btuart_write_wakeup() 148 clear_bit(XMIT_WAKEUP, &(info->tx_state)); in btuart_write_wakeup() 158 set_bit(XMIT_WAKEUP, &(info->tx_state)); in btuart_write_wakeup() 169 } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); in btuart_write_wakeup()
|
D | dtl1_cs.c | 93 #define XMIT_WAKEUP 2 macro 141 set_bit(XMIT_WAKEUP, &(info->tx_state)); in dtl1_write_wakeup() 146 set_bit(XMIT_WAKEUP, &(info->tx_state)); in dtl1_write_wakeup() 155 clear_bit(XMIT_WAKEUP, &(info->tx_state)); in dtl1_write_wakeup() 176 } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); in dtl1_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 | 95 #define XMIT_WAKEUP 2 macro
|
/linux-2.6.39/drivers/net/ |
D | ppp_synctty.c | 80 #define XMIT_WAKEUP 0 macro 410 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_sync_wakeup() 551 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_sync_push(ap)) in ppp_sync_process() 648 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_sync_push() 667 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_sync_push()
|
D | ppp_async.c | 78 #define XMIT_WAKEUP 0 macro 369 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_asynctty_wakeup() 507 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_async_push(ap)) in ppp_async_process() 669 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_async_push() 701 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_async_push()
|
/linux-2.6.39/net/irda/irnet/ |
D | irnet_ppp.h | 36 #define XMIT_WAKEUP 2 macro
|