Home
last modified time | relevance | path

Searched refs:XMIT_WAKEUP (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_synctty.c78 #define XMIT_WAKEUP 0 macro
360 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_sync_wakeup()
505 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_sync_push(ap)) in ppp_sync_process()
602 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_sync_push()
621 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_sync_push()
H A Dppp_async.c75 #define XMIT_WAKEUP 0 macro
367 set_bit(XMIT_WAKEUP, &ap->xmit_flags); in ppp_asynctty_wakeup()
509 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_async_push(ap)) in ppp_async_process()
664 * leaving the XMIT_WAKEUP bit set to tell the other in ppp_async_push()
671 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_async_push()
696 * XMIT_WAKEUP since we last checked it. If they in ppp_async_push()
703 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_async_push()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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()
653 * leaving the XMIT_WAKEUP bit set to tell the other in ppp_async_push()
660 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags)) in ppp_async_push()
685 * XMIT_WAKEUP since we last checked it. If they in ppp_async_push()
692 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) || in ppp_async_push()

Completed in 10 milliseconds