Home
last modified time | relevance | path

Searched refs:scan_work (Results 1 – 25 of 29) sorted by relevance

12

/linux/net/mac80211/
H A Dscan.c309 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, 0); in ieee80211_scan_rx()
553 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, 0); in ieee80211_scan_completed()
593 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, 0); in ieee80211_start_sw_scan()
656 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, in ieee80211_run_deferred_scan()
868 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, in __ieee80211_start_scan()
1098 container_of(work, struct ieee80211_local, scan_work.work); in ieee80211_scan_work()
1188 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, in ieee80211_scan_work()
1325 wiphy_delayed_work_cancel(local->hw.wiphy, &local->scan_work); in ieee80211_scan_cancel()
H A Dmain.c1003 wiphy_delayed_work_init(&local->scan_work, ieee80211_scan_work); in ieee80211_alloc_hw_nm()
H A Dutil.c1653 wiphy_delayed_work_queue(local->hw.wiphy, &local->scan_work, 0); in ieee80211_flush_completed_scan()
1654 wiphy_delayed_work_flush(local->hw.wiphy, &local->scan_work); in ieee80211_flush_completed_scan()
H A Diface.c735 wiphy_delayed_work_flush(local->hw.wiphy, &local->scan_work); in ieee80211_do_stop()
/linux/drivers/net/wireless/silabs/wfx/
H A Dscan.c93 struct wfx_vif *wvif = container_of(work, struct wfx_vif, scan_work); in wfx_hw_scan_work()
131 schedule_work(&wvif->scan_work); in wfx_hw_scan()
H A Dwfx.h85 struct work_struct scan_work; member
H A Dsta.c747 INIT_WORK(&wvif->scan_work, wfx_hw_scan_work); in wfx_add_interface()
/linux/drivers/s390/scsi/
H A Dzfcp_aux.c359 INIT_DELAYED_WORK(&adapter->scan_work, zfcp_fc_scan_ports); in zfcp_adapter_enqueue()
426 cancel_delayed_work_sync(&adapter->scan_work); in zfcp_adapter_enqueue()
447 cancel_delayed_work_sync(&adapter->scan_work); in zfcp_adapter_unregister()
H A Dzfcp_def.h195 struct delayed_work scan_work; member
H A Dzfcp_sysfs.c239 queue_delayed_work(adapter->work_queue, &adapter->scan_work, 0); in zfcp_sysfs_port_rescan_store()
240 flush_delayed_work(&adapter->scan_work); in zfcp_sysfs_port_rescan_store()
H A Dzfcp_fc.c75 queue_delayed_work(adapter->work_queue, &adapter->scan_work, delay); in zfcp_fc_port_scan()
810 scan_work); in zfcp_fc_scan_ports()
/linux/drivers/net/wireless/marvell/libertas/
H A Dcfg.c728 container_of(work, struct lbs_private, scan_work.work); in lbs_scan_worker()
774 cancel_delayed_work(&priv->scan_work); in lbs_scan_worker()
776 queue_delayed_work(priv->work_thread, &priv->scan_work, in lbs_scan_worker()
793 cancel_delayed_work(&priv->scan_work); in lbs_scan_worker()
822 queue_delayed_work(priv->work_thread, &priv->scan_work, in _internal_start_scan()
852 if (priv->scan_req || delayed_work_pending(&priv->scan_work)) { in lbs_cfg_scan()
2193 INIT_DELAYED_WORK(&priv->scan_work, lbs_scan_worker); in lbs_cfg_register()
2202 cancel_delayed_work_sync(&priv->scan_work); in lbs_scan_deinit()
H A Ddev.h177 struct delayed_work scan_work; member
H A Dmain.c236 cancel_delayed_work_sync(&priv->scan_work); in lbs_eth_stop()
/linux/drivers/rpmsg/
H A Dqcom_smd.c143 struct work_struct scan_work; member
673 schedule_work(&edge->scan_work); in qcom_smd_edge_intr()
1207 struct qcom_smd_edge *edge = container_of(work, struct qcom_smd_edge, scan_work); in qcom_channel_scan_worker()
1351 INIT_WORK(&edge->scan_work, qcom_channel_scan_worker); in qcom_smd_parse_edge()
1515 schedule_work(&edge->scan_work); in qcom_smd_register_edge()
1544 cancel_work_sync(&edge->scan_work); in qcom_smd_unregister_edge()
/linux/net/mac802154/
H A Dscan.c55 cancel_delayed_work(&local->scan_work); in mac802154_scan_cleanup_locked()
177 container_of(work, struct ieee802154_local, scan_work.work); in mac802154_scan_worker()
207 queue_delayed_work(local->mac_wq, &local->scan_work, in mac802154_scan_worker()
264 queue_delayed_work(local->mac_wq, &local->scan_work, scan_duration); in mac802154_scan_worker()
304 queue_delayed_work(local->mac_wq, &local->scan_work, 0); in mac802154_trigger_scan_locked()
/linux/drivers/scsi/snic/
H A Dsnic_disc.c152 struct snic_tgt *tgt = container_of(work, struct snic_tgt, scan_work); in snic_scsi_scan_tgt()
270 INIT_WORK(&tgt->scan_work, snic_scsi_scan_tgt); in snic_tgt_create()
318 scsi_queue_work(snic->shost, &tgt->scan_work); in snic_tgt_create()
H A Dsnic_disc.h64 struct work_struct scan_work; member
/linux/drivers/usb/storage/
H A Duas.c49 struct work_struct scan_work; /* for async scanning */ member
135 container_of(work, struct uas_dev_info, scan_work); in uas_scan_work()
1043 INIT_WORK(&devinfo->scan_work, uas_scan_work); in uas_probe()
1061 schedule_work(&devinfo->scan_work); in uas_probe()
1234 cancel_work_sync(&devinfo->scan_work); in uas_disconnect()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c3026 cancel_work_sync(&rport->scan_work); in fc_rport_final_delete()
3117 INIT_WORK(&rport->scan_work, fc_scsi_scan_rport); in fc_remote_port_create()
3172 scsi_queue_work(shost, &rport->scan_work); in fc_remote_port_create()
3332 &rport->scan_work); in fc_remote_port_add()
3589 scsi_queue_work(shost, &rport->scan_work); in fc_remote_port_rolechg()
3761 container_of(work, struct fc_rport, scan_work); in fc_scsi_scan_rport()
H A Dscsi_transport_iscsi.c1829 container_of(work, struct iscsi_cls_session, scan_work); in iscsi_scan_session()
2043 INIT_WORK(&session->scan_work, iscsi_scan_session); in iscsi_alloc_session()
2181 flush_work(&session->scan_work); in iscsi_remove_session()
/linux/drivers/nvme/host/
H A Dcore.c164 queue_work(nvme_wq, &ctrl->scan_work); in nvme_queue_scan()
1273 flush_work(&ctrl->scan_work); in nvme_passthru_end()
4491 container_of(work, struct nvme_ctrl, scan_work); in nvme_scan_work()
4566 flush_work(&ctrl->scan_work); in nvme_remove_namespaces()
5097 INIT_WORK(&ctrl->scan_work, nvme_scan_work); in nvme_init_ctrl()
H A Dnvme.h408 struct work_struct scan_work; member
H A Dapple.c1294 flush_work(&anv->ctrl.scan_work); in apple_nvme_async_probe()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c2748 container_of(wk, struct iwl_mei_scan_filter, scan_work); in iwl_mvm_mei_scan_work()
2773 INIT_WORK(&mei_scan_filter->scan_work, iwl_mvm_mei_scan_work); in iwl_mvm_mei_scan_filter_init()

12