Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/bluetooth/
Ddtl1_cs.c89 #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()
Dbtuart_cs.c96 #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()
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.c94 #define XMIT_WAKEUP 2 macro
/linux-3.4.99/drivers/net/ppp/
Dppp_synctty.c81 #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()
Dppp_async.c79 #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/
Dirnet_ppp.h36 #define XMIT_WAKEUP 2 macro