Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Dwlcore.h486 struct completion nvs_loading_complete; member
Dmain.c6368 init_completion(&wl->nvs_loading_complete); in wlcore_alloc_hw()
6610 complete_all(&wl->nvs_loading_complete); in wlcore_nvs_cb()
6720 complete_all(&wl->nvs_loading_complete); in wlcore_probe()
6748 wait_for_completion(&wl->nvs_loading_complete); in wlcore_remove()