Home
last modified time | relevance | path

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

/linux-6.1.9/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()
173 } while (test_bit(XMIT_WAKEUP, &(info->tx_state))); in dtl1_write_wakeup()
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()
Dbt3c_cs.c94 #define XMIT_WAKEUP 2 macro
/linux-6.1.9/drivers/net/ppp/
Dppp_synctty.c78 #define XMIT_WAKEUP 0 macro
358 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_sync_wakeup()
499 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_sync_push(ap)) in ppp_sync_process()
596 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_sync_push()
615 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_sync_push()
Dppp_async.c75 #define XMIT_WAKEUP 0 macro
365 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_asynctty_wakeup()
503 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_async_push(ap)) in ppp_async_process()
665 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_async_push()
697 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_async_push()