Lines Matching refs:handle
124 wmi_unified_t handle; in target_if_ftm_cmd_send() local
132 handle = get_wmi_unified_hdl_from_pdev(pdev); in target_if_ftm_cmd_send()
133 if (!handle) { in target_if_ftm_cmd_send()
140 ret = wmi_unified_pdev_utf_cmd_send(handle, ¶m, pdev_id); in target_if_ftm_cmd_send()
150 wmi_unified_t handle; in target_if_ftm_attach() local
157 handle = get_wmi_unified_hdl_from_psoc(psoc); in target_if_ftm_attach()
158 if (!handle) { in target_if_ftm_attach()
162 ret = wmi_unified_register_event_handler(handle, in target_if_ftm_attach()
178 wmi_unified_t handle; in target_if_ftm_detach() local
185 handle = get_wmi_unified_hdl_from_psoc(psoc); in target_if_ftm_detach()
186 if (!handle) { in target_if_ftm_detach()
190 ret = wmi_unified_unregister_event_handler(handle, in target_if_ftm_detach()