Home
last modified time | relevance | path

Searched refs:scanning (Results 1 – 25 of 111) sorted by relevance

12345

/linux-6.6.21/net/mac80211/
Dscan.c275 if (test_and_clear_bit(SCAN_BEACON_WAIT, &local->scanning)) { in ieee80211_scan_rx()
281 set_bit(SCAN_BEACON_DONE, &local->scanning); in ieee80211_scan_rx()
355 if (test_bit(SCAN_HW_CANCELLED, &local->scanning)) in ieee80211_prep_hw_scan()
412 bool hw_scan = test_bit(SCAN_HW_SCANNING, &local->scanning); in __ieee80211_scan_completed()
413 bool was_scanning = local->scanning; in __ieee80211_scan_completed()
426 if (WARN_ON(!local->scanning && !aborted)) in __ieee80211_scan_completed()
464 local->scanning = 0; in __ieee80211_scan_completed()
508 set_bit(SCAN_COMPLETED, &local->scanning); in ieee80211_scan_completed()
510 set_bit(SCAN_ABORTED, &local->scanning); in ieee80211_scan_completed()
602 if (!local->scan_req || local->scanning) in ieee80211_run_deferred_scan()
[all …]
Diface.c110 bool working, scanning, active; in __ieee80211_recalc_idle() local
122 scanning = test_bit(SCAN_SW_SCANNING, &local->scanning) || in __ieee80211_recalc_idle()
123 test_bit(SCAN_ONCHANNEL_SCANNING, &local->scanning); in __ieee80211_recalc_idle()
125 if (working || scanning) in __ieee80211_recalc_idle()
137 if (working || scanning || active) in __ieee80211_recalc_idle()
231 if (local->scanning) { in ieee80211_can_powered_addr_change()
1645 if (test_bit(SCAN_SW_SCANNING, &local->scanning)) in ieee80211_iface_work()
/linux-6.6.21/Documentation/dev-tools/
Dkmemleak.rst41 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:
183 reported by kmemleak because values found during the memory scanning
[all …]
/linux-6.6.21/Documentation/ABI/stable/
Dsysfs-bus-w14 Description: Bus scanning interval, microseconds component.
11 Users: any user space application which wants to know bus scanning
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Drtl_btc.h32 bool scanning);
34 bool scanning);
Drtl_btc.c454 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-6.6.21/drivers/staging/vt6656/
Dbaseband.c408 int vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning) in vnt_update_pre_ed_threshold() argument
433 for (ed_inx = scanning ? 0 : length - 1; ed_inx > 0; ed_inx--) { in vnt_update_pre_ed_threshold()
441 if (ed_inx == priv->bb_pre_ed_index && !scanning) in vnt_update_pre_ed_threshold()
Dbaseband.h73 int vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning);
/linux-6.6.21/drivers/sh/maple/
Dmaple.c51 static int started, scanning, fullscan; variable
516 scanning = 1; in maple_map_subunits()
580 if (!started || (scanning == 2) || !fullscan) { in maple_response_devinfo()
699 if (scanning == 1) { in maple_dma_handler()
701 scanning = 2; in maple_dma_handler()
703 scanning = 0; in maple_dma_handler()
/linux-6.6.21/Documentation/devicetree/bindings/input/touchscreen/
Dcypress,cy8ctma340.yaml88 scanning/processing cycles when the chip is in active mode
94 scanning/processing cycles when the chip is in low-power mode
108 every scanning/processing cycle)
/linux-6.6.21/drivers/net/wireless/ti/wl1251/
Devent.c24 if (wl->scanning) { in wl1251_event_scan_complete()
31 wl->scanning = false; in wl1251_event_scan_complete()
Dmain.c430 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()
1602 wl->scanning = false; in wl1251_alloc_hw()
/linux-6.6.21/Documentation/scheduler/
Dsched-debug.rst43 tasks virtual memory. It effectively controls the maximum scanning
50 tasks virtual memory. It effectively controls the minimum scanning
/linux-6.6.21/drivers/cdx/
DKconfig14 APU. CDX bus provides a mechanism for scanning and probing
/linux-6.6.21/Documentation/scsi/
Dadvansys.rst178 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-6.6.21/Documentation/gpu/amdgpu/display/
Dindex.rst15 The display pipe is responsible for "scanning out" a rendered frame from the
/linux-6.6.21/Documentation/devicetree/bindings/input/
Dgpio-mouse.txt8 - scan-interval-ms: The scanning interval in milliseconds
Dti,nspire-keypad.txt14 - row-delay: How long to wait before scanning each row.
Dimx-keypad.yaml18 of scanning a keypad matrix. The KPP is capable of detecting, debouncing,
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Dmac80211.c100 !rtwdev->scanning) in rtw89_ops_config()
424 if (rtwdev->scanning) in rtw89_ops_bss_info_changed()
475 if (rtwdev->scanning) in rtw89_ops_start_ap()
850 if (rtwdev->scanning || rtwvif->offchan) in rtw89_ops_hw_scan()
873 if (!rtwdev->scanning) in rtw89_ops_cancel_hw_scan()
973 if (rtwdev->scanning) in rtw89_ops_remain_on_channel()
/linux-6.6.21/Documentation/hwmon/
Dsbtsi_temp.rst13 Addresses scanned: This driver doesn't support address scanning.
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-block-loop38 (RO) Shows if automatic partition scanning is enabled for the
/linux-6.6.21/drivers/mtd/ubi/
DKconfig68 in nearly constant time. Instead of scanning the whole MTD device it
72 attaching by scanning takes long. UBI will not automatically install
/linux-6.6.21/Documentation/driver-api/acpi/
Dscan_handlers.rst26 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-6.6.21/Documentation/userspace-api/media/v4l/
Ddev-raw-vbi.rst136 - 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

12345