Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A 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()
173 } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); in dtl1_write_wakeup()
H A Dbluecard_cs.c103 #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()
H A Dbt3c_cs.c94 #define XMIT_WAKEUP 2 macro
/openbmc/linux/drivers/net/ppp/
H A Dppp_synctty.c78 #define XMIT_WAKEUP 0 macro
350 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_sync_wakeup()
494 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_sync_push(ap)) in ppp_sync_process()
591 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_sync_push()
610 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_sync_push()
H A Dppp_async.c75 #define XMIT_WAKEUP 0 macro
357 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_asynctty_wakeup()
498 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_async_push(ap)) in ppp_async_process()
660 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_async_push()
692 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_async_push()