Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.c1508 qdf_atomic_set(&scn->ep_vote_access, in hif_try_prevent_ep_vote_access()
1515 qdf_atomic_set(&scn->ep_vote_access, in hif_try_prevent_ep_vote_access()
1542 vote_access = qdf_atomic_read(&scn->ep_vote_access); in hif_set_ep_intermediate_vote_access()
1551 qdf_atomic_set(&scn->ep_vote_access, in hif_set_ep_intermediate_vote_access()
1561 qdf_atomic_set(&scn->ep_vote_access, in hif_allow_ep_vote_access()
1573 qdf_atomic_set(&scn->ep_vote_access, access); in hif_set_ep_vote_access()
1584 return qdf_atomic_read(&scn->ep_vote_access); in hif_get_ep_vote_access()
H A Dhif_main.h481 qdf_atomic_t ep_vote_access; member
873 (qdf_atomic_read(&scn->ep_vote_access) == in hif_is_ep_vote_access_disabled()