| /linux/net/mac80211/ |
| H A D | scan.c | 302 if (test_and_clear_bit(SCAN_BEACON_WAIT, &local->scanning)) { in ieee80211_scan_rx() 308 set_bit(SCAN_BEACON_DONE, &local->scanning); in ieee80211_scan_rx() 392 if (test_bit(SCAN_HW_CANCELLED, &local->scanning)) in ieee80211_prep_hw_scan() 451 bool hw_scan = test_bit(SCAN_HW_SCANNING, &local->scanning); in __ieee80211_scan_completed() 452 bool was_scanning = local->scanning; in __ieee80211_scan_completed() 465 if (WARN_ON(!local->scanning && !aborted)) in __ieee80211_scan_completed() 503 local->scanning = 0; in __ieee80211_scan_completed() 547 set_bit(SCAN_COMPLETED, &local->scanning); in ieee80211_scan_completed() 549 set_bit(SCAN_ABORTED, &local->scanning); in ieee80211_scan_completed() 645 if (!local->scan_req || local->scanning) in ieee80211_run_deferred_scan() [all …]
|
| H A D | iface.c | 108 bool working, scanning, active; in __ieee80211_recalc_idle() local 129 scanning = test_bit(SCAN_SW_SCANNING, &local->scanning) || in __ieee80211_recalc_idle() 130 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning); in __ieee80211_recalc_idle() 132 if (working || scanning) in __ieee80211_recalc_idle() 144 if (working || scanning || active) in __ieee80211_recalc_idle() 242 if (local->scanning) { in ieee80211_can_powered_addr_change() 1789 if (test_bit(SCAN_SW_SCANNING, &local->scanning)) in ieee80211_iface_work()
|
| H A D | main.c | 46 if (local->monitors || test_bit(SCAN_SW_SCANNING, &local->scanning) || in ieee80211_configure_filter() 47 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning)) in ieee80211_configure_filter() 151 if (offchannel_flag || local->scanning || local->in_reconfig || in ieee80211_calc_hw_conf_chan() 488 WARN(test_bit(SCAN_HW_SCANNING, &local->scanning), in ieee80211_restart_work()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-w1 | 4 Description: Bus scanning interval, microseconds component. 11 Users: any user space application which wants to know bus scanning
|
| /linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| H A D | rtl_btc.h | 32 bool scanning); 34 bool scanning);
|
| H A 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
|
| /linux/drivers/sh/maple/ |
| H A D | maple.c | 51 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/drivers/net/wireless/ti/wl1251/ |
| H A D | event.c | 24 if (wl->scanning) { in wl1251_event_scan_complete() 31 wl->scanning = false; in wl1251_event_scan_complete()
|
| H A 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() 1607 wl->scanning = false; in wl1251_alloc_hw()
|
| /linux/Documentation/scsi/ |
| H A 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:
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | ps.h | 45 if (rtwdev->scanning) in rtw89_enter_ips_by_hwflags()
|
| H A D | mac80211.c | 98 !rtwdev->scanning) in rtw89_ops_config() 366 if (rtwdev->scanning) { in rtw89_ops_configure_filter() 709 if (rtwdev->scanning) in rtw89_ops_vif_cfg_changed() 807 if (rtwdev->scanning) in rtw89_ops_start_ap() 1243 if (rtwdev->scanning || rtwvif->offchan) in rtw89_ops_hw_scan() 1280 if (!rtwdev->scanning) in rtw89_ops_cancel_hw_scan() 1469 if (rtwdev->scanning) in rtw89_ops_remain_on_channel() 1682 if (rtwdev->scanning) in rtw89_ops_change_vif_links()
|
| /linux/Documentation/driver-api/acpi/ |
| H A 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
|
| /linux/Documentation/hwmon/ |
| H A D | sbtsi_temp.rst | 13 Addresses scanned: This driver doesn't support address scanning.
|
| H A D | sbrmi.rst | 13 Addresses scanned: This driver doesn't support address scanning.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-block-loop | 38 (RO) Shows if automatic partition scanning is enabled for the
|
| /linux/Documentation/gpu/nova/core/ |
| H A D | vbios.rst | 83 | | | BIT Header | (Signature scanning | | 175 The location of the PMU lookup table is found by scanning the BIT (`BIOS Information Table`_)
|
| /linux/drivers/mtd/ubi/ |
| H A 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
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | orphan.rst | 41 RO_COMPAT_ORPHAN_PRESENT feature to avoid unnecessary scanning of the orphan
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | fsmc-nand.txt | 12 - nand-skip-bbtscan: Indicates the BBT scanning should be skipped
|
| /linux/Documentation/filesystems/ |
| H A 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.
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 72 scanning for modules in /home/user/linux/build
|
| /linux/Documentation/translations/zh_TW/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 68 scanning for modules in /home/user/linux/build
|
| /linux/Documentation/admin-guide/ |
| H A D | svga.rst | 103 After scanning, the mode ordering is a bit different: the auto-detected SVGA 148 (remember that mode scanning is not done automatically). 222 2.5 (19-Mar-96) Fixed a VESA mode scanning bug introduced in 2.4.
|
| /linux/mm/damon/ |
| H A D | Kconfig | 87 scanning-based reclamation is used for heavy pressure.
|