Searched refs:tmr_id (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | hal_btc.c | 63 static void _set_btc_timer(struct btc_t *btc, u16 tmr_id, u32 ms) in _set_btc_timer() argument 67 if (tmr_id < BTC_TIMER_MAX) { in _set_btc_timer() 68 btmr = &btc->timer[tmr_id]; in _set_btc_timer() 1720 static void _ntfy_timer(struct btc_t *btc, u16 tmr_id) in _ntfy_timer() argument 1729 "[BTC], %s(): tmr_id =%d\n", __func__, tmr_id); in _ntfy_timer() 1733 if (tmr_id == BTC_TIMER_PERIODIC) { in _ntfy_timer() 1736 } else if (tmr_id == BTC_TIMER_WL_RFKTO) { in _ntfy_timer() 1744 } else if (tmr_id == BTC_TIMER_WL_SPECPKT) { in _ntfy_timer() 1748 } else if (tmr_id == BTC_TIMER_BT_A2DPPLAY) { in _ntfy_timer()
|
| H A D | hal_btc.h | 1025 void (*ntfy_timer)(struct btc_t *btc, u16 tmr_id); 1324 static void _ntfy_timer(struct btc_t *btc, u16 tmr_id);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | hal_btc.c | 63 static void _set_btc_timer(struct btc_t *btc, u16 tmr_id, u32 ms) in _set_btc_timer() argument 67 if (tmr_id < BTC_TIMER_MAX) { in _set_btc_timer() 68 btmr = &btc->timer[tmr_id]; in _set_btc_timer() 1786 static void _ntfy_timer(struct btc_t *btc, u16 tmr_id) in _ntfy_timer() argument 1795 "[BTC], %s(): tmr_id =%d\n", __func__, tmr_id); in _ntfy_timer() 1799 if (tmr_id == BTC_TIMER_PERIODIC) { in _ntfy_timer() 1802 } else if (tmr_id == BTC_TIMER_WL_RFKTO) { in _ntfy_timer() 1810 } else if (tmr_id == BTC_TIMER_WL_SPECPKT) { in _ntfy_timer() 1814 } else if (tmr_id == BTC_TIMER_BT_A2DPPLAY) { in _ntfy_timer()
|
| H A D | hal_btc.h | 1030 void (*ntfy_timer)(struct btc_t *btc, u16 tmr_id); 1331 static void _ntfy_timer(struct btc_t *btc, u16 tmr_id);
|