Searched refs:no_flash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 972 static int wil_wait_device_ready(struct wil6210_priv *wil, int no_flash) in wil_wait_device_ready() argument 978 if (no_flash) { in wil_wait_device_ready() 1107 static int wil_target_reset(struct wil6210_priv *wil, int no_flash) in wil_target_reset() argument 1124 if (!no_flash) { in wil_target_reset() 1183 rc = wil_wait_device_ready(wil, no_flash); in wil_target_reset() 1193 if (wil->hw_version < HW_VER_TALYN_MB && no_flash) { in wil_target_reset() 1597 int no_flash; in wil_reset() local 1675 no_flash = test_bit(hw_capa_no_flash, wil->hw_capa); in wil_reset() 1676 if (!no_flash) in wil_reset() 1679 rc = wil_target_reset(wil, no_flash); in wil_reset() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 972 static int wil_wait_device_ready(struct wil6210_priv *wil, int no_flash) in wil_wait_device_ready() argument 978 if (no_flash) { in wil_wait_device_ready() 1107 static int wil_target_reset(struct wil6210_priv *wil, int no_flash) in wil_target_reset() argument 1124 if (!no_flash) { in wil_target_reset() 1183 rc = wil_wait_device_ready(wil, no_flash); in wil_target_reset() 1193 if (wil->hw_version < HW_VER_TALYN_MB && no_flash) { in wil_target_reset() 1597 int no_flash; in wil_reset() local 1675 no_flash = test_bit(hw_capa_no_flash, wil->hw_capa); in wil_reset() 1676 if (!no_flash) in wil_reset() 1679 rc = wil_target_reset(wil, no_flash); in wil_reset() [all...] |
Completed in 5 milliseconds