Searched refs:reset_handle (Results 1 – 4 of 4) sorted by relevance
32 int (*reset_handle)(struct rkisp_device *dev); member
1234 if (!monitor->reset_handle) { in rkisp_restart_monitor()1296 ret = monitor->reset_handle(isp); in rkisp_restart_monitor()1333 monitor->reset_handle = NULL; in rkisp_monitor_init()1335 monitor->reset_handle = rkisp_reset_handle_v2x; in rkisp_monitor_init()
881 static moal_handle *reset_handle; variable933 if (!reset_handle) {938 mlan_ioctl(reset_handle->pmlan_adapter, NULL);939 cfg80211_wext = reset_handle->params.cfg80211_wext;942 if (IS_STA_CFG80211(cfg80211_wext) && reset_handle->scan_request &&943 reset_handle->scan_priv) {944 moal_private *scan_priv = reset_handle->scan_priv;947 woal_cfg80211_scan_done(reset_handle->scan_request,950 woal_cfg80211_scan_done(reset_handle->scan_request,952 reset_handle->scan_request = NULL;[all …]
353 static moal_handle *reset_handle; variable371 if (!reset_handle) { in woal_hang_work_queue()375 for (i = 0; i < reset_handle->priv_num; i++) { in woal_hang_work_queue()376 if (reset_handle->priv[i] && reset_handle->priv[i]->netdev) { in woal_hang_work_queue()378 reset_handle->priv[i]->netdev->name); in woal_hang_work_queue()380 dev_close(reset_handle->priv[i]->netdev); in woal_hang_work_queue()385 reset_handle = NULL; in woal_hang_work_queue()400 if (reset_handle == NULL) { in woal_process_hang()402 reset_handle = handle; in woal_process_hang()408 __pm_wakeup_event(&reset_handle->ws, WAKE_LOCK_HANG); in woal_process_hang()[all …]