Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/bluetooth/
Dbtuart_cs.c97 #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()
Ddtl1_cs.c93 #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()
Dbluecard_cs.c102 #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()
Dbt3c_cs.c95 #define XMIT_WAKEUP 2 macro
/linux-2.6.39/drivers/net/
Dppp_synctty.c80 #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()
Dppp_async.c78 #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/
Dirnet_ppp.h36 #define XMIT_WAKEUP 2 macro