Searched refs:scan (Results 1 - 25 of 378) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-orion5x/
H A Dboard-mss2.c44 .scan = orion5x_pci_sys_scan_bus,
H A Dterastation_pro2-setup.c122 .scan = orion5x_pci_sys_scan_bus,
H A Dts209-setup.c170 .scan = orion5x_pci_sys_scan_bus,
H A Dts409-setup.c140 .scan = orion5x_pci_sys_scan_bus,
/linux-master/drivers/bcma/
H A DMakefile2 bcma-y += main.o scan.o core.o sprom.o
/linux-master/drivers/media/rc/keymaps/
H A Drc-delock-61959.c57 .scan = delock_61959,
H A Drc-medion-x10-digitainer.c88 .scan = medion_x10_digitainer,
H A Drc-medion-x10-or2x.c73 .scan = medion_x10_or2x,
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A DMakefile8 iwldvm-objs += scan.o
/linux-master/drivers/net/wireless/st/cw1200/
H A DMakefile11 scan.o \
H A Dcw1200.h25 #include "scan.h"
205 struct cw1200_scan scan; member in struct:cw1200_common
206 /* Keep cw1200 awake (WUP = 1) 1 second after each scan to avoid
H A Ddebug.c284 atomic_read(&priv->scan.in_progress) ? "active" : "idle");
H A Dpm.c190 if (down_trylock(&priv->scan.lock))
233 cw1200_suspend_work(&priv->scan.probe_work);
285 cw1200_resume_work(priv, &priv->scan.probe_work,
296 up(&priv->scan.lock);
318 up(&priv->scan.lock);
342 cw1200_resume_work(priv, &priv->scan.probe_work,
/linux-master/drivers/net/wireless/ti/wl12xx/
H A DMakefile2 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
H A Dscan.c9 #include "scan.h"
18 struct conf_scan_settings *c = &wl->conf.scan;
27 if (!test_bit(i, wl->scan.scanned_ch) &&
31 * In passive scans, we scan all remaining
33 * In active scans, we only scan channels not
69 set_bit(i, wl->scan.scanned_ch);
91 if (!passive && wl->scan.req->n_ssids == 0)
101 if (wl->conf.scan.split_scan_timeout)
107 /* scan on the dev role if the regular one is not started */
120 cmd->params.n_ch = wl1271_get_scan_channels(wl, wl->scan
[all...]
/linux-master/drivers/net/wireless/ti/wl18xx/
H A DMakefile2 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
H A Dscan.c9 #include "scan.h"
40 /* scan on the dev role if the regular one is not started */
64 cmd->n_probe_reqs = wl->conf.scan.num_probe_reqs;
83 * remain 0 for normal scan
148 wl->scan.failed = false;
166 wl1271_debug(DEBUG_CMD, "cmd sched_scan scan config");
302 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop");
306 wl1271_error("failed to alloc memory to send sched scan stop");
315 wl1271_error("failed to send sched scan stop command");
/linux-master/drivers/net/wireless/ti/wlcore/
H A DMakefile3 boot.o init.o debugfs.o scan.o sysfs.o vendor_cmd.o
/linux-master/drivers/rapidio/
H A DMakefile8 obj-$(CONFIG_RAPIDIO_ENUM_BASIC) += rio-scan.o
/linux-master/drivers/ssb/
H A DMakefile3 ssb-y += main.o scan.o
/linux-master/fs/jffs2/
H A DMakefile10 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
/linux-master/arch/arm/include/asm/mach/
H A Dpci.h24 int (*scan)(int nr, struct pci_host_bridge *); member in struct:hw_pci
/linux-master/arch/arm/kernel/
H A Dbios32.c463 if (hw->scan)
464 ret = hw->scan(nr, bridge);
476 if (WARN(ret < 0, "PCI: unable to scan bus!")) {
/linux-master/arch/arm/mach-dove/
H A Dpcie.c188 .scan = dove_pcie_scan_bus,
/linux-master/arch/arm/mach-mv78xx0/
H A Dpcie.c233 .scan = mv78xx0_pcie_scan_bus,

Completed in 371 milliseconds

1234567891011>>