Home
last modified time | relevance | path

Searched refs:rf_ntfy (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ps.c266 enum rtw_rf_state *rf_ntfy = NULL; in _hal_ps_ntfy_hw_rf_state() local
268 rf_ntfy = (enum rtw_rf_state *)_os_kmem_alloc(d, sizeof(*rf_ntfy)); in _hal_ps_ntfy_hw_rf_state()
269 if (rf_ntfy == NULL) { in _hal_ps_ntfy_hw_rf_state()
274 *rf_ntfy = rf_state; in _hal_ps_ntfy_hw_rf_state()
275 msg.inbuf = (u8 *)rf_ntfy; in _hal_ps_ntfy_hw_rf_state()
276 msg.inlen = sizeof(*rf_ntfy); in _hal_ps_ntfy_hw_rf_state()
285 _os_kmem_free(d, rf_ntfy, sizeof(*rf_ntfy)); in _hal_ps_ntfy_hw_rf_state()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ps.c266 enum rtw_rf_state *rf_ntfy = NULL; in _hal_ps_ntfy_hw_rf_state() local
268 rf_ntfy = (enum rtw_rf_state *)_os_kmem_alloc(d, sizeof(*rf_ntfy)); in _hal_ps_ntfy_hw_rf_state()
269 if (rf_ntfy == NULL) { in _hal_ps_ntfy_hw_rf_state()
274 *rf_ntfy = rf_state; in _hal_ps_ntfy_hw_rf_state()
275 msg.inbuf = (u8 *)rf_ntfy; in _hal_ps_ntfy_hw_rf_state()
276 msg.inlen = sizeof(*rf_ntfy); in _hal_ps_ntfy_hw_rf_state()
285 _os_kmem_free(d, rf_ntfy, sizeof(*rf_ntfy)); in _hal_ps_ntfy_hw_rf_state()