/linux-4.4.14/net/mac80211/ |
D | scan.c | 261 if (test_bit(SCAN_HW_CANCELLED, &local->scanning)) in ieee80211_prep_hw_scan() 314 bool was_scanning = local->scanning; in __ieee80211_scan_completed() 327 if (WARN_ON(!local->scanning && !aborted)) in __ieee80211_scan_completed() 361 local->scanning = 0; in __ieee80211_scan_completed() 397 set_bit(SCAN_COMPLETED, &local->scanning); in ieee80211_scan_completed() 399 set_bit(SCAN_ABORTED, &local->scanning); in ieee80211_scan_completed() 466 if (!local->scan_req || local->scanning) in ieee80211_run_deferred_scan() 588 __set_bit(SCAN_HW_SCANNING, &local->scanning); in __ieee80211_start_scan() 597 __set_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning); in __ieee80211_start_scan() 625 __set_bit(SCAN_SW_SCANNING, &local->scanning); in __ieee80211_start_scan() [all …]
|
D | iface.c | 107 bool working, scanning, active; in __ieee80211_recalc_idle() local 119 scanning = test_bit(SCAN_SW_SCANNING, &local->scanning) || in __ieee80211_recalc_idle() 120 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning); in __ieee80211_recalc_idle() 122 if (working || scanning) in __ieee80211_recalc_idle() 134 if (working || scanning || active) in __ieee80211_recalc_idle() 1213 if (test_bit(SCAN_SW_SCANNING, &local->scanning)) in ieee80211_iface_work()
|
D | main.c | 45 if (local->monitors || test_bit(SCAN_SW_SCANNING, &local->scanning) || in ieee80211_configure_filter() 46 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning)) in ieee80211_configure_filter() 252 WARN(test_bit(SCAN_HW_SCANNING, &local->scanning), in ieee80211_restart_work()
|
D | ieee80211_i.h | 1227 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 | 911 local->ps_sdata && !(local->scanning)) { in ieee80211_tx_status()
|
D | mlme.c | 1145 if (local->scanning) in ieee80211_sta_process_chanswitch() 1418 if (local->scanning) in ieee80211_enable_ps() 2303 if (sdata->local->tmp_channel || sdata->local->scanning) { in ieee80211_mgd_probe_ap() 4450 if (local->scanning) in ieee80211_prep_connection()
|
D | tx.c | 226 if (local->scanning) in ieee80211_tx_h_dynamic_ps() 291 if (unlikely(test_bit(SCAN_SW_SCANNING, &tx->local->scanning)) && in ieee80211_tx_h_check_assoc() 720 if (WARN(test_bit(SCAN_SW_SCANNING, &tx->local->scanning) && assoc && in ieee80211_tx_h_rate_ctrl()
|
D | cfg.c | 2601 local->scanning || ieee80211_is_radar_required(local)) in ieee80211_start_roc_work() 2809 if (!list_empty(&local->roc_list) || local->scanning) { in ieee80211_start_radar_detection() 3174 if (!list_empty(&local->roc_list) || local->scanning) in __ieee80211_channel_switch()
|
D | util.c | 1654 if (test_bit(SCAN_COMPLETED, &local->scanning)) { in ieee80211_flush_completed_scan() 1661 set_bit(SCAN_ABORTED, &local->scanning); in ieee80211_flush_completed_scan()
|
D | rx.c | 2459 (!local->scanning && in ieee80211_rx_h_data()
|
/linux-4.4.14/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 | 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 | edac.txt | 61 the EDAC PCI scanning code. If that attribute is set, PCI parity/error 62 scanning is skipped for that device. The attribute is: 402 This control file enables or disables the PCI Bus Parity scanning 403 operation. Writing a 1 to this file enables the scanning. Writing 404 a 0 to this file disables the scanning.
|
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 | 1420 On systems that have PCI, it triggers scanning the 2803 or for PCI scanning. 2821 noearly [X86] Don't do any early type 1 scanning.
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-w1 | 4 Description: Bus scanning interval, microseconds component. 10 Users: any user space application which wants to know bus scanning
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/vt6656/ |
D | baseband.c | 565 void vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning) in vnt_update_pre_ed_threshold() argument 574 if (scanning) { /* Max sensitivity */ in vnt_update_pre_ed_threshold() 653 if (scanning) { /* Max sensitivity */ in vnt_update_pre_ed_threshold() 737 if (scanning) { /* need Max sensitivity */ in vnt_update_pre_ed_threshold() 815 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.4.14/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.4.14/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() 1008 if (wl->scanning) { in wl1251_op_hw_scan() 1047 wl->scanning = true; in wl1251_op_hw_scan() 1053 wl->scanning = false; in wl1251_op_hw_scan() 1532 wl->scanning = false; in wl1251_alloc_hw()
|
D | wl1251.h | 355 bool scanning; member
|
/linux-4.4.14/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.4.14/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.4.14/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 | ChangeLog.1992-1997 | 96 (scan_scsis): Added some 'spaghetti' code to allow scanning for
|
D | ncr53c8xx.txt | 1460 system with more than one host adaptor. This enables the order of scanning
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/mtd/ |
D | fsmc-nand.txt | 12 - nand-skip-bbtscan: Indicates the BBT scanning should be skipped
|
/linux-4.4.14/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 | 386 mount time, F2FS first tries to find the last valid checkpoint data by scanning 387 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.4.14/drivers/usb/host/ |
D | ehci-hcd.c | 394 if (ehci->scanning) { in ehci_work() 398 ehci->scanning = true; in ehci_work() 410 ehci->scanning = false; in ehci_work()
|
D | oxu210hp.h | 395 unsigned scanning:1; member
|
D | fotg210.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 | fotg210-hcd.c | 4871 if (fotg210->scanning) { in fotg210_work() 4875 fotg210->scanning = true; in fotg210_work() 4887 fotg210->scanning = false; in fotg210_work()
|
/linux-4.4.14/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() 1962 if (hwsim->scanning) { in mac80211_hwsim_sw_scan() 1970 hwsim->scanning = true; in mac80211_hwsim_sw_scan() 1984 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.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 510 if (ieee->scanning == 0 ) in ieee80211_softmac_scan_wq() 526 ieee->scanning = 0; in ieee80211_softmac_scan_wq() 584 if (ieee->scanning == 1) { in ieee80211_softmac_stop_scan() 585 ieee->scanning = 0; in ieee80211_softmac_stop_scan() 614 if (ieee->scanning == 0) { in ieee80211_start_scan() 615 ieee->scanning = 1; in ieee80211_start_scan() 2693 ieee->scanning = 0; in ieee80211_softmac_init()
|
D | ieee80211.h | 1804 short scanning; member
|
/linux-4.4.14/include/linux/ |
D | uwb.h | 393 int scanning; member
|
D | efi.h | 1132 bool scanning; member
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/vm/ |
D | idle_page_tracking.txt | 97 result noticeably. In order not to stall scanning of the idle page bitmap,
|
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
|
/linux-4.4.14/Documentation/RCU/ |
D | UP.txt | 101 Because the calling function is scanning an RCU-protected linked
|
D | rcu_dereference.txt | 138 This sort of comparison occurs frequently when scanning
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 76 directives from directory scanning and file contents copying are
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 254 * (via yyrestart()), so that the user can continue scanning by 1251 /* We're scanning a new file or input source. It's 1367 } /* end of scanning one token */ 1375 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
/linux-4.4.14/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.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 271 * (via zconfrestart()), so that the user can continue scanning by 1400 /* We're scanning a new file or input source. It's 1515 } /* end of scanning one token */ 1522 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 351 priv->ieee80211->scanning = 0; in r8192_wx_set_scan()
|
/linux-4.4.14/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.4.14/arch/arm/mach-imx/ |
D | Kconfig | 333 Bad Block Table to know what blocks are bad instead of scanning the
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 185 processes must find their devices by scanning sysfs
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 870 scaning||scanning
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 502 scan a tasks virtual memory. It effectively controls the maximum scanning 509 scan a tasks virtual memory. It effectively controls the minimum scanning
|
/linux-4.4.14/Documentation/usb/ |
D | WUSB-Design-overview.txt | 87 control bandwidth assignment, beaconing, scanning, etc
|
/linux-4.4.14/Documentation/devicetree/ |
D | usage-model.txt | 212 scanning of the device tree after selecting the correct machine_desc
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 777 bool "Enable DMI scanning" if EXPERT 779 Enabled scanning of DMI to identify machine quirks. Say Y
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 238 bool "Asynchronous SCSI scanning"
|