Searched refs:scan_start (Results 1 - 33 of 33) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dscan.c373 wl->ops->scan_start(wl, wlvif, req); wlcore_scan()
H A Dwlcore.h93 int (*scan_start)(struct wl1271 *wl, struct wl12xx_vif *wlvif, member in struct:wlcore_ops
/linux-4.1.27/net/wireless/
H A Dscan.c201 __cfg80211_bss_expire(rdev, request->scan_start); ___cfg80211_scan_done()
267 __cfg80211_bss_expire(rdev, request->scan_start); __cfg80211_sched_scan_results()
269 request->scan_start = __cfg80211_sched_scan_results()
1227 creq->scan_start = jiffies; cfg80211_wext_siwscan()
H A Dsme.c124 request->scan_start = jiffies; cfg80211_conn_scan()
H A Dnl80211.c5941 request->scan_start = jiffies; nl80211_trigger_scan()
6239 request->scan_start = jiffies;
/linux-4.1.27/include/drm/
H A Ddrm_mm.h89 u64 scan_start; member in struct:drm_mm
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_mm.c617 mm->scan_start = start; drm_mm_init_scan_with_range()
660 if (adj_start < mm->scan_start) drm_mm_scan_add_block()
661 adj_start = mm->scan_start; drm_mm_scan_add_block()
/linux-4.1.27/net/bluetooth/
H A Dhci_core.c2839 hdev->discovery.scan_start = 0; le_scan_disable_work_complete()
2912 unsigned long timeout, duration, scan_start, now; le_scan_restart_work_complete() local
2922 !hdev->discovery.scan_start) le_scan_restart_work_complete()
2926 * after duration from scan_start. During scan restart this job le_scan_restart_work_complete()
2931 scan_start = hdev->discovery.scan_start; le_scan_restart_work_complete()
2933 if (now - scan_start <= duration) { le_scan_restart_work_complete()
2936 if (now >= scan_start) le_scan_restart_work_complete()
2937 elapsed = now - scan_start; le_scan_restart_work_complete()
2939 elapsed = ULONG_MAX - scan_start + now; le_scan_restart_work_complete()
H A Dmgmt.c4242 hdev->discovery.scan_start = jiffies; start_discovery_complete()
8226 hdev->discovery.scan_start + restart_le_scan()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dscan.c324 jiffies_to_msecs(jiffies - priv->scan_start)); iwl_rx_scan_complete_notif()
976 priv->scan_start = jiffies; iwl_scan_initiate()
H A Ddev.h721 unsigned long scan_start; member in struct:iwl_priv
/linux-4.1.27/include/net/bluetooth/
H A Dhci_core.h83 unsigned long scan_start; member in struct:discovery_state
560 hdev->discovery.scan_start = 0; hci_discovery_filter_clear()
/linux-4.1.27/lib/zlib_deflate/
H A Ddeflate.c578 register ush scan_start = *(ush*)scan; longest_match() local
614 *(ush*)match != scan_start) continue; longest_match()
/linux-4.1.27/drivers/scsi/mvsas/
H A Dmv_init.c55 .scan_start = mvs_scan_start,
/linux-4.1.27/drivers/scsi/isci/
H A Dinit.c159 .scan_start = isci_host_start,
/linux-4.1.27/drivers/scsi/
H A Dscsi_scan.c1863 if (shost->hostt->scan_start) do_scsi_scan_host()
1864 shost->hostt->scan_start(shost); do_scsi_scan_host()
H A Dhpsa.c675 .scan_start = hpsa_scan_start,
/linux-4.1.27/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.h694 * @start_scan: flag set from scan_start callback, cleared from _mpt2sas_fw_work
H A Dmpt2sas_scsih.c7638 .scan_start = _scsih_scan_start,
8043 * _scsih_scan_start - scsi lld callback for .scan_start
H A Dmpt2sas_base.c4415 return r; /* scan_start and scan_finished support */ _base_make_ioc_operational()
/linux-4.1.27/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h627 * @start_scan: flag set from scan_start callback, cleared from _mpt3sas_fw_work
H A Dmpt3sas_scsih.c7270 .scan_start = _scsih_scan_start,
7678 * _scsih_scan_start - scsi lld callback for .scan_start
H A Dmpt3sas_base.c4546 return r; /* scan_start and scan_finished support */ _base_make_ioc_operational()
/linux-4.1.27/drivers/scsi/pm8001/
H A Dpm8001_init.c77 .scan_start = pm8001_scan_start,
/linux-4.1.27/drivers/scsi/aic94xx/
H A Daic94xx_init.c64 .scan_start = asd_scan_start,
/linux-4.1.27/include/scsi/
H A Dscsi_host.h265 void (* scan_start)(struct Scsi_Host *); member in struct:scsi_host_template
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1718 .scan_start = wl12xx_scan_start,
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1687 .scan_start = wl18xx_scan_start,
/linux-4.1.27/include/net/
H A Dcfg80211.h1442 * @scan_start: time (in jiffies) when the scan started
1470 unsigned long scan_start; member in struct:cfg80211_scan_request
1518 * @scan_start: start time of the scheduled scan
1554 unsigned long scan_start; member in struct:cfg80211_sched_scan_request
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A Dcommon.c1463 jiffies_to_msecs(jiffies - il->scan_start)); il_hdl_scan_complete()
1559 il->scan_start = jiffies; il_scan_initiate()
H A Dcommon.h1176 unsigned long scan_start; member in struct:il_priv
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_os.c259 .scan_start = qla2xxx_scan_start,
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_init.c3414 * Note: there is no scan_start function as adapter initialization will have

Completed in 1119 milliseconds