/kernel/linux/linux-5.10/net/mac80211/ |
D | scan.c | 282 if (test_and_clear_bit(SCAN_BEACON_WAIT, &local->scanning)) { in ieee80211_scan_rx() 288 set_bit(SCAN_BEACON_DONE, &local->scanning); in ieee80211_scan_rx() 360 if (test_bit(SCAN_HW_CANCELLED, &local->scanning)) in ieee80211_prep_hw_scan() 417 bool hw_scan = test_bit(SCAN_HW_SCANNING, &local->scanning); in __ieee80211_scan_completed() 418 bool was_scanning = local->scanning; in __ieee80211_scan_completed() 431 if (WARN_ON(!local->scanning && !aborted)) in __ieee80211_scan_completed() 469 local->scanning = 0; in __ieee80211_scan_completed() 513 set_bit(SCAN_COMPLETED, &local->scanning); in ieee80211_scan_completed() 515 set_bit(SCAN_ABORTED, &local->scanning); in ieee80211_scan_completed() 608 if (!local->scan_req || local->scanning) in ieee80211_run_deferred_scan() [all …]
|
D | iface.c | 108 bool working, scanning, active; in __ieee80211_recalc_idle() local 120 scanning = test_bit(SCAN_SW_SCANNING, &local->scanning) || in __ieee80211_recalc_idle() 121 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning); in __ieee80211_recalc_idle() 123 if (working || scanning) in __ieee80211_recalc_idle() 135 if (working || scanning || active) in __ieee80211_recalc_idle() 1347 if (test_bit(SCAN_SW_SCANNING, &local->scanning)) in ieee80211_iface_work()
|
/kernel/linux/linux-5.10/Documentation/dev-tools/ |
D | kmemleak.rst | 41 Memory scanning parameters can be modified at run-time by writing to the 47 enable the task stacks scanning (default) 49 disable the tasks stacks scanning 51 start the automatic memory scanning thread (default) 53 stop the automatic memory scanning thread 55 set the automatic memory scanning period in seconds 56 (default 600, 0 to stop the automatic scanning) 92 scanning the memory (including saved registers). This means that there 97 The scanning algorithm steps: 184 reported by kmemleak because values found during the memory scanning [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | sysfs-bus-w1 | 4 Description: Bus scanning interval, microseconds component. 11 Users: any user space application which wants to know bus scanning
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
D | efi-pstore.c | 118 pos->scanning = true; in efi_pstore_scan_sysfs_enter() 120 next->scanning = true; in efi_pstore_scan_sysfs_enter() 138 entry->scanning = false; in __efi_pstore_scan_sysfs_exit() 293 if (entry->scanning) { in efi_pstore_erase_func() 327 if (found && !entry->scanning) in efi_pstore_erase_name()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | rtl_btc.h | 32 bool scanning); 34 bool scanning);
|
D | rtl_btc.c | 454 bool scanning) in rtl_btc_switch_band_notify() argument 464 if (scanning) in rtl_btc_switch_band_notify() 480 bool scanning) in rtl_btc_switch_band_notify_wifionly() argument
|
/kernel/linux/linux-5.10/drivers/staging/vt6656/ |
D | baseband.c | 440 int vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning) in vnt_update_pre_ed_threshold() argument 471 for (ed_inx = scanning ? 0 : length - 1; ed_inx > 0; ed_inx--) { in vnt_update_pre_ed_threshold() 479 if (ed_inx == priv->bb_pre_ed_index && !scanning) in vnt_update_pre_ed_threshold()
|
D | baseband.h | 75 int vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning);
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | cyttsp.txt | 28 scanning/processing cycles when the chip is in active mode. 31 scanning/processing cycles when the chip is in low-power mode. 40 scanning/processing cycle).
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
D | event.c | 24 if (wl->scanning) { in wl1251_event_scan_complete() 31 wl->scanning = false; in wl1251_event_scan_complete()
|
D | main.c | 430 if (wl->scanning) { in wl1251_op_stop() 436 wl->scanning = false; in wl1251_op_stop() 679 if (changed & IEEE80211_CONF_CHANGE_IDLE && !wl->scanning) { in wl1251_op_config() 992 if (wl->scanning) { in wl1251_op_hw_scan() 1031 wl->scanning = true; in wl1251_op_hw_scan() 1037 wl->scanning = false; in wl1251_op_hw_scan() 1594 wl->scanning = false; in wl1251_alloc_hw()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-uwb_rc | 68 to start (or stop) scanning on a channel. <type> is one of: 74 3 scanning disabled 86 not beaconing or scanning.
|
D | sysfs-block-loop | 38 (RO) Shows if automatic partition scanning is enabled for the
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | advansys.rst | 178 This option can be used to either disable I/O port scanning or to limit 179 scanning to 1 - 4 I/O ports. Regardless of the option setting EISA and 184 1. Eliminate I/O port scanning: 194 2. Limit I/O port scanning to one I/O port: 200 3. Limit I/O port scanning to four I/O ports:
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
D | gpio-mouse.txt | 8 - scan-interval-ms: The scanning interval in milliseconds
|
D | ti,nspire-keypad.txt | 14 - row-delay: How long to wait before scanning each row.
|
/kernel/liteos_m/ |
D | Kconfig | 215 bool "1: Call stack analysis for cortex-m series by scanning the stack" 223 bool "3: Call stack analysis for risc-v by scanning the stack" 227 bool "4: Call stack analysis for xtensa by scanning the stack" 231 bool "5: Call stack analysis for c-sky by scanning the stack" 235 bool "6: Call stack analysis for arm9 by scanning the stack"
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
D | Kconfig | 68 in nearly constant time. Instead of scanning the whole MTD device it 72 attaching by scanning takes long. UBI will not automatically install
|
/kernel/linux/linux-5.10/Documentation/driver-api/acpi/ |
D | scan_handlers.rst | 26 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic 54 The namespace scanning function, acpi_bus_scan(), first registers all of the
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | dev-raw-vbi.rst | 136 - This is the scanning system line number associated with the first 145 identify scanning lines, VBI acquisition may not require this 160 if the scanning system is progressive, i. e. not interlaced. The 196 (lower scanning line numbers) first in memory. This may be a top
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
D | fsmc-nand.txt | 12 - nand-skip-bbtscan: Indicates the BBT scanning should be skipped
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | vfat.rst | 105 scanning disk. But it's not used by default, because 108 correct, by this option you can avoid scanning disk. 237 Need to get rid of the raw scanning stuff. Instead, always use 239 raw scanning is the directory renaming code.
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-hcd.c | 391 if (ehci->scanning) { in ehci_work() 395 ehci->scanning = true; in ehci_work() 407 ehci->scanning = false; in ehci_work()
|