Home
last modified time | relevance | path

Searched refs:psoc_get_wakelock_info (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/mlme/psoc/src/
H A Dtarget_if_psoc_wake_lock.c42 if (!rx_ops || !rx_ops->psoc_get_wakelock_info) { in target_if_wake_lock_init()
48 psoc_wakelock = rx_ops->psoc_get_wakelock_info(psoc); in target_if_wake_lock_init()
67 if (!rx_ops || !rx_ops->psoc_get_wakelock_info) { in target_if_wake_lock_deinit()
73 psoc_wakelock = rx_ops->psoc_get_wakelock_info(psoc); in target_if_wake_lock_deinit()
92 if (!rx_ops || !rx_ops->psoc_get_wakelock_info) { in target_if_wake_lock_timeout_acquire()
98 psoc_wakelock = rx_ops->psoc_get_wakelock_info(psoc); in target_if_wake_lock_timeout_acquire()
131 if (!rx_ops || !rx_ops->psoc_get_wakelock_info) { in target_if_wake_lock_timeout_release()
136 psoc_wakelock = rx_ops->psoc_get_wakelock_info(psoc); in target_if_wake_lock_timeout_release()
231 if (!rx_ops || !rx_ops->psoc_get_wakelock_info) { in target_if_vdev_start_link_handler()
237 psoc_wakelock = rx_ops->psoc_get_wakelock_info(psoc); in target_if_vdev_start_link_handler()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/
H A Dwlan_vdev_mgr_tgt_if_rx_api.c261 mlme_rx_ops->psoc_get_wakelock_info = tgt_psoc_get_wakelock_info; in tgt_psoc_reg_wakelock_info_rx_op()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h2710 struct psoc_mlme_wakelock *(*psoc_get_wakelock_info)( member