Searched refs:psoc_get_wakelock_info (Results 1 – 3 of 3) sorted by relevance
42 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 …]
261 mlme_rx_ops->psoc_get_wakelock_info = tgt_psoc_get_wakelock_info; in tgt_psoc_reg_wakelock_info_rx_op()
2710 struct psoc_mlme_wakelock *(*psoc_get_wakelock_info)( member