Home
last modified time | relevance | path

Searched refs:WL1271_FLAG_IN_ELP (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dio.h65 WARN_ON((test_bit(WL1271_FLAG_IN_ELP, &wl->flags) && in wlcore_raw_write()
83 WARN_ON((test_bit(WL1271_FLAG_IN_ELP, &wl->flags) && in wlcore_raw_read()
Dwlcore_i.h235 WL1271_FLAG_IN_ELP, enumerator
Dmain.c6700 set_bit(WL1271_FLAG_IN_ELP, &wl->flags); in wlcore_runtime_suspend()
6715 if (!test_bit(WL1271_FLAG_IN_ELP, &wl->flags)) in wlcore_runtime_resume()
6745 clear_bit(WL1271_FLAG_IN_ELP, &wl->flags); in wlcore_runtime_resume()
Dcmd.c76 WARN_ON(test_bit(WL1271_FLAG_IN_ELP, &wl->flags)); in __wlcore_cmd_send()