Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.h480 qdf_atomic_t dp_ep_vote_access; member
871 if ((qdf_atomic_read(&scn->dp_ep_vote_access) == in hif_is_ep_vote_access_disabled()
Dhif_main.c1506 qdf_atomic_set(&scn->dp_ep_vote_access, in hif_try_prevent_ep_vote_access()
1513 qdf_atomic_set(&scn->dp_ep_vote_access, in hif_try_prevent_ep_vote_access()
1559 qdf_atomic_set(&scn->dp_ep_vote_access, in hif_allow_ep_vote_access()
1571 qdf_atomic_set(&scn->dp_ep_vote_access, access); in hif_set_ep_vote_access()
1582 return qdf_atomic_read(&scn->dp_ep_vote_access); in hif_get_ep_vote_access()