Home
last modified time | relevance | path

Searched refs:scan_lock (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dscan.c98 mutex_lock(&wvif->scan_lock); in wfx_hw_scan_work()
119 mutex_unlock(&wvif->scan_lock); in wfx_hw_scan_work()
H A Dwfx.h84 struct mutex scan_lock; member
H A Dsta.c119 mutex_lock(&wvif->scan_lock); in wfx_configure_filter()
148 mutex_unlock(&wvif->scan_lock); in wfx_configure_filter()
663 if (mutex_is_locked(&wvif_it->scan_lock)) in wfx_suspend_resume_mc()
762 mutex_init(&wvif->scan_lock); in wfx_add_interface()
/openbmc/linux/drivers/fsi/
H A Dfsi-master.h126 struct mutex scan_lock; member
H A Dfsi-core.c1257 mutex_lock(&master->scan_lock); in fsi_master_rescan()
1260 mutex_unlock(&master->scan_lock); in fsi_master_rescan()
1311 mutex_init(&master->scan_lock); in fsi_master_register()
1329 mutex_lock(&master->scan_lock); in fsi_master_register()
1341 mutex_unlock(&master->scan_lock); in fsi_master_register()
1352 mutex_lock(&master->scan_lock); in fsi_master_unregister()
1355 mutex_unlock(&master->scan_lock); in fsi_master_unregister()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c287 mutex_lock(&wcn->scan_lock); in wcn36xx_stop()
296 mutex_unlock(&wcn->scan_lock); in wcn36xx_stop()
649 mutex_lock(&wcn->scan_lock); in wcn36xx_hw_scan()
651 mutex_unlock(&wcn->scan_lock); in wcn36xx_hw_scan()
658 mutex_unlock(&wcn->scan_lock); in wcn36xx_hw_scan()
669 mutex_lock(&wcn->scan_lock); in wcn36xx_cancel_hw_scan()
671 mutex_unlock(&wcn->scan_lock); in wcn36xx_cancel_hw_scan()
1579 mutex_init(&wcn->scan_lock); in wcn36xx_probe()
H A Dwcn36xx.h263 struct mutex scan_lock; member
H A Dsmd.c2745 mutex_lock(&wcn->scan_lock); in wcn36xx_smd_hw_scan_ind()
2749 mutex_unlock(&wcn->scan_lock); in wcn36xx_smd_hw_scan_ind()
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dmain.c1326 spin_lock_irqsave(&priv->scan_lock, flags); in qbuf_scan()
1328 spin_unlock_irqrestore(&priv->scan_lock, flags); in qbuf_scan()
1344 spin_lock_irqsave(&priv->scan_lock, flags); in qabort_scan()
1346 spin_unlock_irqrestore(&priv->scan_lock, flags); in qabort_scan()
1361 spin_lock_irqsave(&priv->scan_lock, flags); in orinoco_process_scan_results()
1369 spin_unlock_irqrestore(&priv->scan_lock, flags); in orinoco_process_scan_results()
1384 spin_lock_irqsave(&priv->scan_lock, flags); in orinoco_process_scan_results()
1386 spin_unlock_irqrestore(&priv->scan_lock, flags); in orinoco_process_scan_results()
2203 spin_lock_init(&priv->scan_lock); in alloc_orinocodev()
H A Dorinoco.h148 spinlock_t scan_lock; /* protects the scan list */ member
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.h232 struct mutex scan_lock; member
H A Dps3_gelic_wireless.c706 if (mutex_lock_interruptible(&wl->scan_lock)) in gelic_wl_get_scan()
742 mutex_unlock(&wl->scan_lock); in gelic_wl_get_scan()
1435 if (mutex_lock_interruptible(&wl->scan_lock)) in gelic_wl_start_scan()
1487 mutex_unlock(&wl->scan_lock); in gelic_wl_start_scan()
1509 mutex_lock(&wl->scan_lock); in gelic_wl_scan_complete_event()
1632 mutex_unlock(&wl->scan_lock); in gelic_wl_scan_complete_event()
2209 mutex_lock(&wl->scan_lock); in gelic_wl_assoc_worker()
2229 mutex_unlock(&wl->scan_lock); in gelic_wl_assoc_worker()
2332 mutex_init(&wl->scan_lock); in gelic_wl_alloc()
/openbmc/linux/drivers/scsi/
H A Dhpsa.h212 spinlock_t scan_lock; member
H A Dhpsa.c5752 spin_lock_irqsave(&h->scan_lock, flags); in hpsa_scan_complete()
5755 spin_unlock_irqrestore(&h->scan_lock, flags); in hpsa_scan_complete()
5775 spin_lock_irqsave(&h->scan_lock, flags); in hpsa_scan_start()
5777 spin_unlock_irqrestore(&h->scan_lock, flags); in hpsa_scan_start()
5781 spin_unlock_irqrestore(&h->scan_lock, flags); in hpsa_scan_start()
5785 spin_lock_irqsave(&h->scan_lock, flags); in hpsa_scan_start()
5789 spin_unlock_irqrestore(&h->scan_lock, flags); in hpsa_scan_start()
5799 spin_unlock_irqrestore(&h->scan_lock, flags); in hpsa_scan_start()
5843 spin_lock_irqsave(&h->scan_lock, flags); in hpsa_scan_finished()
5845 spin_unlock_irqrestore(&h->scan_lock, flags); in hpsa_scan_finished()
[all …]
/openbmc/linux/drivers/nvme/host/
H A Dcore.c1098 mutex_lock(&ctrl->scan_lock); in nvme_passthru_start()
1116 mutex_unlock(&ctrl->scan_lock); in nvme_passthru_end()
3938 mutex_lock(&ctrl->scan_lock); in nvme_scan_work()
3951 mutex_unlock(&ctrl->scan_lock); in nvme_scan_work()
4466 mutex_init(&ctrl->scan_lock); in nvme_init_ctrl()
H A Dnvme.h272 struct mutex scan_lock; member