/linux-4.1.27/net/mac80211/ |
D | scan.c | 257 if (test_bit(SCAN_HW_CANCELLED, &local->scanning)) in ieee80211_prep_hw_scan() 310 bool was_scanning = local->scanning; in __ieee80211_scan_completed() 323 if (WARN_ON(!local->scanning && !aborted)) in __ieee80211_scan_completed() 357 local->scanning = 0; in __ieee80211_scan_completed() 393 set_bit(SCAN_COMPLETED, &local->scanning); in ieee80211_scan_completed() 395 set_bit(SCAN_ABORTED, &local->scanning); in ieee80211_scan_completed() 462 if (!local->scan_req || local->scanning) in ieee80211_run_deferred_scan() 584 __set_bit(SCAN_HW_SCANNING, &local->scanning); in __ieee80211_start_scan() 593 __set_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning); in __ieee80211_start_scan() 621 __set_bit(SCAN_SW_SCANNING, &local->scanning); in __ieee80211_start_scan() [all …]
|
D | iface.c | 106 bool working, scanning, active; in __ieee80211_recalc_idle() local 118 scanning = test_bit(SCAN_SW_SCANNING, &local->scanning) || in __ieee80211_recalc_idle() 119 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning); in __ieee80211_recalc_idle() 121 if (working || scanning) in __ieee80211_recalc_idle() 133 if (working || scanning || active) in __ieee80211_recalc_idle() 1185 if (local->scanning) in ieee80211_iface_work()
|
D | main.c | 50 if (local->monitors || test_bit(SCAN_SW_SCANNING, &local->scanning) || in ieee80211_configure_filter() 51 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning)) in ieee80211_configure_filter() 257 WARN(test_bit(SCAN_HW_SCANNING, &local->scanning), in ieee80211_restart_work()
|
D | ieee80211_i.h | 1234 unsigned long scanning; member 1758 WARN(test_bit(SCAN_HW_SCANNING, &local->scanning) && in __ieee80211_resume() 1759 !test_bit(SCAN_COMPLETED, &local->scanning), in __ieee80211_resume()
|
D | status.c | 830 local->ps_sdata && !(local->scanning)) { in ieee80211_tx_status()
|
D | tx.c | 216 if (local->scanning) in ieee80211_tx_h_dynamic_ps() 281 if (unlikely(test_bit(SCAN_SW_SCANNING, &tx->local->scanning)) && in ieee80211_tx_h_check_assoc() 710 if (WARN(test_bit(SCAN_SW_SCANNING, &tx->local->scanning) && assoc && in ieee80211_tx_h_rate_ctrl()
|
D | mlme.c | 1122 if (local->scanning) in ieee80211_sta_process_chanswitch() 1382 if (local->scanning) in ieee80211_enable_ps() 2276 if (sdata->local->tmp_channel || sdata->local->scanning) { in ieee80211_mgd_probe_ap() 4455 if (local->scanning) in ieee80211_prep_connection()
|
D | cfg.c | 2579 local->scanning || ieee80211_is_radar_required(local)) in ieee80211_start_roc_work() 2787 if (!list_empty(&local->roc_list) || local->scanning) { in ieee80211_start_radar_detection() 3152 if (!list_empty(&local->roc_list) || local->scanning) in __ieee80211_channel_switch()
|
D | util.c | 2110 if (test_bit(SCAN_COMPLETED, &local->scanning)) { in ieee80211_reconfig()
|
D | rx.c | 2439 (!local->scanning && in ieee80211_rx_h_data()
|
/linux-4.1.27/Documentation/ |
D | kmemleak.txt | 42 Memory scanning parameters can be modified at run-time by writing to the 46 stack=on - enable the task stacks scanning (default) 47 stack=off - disable the tasks stacks scanning 48 scan=on - start the automatic memory scanning thread (default) 49 scan=off - stop the automatic memory scanning thread 50 scan=<secs> - set the automatic memory scanning period in seconds 51 (default 600, 0 to stop the automatic scanning) 80 scanning the memory (including saved registers). This means that there 85 The scanning algorithm steps: 162 reported by kmemleak because values found during the memory scanning [all …]
|
D | edac.txt | 79 checked by the EDAC PCI scanning code. If that attribute is set, 80 PCI parity/error scanning is skipped for that device. The attribute 434 This control file enables or disables the PCI Bus Parity scanning 435 operation. Writing a 1 to this file enables the scanning. Writing 436 a 0 to this file disables the scanning.
|
D | svga.txt | 95 After scanning, the mode ordering is a bit different: the auto-detected SVGA 139 (remember that mode scanning is not done automatically). 249 2.5 (19-Mar-96) Fixed a VESA mode scanning bug introduced in 2.4.
|
D | gdb-kernel-debugging.txt | 66 scanning for modules in /home/user/linux/build
|
D | flexible-arrays.txt | 105 This function works by scanning the array for pages containing nothing but
|
D | robust-futex-ABI.txt | 167 The kernel exit code will silently stop scanning the list further if at
|
D | robust-futexes.txt | 70 calls: the kernel has to do the vma scanning unconditionally! (this is
|
D | kernel-doc-nano-HOWTO.txt | 236 All descriptive text is further processed, scanning for the following special
|
D | bcache.txt | 22 dirty data to the backing device is always done sequentially, scanning from the
|
D | kernel-parameters.txt | 1356 On systems that have PCI, it triggers scanning the 2726 or for PCI scanning. 2744 noearly [X86] Don't do any early type 1 scanning.
|
/linux-4.1.27/drivers/firmware/efi/ |
D | efi-pstore.c | 114 pos->scanning = true; in efi_pstore_scan_sysfs_enter() 116 next->scanning = true; in efi_pstore_scan_sysfs_enter() 133 entry->scanning = false; in __efi_pstore_scan_sysfs_exit() 306 if (entry->scanning) { in efi_pstore_erase_func() 347 if (found && !entry->scanning) { in efi_pstore_erase()
|
D | efivars.c | 525 if (!entry->scanning) { in efivar_delete()
|
D | vars.c | 815 if (entry->scanning) { in efivar_entry_find()
|
/linux-4.1.27/drivers/uwb/ |
D | scan.c | 88 rc->scanning = channel; in uwb_rc_scan() 108 result = sprintf(buf, "%d %d\n", rc->scanning, rc->scan_type); in uwb_rc_scan_show()
|
D | radio.c | 192 rc->scanning = -1; in uwb_radio_reset_state()
|
/linux-4.1.27/drivers/staging/vt6656/ |
D | baseband.c | 566 void vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning) in vnt_update_pre_ed_threshold() argument 575 if (scanning) { /* Max sensitivity */ in vnt_update_pre_ed_threshold() 654 if (scanning) { /* Max sensitivity */ in vnt_update_pre_ed_threshold() 738 if (scanning) { /* need Max sensitivity */ in vnt_update_pre_ed_threshold() 817 if (ed_inx == priv->bb_pre_ed_index && !scanning) in vnt_update_pre_ed_threshold()
|
D | baseband.h | 102 void vnt_update_pre_ed_threshold(struct vnt_private *, int scanning);
|
/linux-4.1.27/drivers/sh/maple/ |
D | maple.c | 52 static int started, scanning, fullscan; variable 517 scanning = 1; in maple_map_subunits() 581 if (!started || (scanning == 2) || !fullscan) { in maple_response_devinfo() 700 if (scanning == 1) { in maple_dma_handler() 702 scanning = 2; in maple_dma_handler() 704 scanning = 0; in maple_dma_handler()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | event.c | 38 if (wl->scanning) { in wl1251_event_scan_complete() 41 wl->scanning = false; in wl1251_event_scan_complete()
|
D | main.c | 450 if (wl->scanning) { in wl1251_op_stop() 452 wl->scanning = false; in wl1251_op_stop() 695 if (changed & IEEE80211_CONF_CHANGE_IDLE && !wl->scanning) { in wl1251_op_config() 1013 if (wl->scanning) { in wl1251_op_hw_scan() 1052 wl->scanning = true; in wl1251_op_hw_scan() 1058 wl->scanning = false; in wl1251_op_hw_scan() 1536 wl->scanning = false; in wl1251_alloc_hw()
|
D | wl1251.h | 355 bool scanning; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-uwb_rc | 68 to start (or stop) scanning on a channel. <type> is one of: 72 3 - scanning disabled 83 not beaconing or scanning.
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sh_mobile_hdmi.c | 851 bool scanning = false, preferred_bad = false; in sh_hdmi_read_edid() local 919 scanning = true; in sh_hdmi_read_edid() 927 i < hdmi->monspec.modedb_len && scanning; in sh_hdmi_read_edid() 939 scanning = false; in sh_hdmi_read_edid() 949 if (scanning) { in sh_hdmi_read_edid() 957 scanning = false; in sh_hdmi_read_edid() 972 scanning = true; in sh_hdmi_read_edid()
|
/linux-4.1.27/Documentation/scsi/ |
D | advansys.txt | 163 This option can be used to either disable I/O port scanning or to limit 164 scanning to 1 - 4 I/O ports. Regardless of the option setting EISA and 169 1. Eliminate I/O port scanning: 173 2. Limit I/O port scanning to one I/O port: 175 3. Limit I/O port scanning to four I/O ports:
|
D | dpti.txt | 61 * Add sparse lun scanning
|
D | ChangeLog.ncr53c8xx | 461 this avoid scanning all CCBs on INT FLY (Only scan all CCBs, on
|
D | scsi_mid_low_api.txt | 141 This example shows the mid level scanning the newly introduced HBA for 3 1137 * INQUIRY done by the scanning code and take appropriate action.
|
D | ChangeLog.lpfc | 360 any consistent bindings within the driver. All scanning is now 564 * Have target add/remove delay before scanning.
|
D | ncr53c8xx.txt | 1460 system with more than one host adaptor. This enables the order of scanning
|
D | ChangeLog.1992-1997 | 96 (scan_scsis): Added some 'spaghetti' code to allow scanning for
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | ti,nspire-keypad.txt | 14 - row-delay: How long to wait before scanning each row.
|
D | imx-keypad.txt | 5 of scanning a keypad matrix. The KPP is capable of detecting, debouncing,
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | Kconfig | 67 in nearly constant time. Instead of scanning the whole MTD device it 71 attaching by scanning takes long. UBI will not automatically install
|
/linux-4.1.27/Documentation/acpi/ |
D | scan_handlers.txt | 20 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic 48 The namespace scanning function, acpi_bus_scan(), first registers all of the
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | fsmc-nand.txt | 12 - nand-skip-bbtscan: Indicates the BBT scanning should be skipped
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfat.txt | 83 scanning disk. But it's not used by default, because 86 correct, by this option you can avoid scanning disk. 185 * Need to get rid of the raw scanning stuff. Instead, always use 187 raw scanning is the directory renaming code.
|
D | autofs4-mount-control.txt | 137 involves scanning /proc/mounts and since it needs to be done quite 155 the number of times to call the expire ioctl. This involves scanning
|
D | f2fs.txt | 383 mount time, F2FS first tries to find the last valid checkpoint data by scanning 384 CP area. In order to reduce the scanning time, F2FS uses only two copies of CP.
|
D | squashfs.txt | 222 to be stored out of line improving scanning and lookup performance and it
|
D | xfs.txt | 265 The interval at which the background scanning for inodes
|
D | vfs.txt | 317 scanning loop that is done. This allows the VFS to determine
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-hcd.c | 393 if (ehci->scanning) { in ehci_work() 397 ehci->scanning = true; in ehci_work() 409 ehci->scanning = false; in ehci_work()
|
D | oxu210hp.h | 395 unsigned scanning:1; member
|
D | fotg210.h | 96 bool scanning:1; member
|
D | fusbh200.h | 96 bool scanning:1; member
|
D | ehci.h | 144 bool scanning:1; member
|
D | oxu210hp-hcd.c | 2394 if (oxu->scanning) in ehci_work() 2396 oxu->scanning = 1; in ehci_work() 2400 oxu->scanning = 0; in ehci_work()
|
D | fusbh200-hcd.c | 4999 if (fusbh200->scanning) { in fusbh200_work() 5003 fusbh200->scanning = true; in fusbh200_work() 5015 fusbh200->scanning = false; in fusbh200_work()
|
D | fotg210-hcd.c | 5065 if (fotg210->scanning) { in fotg210_work() 5069 fotg210->scanning = true; in fotg210_work() 5081 fotg210->scanning = false; in fotg210_work()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 516 if (ieee->scanning == 0 ) in ieee80211_softmac_scan_wq() 532 ieee->scanning = 0; in ieee80211_softmac_scan_wq() 590 if (ieee->scanning == 1) { in ieee80211_softmac_stop_scan() 591 ieee->scanning = 0; in ieee80211_softmac_stop_scan() 620 if (ieee->scanning == 0) { in ieee80211_start_scan() 621 ieee->scanning = 1; in ieee80211_start_scan() 2703 ieee->scanning = 0; in ieee80211_softmac_init()
|
D | ieee80211.h | 1942 short scanning; member
|
/linux-4.1.27/drivers/net/wireless/ |
D | at76c50x-usb.h | 421 bool scanning; /* if set, the scan is running */ member
|
D | mac80211_hwsim.c | 508 bool started, idle, scanning; member 912 if (data->scanning && memcmp(addr, data->scan_addr, ETH_ALEN) == 0) in mac80211_hwsim_addr_match() 1964 if (hwsim->scanning) { in mac80211_hwsim_sw_scan() 1972 hwsim->scanning = true; in mac80211_hwsim_sw_scan() 1986 hwsim->scanning = false; in mac80211_hwsim_sw_scan_complete()
|
D | at76c50x-usb.c | 1432 priv->scanning = false; in at76_startup_device() 1528 if (!priv->scanning) in at76_guess_freq() 1947 priv->scanning = false; in at76_dwork_hw_scan() 2004 priv->scanning = true; in at76_hw_scan()
|
/linux-4.1.27/Documentation/video4linux/ |
D | radiotrack.txt | 24 comfortable X-windows interface, and added a scanning feature. For hack
|
D | si4713.txt | 13 The chip also allows integrated receive power scanning to identify low signal
|
/linux-4.1.27/include/linux/ |
D | uwb.h | 393 int scanning; member
|
D | efi.h | 1095 bool scanning; member
|
/linux-4.1.27/Documentation/input/ |
D | atarikbd.txt | 133 scanning the joysticks (samples are not queued). 142 only stops the output but also temporarily stops scanning the button (samples 352 All mouse event reporting is disabled (and scanning may be internally 469 Disable the generation of any joystick events (and scanning may be internally
|
/linux-4.1.27/Documentation/RCU/ |
D | UP.txt | 101 Because the calling function is scanning an RCU-protected linked
|
D | rcu_dereference.txt | 147 This sort of comparison occurs frequently when scanning
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c_shipped | 262 * (via zconfrestart()), so that the user can continue scanning by 1347 /* We're scanning a new file or input source. It's 1462 } /* end of scanning one token */ 1469 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
/linux-4.1.27/Documentation/vm/ |
D | page_migration | 64 Lists of pages to be migrated are generated by scanning over
|
D | unevictable-lru.txt | 62 will spend a lot of time scanning the LRU lists looking for the small fraction 459 this behavior (see Documentation/sysctl/vm.txt). Once scanning of the 575 try_to_unmap_file() handles non-linear mappings by scanning a certain
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 76 directives from directory scanning and file contents copying are
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 243 * (via yyrestart()), so that the user can continue scanning by 920 /* We're scanning a new file or input source. It's 1035 } /* end of scanning one token */ 1042 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 253 * (via yyrestart()), so that the user can continue scanning by 1223 /* We're scanning a new file or input source. It's 1339 } /* end of scanning one token */ 1346 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 351 priv->ieee80211->scanning = 0; in r8192_wx_set_scan()
|
/linux-4.1.27/Documentation/networking/ |
D | README.ipw2100 | 46 channel scanning, and human exposure.
|
D | cxgb.txt | 246 after loading the kernel module. The hotplug script does this by scanning
|
D | README.ipw2200 | 59 channel scanning, and human exposure.
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | Kconfig | 333 Bad Block Table to know what blocks are bad instead of scanning the
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 185 processes must find their devices by scanning sysfs
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 490 scan a tasks virtual memory. It effectively controls the maximum scanning 497 scan a tasks virtual memory. It effectively controls the minimum scanning
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 847 scaning||scanning
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 87 control bandwidth assignment, beaconing, scanning, etc
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 212 scanning of the device tree after selecting the correct machine_desc
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 767 bool "Enable DMI scanning" if EXPERT 769 Enabled scanning of DMI to identify machine quirks. Say Y
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 238 bool "Asynchronous SCSI scanning"
|