/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | core.c | 1753 cancel_delayed_work_sync(&ar->scan.timeout); in ath11k_core_halt() 1813 complete(&ar->scan.started); in ath11k_core_pre_reconfigure_recovery() 1814 complete_all(&ar->scan.completed); in ath11k_core_pre_reconfigure_recovery() 1815 complete(&ar->scan.on_channel); in ath11k_core_pre_reconfigure_recovery()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 98 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan())); in WpaGui() 115 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan())); in WpaGui() 778 void WpaGui::scan() in scan() function in WpaGui 1387 connect(scanAction, SIGNAL(triggered()), this, SLOT(scan())); in createTrayIcon() 1705 wpsStatusText->setText(tr("WPS AP selected from scan results")); in setBssFromScan()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 100 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan())); in WpaGui() 117 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan())); in WpaGui() 793 void WpaGui::scan() in scan() function in WpaGui 1402 connect(scanAction, SIGNAL(triggered()), this, SLOT(scan())); in createTrayIcon() 1720 wpsStatusText->setText(tr("WPS AP selected from scan results")); in setBssFromScan()
|
/kernel/linux/linux-6.6/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx_core.c | 2500 (u8 *)hw->scan[sensor->id].channels, in st_lsm6dsx_sw_trigger_handler_thread() 2501 sizeof(hw->scan[sensor->id].channels)); in st_lsm6dsx_sw_trigger_handler_thread() 2504 hw->scan[sensor->id].channels, in st_lsm6dsx_sw_trigger_handler_thread() 2505 sizeof(hw->scan[sensor->id].channels)); in st_lsm6dsx_sw_trigger_handler_thread() 2507 iio_push_to_buffers_with_timestamp(iio_dev, &hw->scan[sensor->id], in st_lsm6dsx_sw_trigger_handler_thread()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore.h | 327 struct wl1271_scan scan; member
|
H A D | conf.h | 868 * when it's possible to have longer scan dwell times. 871 * single scan. 878 * when it's possible to have longer scan dwell times. 892 * Number of probe requests to transmit on each active scan channel 899 * Scan trigger (split scan) timeout. The FW will split the scan 946 * number of short intervals scheduled scan cycles before 951 /* interval between each long scheduled scan cycle (in ms) */ 1138 struct conf_scan_settings scan; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | virt_wifi.c | 168 wiphy_debug(wiphy, "scan\n"); in virt_wifi_scan() 347 .scan = virt_wifi_scan,
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-jpeg.c | 527 ret = jpeg_parse_scan_header(&stream, out->scan); in v4l2_jpeg_parse_header() 529 * stop parsing, the scan header marks the beginning of in v4l2_jpeg_parse_header() 574 * v4l2_jpeg_parse_scan_header - parse scan header 575 * @buf: address of the scan header, after the SOS marker 576 * @len: length of the scan header 577 * @scan_header: returns the parsed scan header
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | debug.c | 284 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-jpeg.c | 572 ret = jpeg_parse_scan_header(&stream, out->scan); in v4l2_jpeg_parse_header() 574 * stop parsing, the scan header marks the beginning of in v4l2_jpeg_parse_header() 619 * v4l2_jpeg_parse_scan_header - parse scan header 620 * @buf: address of the scan header, after the SOS marker 621 * @len: length of the scan header 622 * @scan_header: returns the parsed scan header
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | virt_wifi.c | 168 wiphy_debug(wiphy, "scan\n"); in virt_wifi_scan() 347 .scan = virt_wifi_scan,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore.h | 327 struct wl1271_scan scan; member
|
H A D | conf.h | 868 * when it's possible to have longer scan dwell times. 871 * single scan. 878 * when it's possible to have longer scan dwell times. 892 * Number of probe requests to transmit on each active scan channel 899 * Scan trigger (split scan) timeout. The FW will split the scan 946 * number of short intervals scheduled scan cycles before 951 /* interval between each long scheduled scan cycle (in ms) */ 1138 struct conf_scan_settings scan; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | debug.c | 284 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
|
/third_party/curl/projects/ |
H A D | checksrc.bat | 189 echo What to scan:
|
/third_party/backends/backend/ |
H A D | hp3900_types.c | 110 /* scan types */ 740 struct st_scanparams scan; variable
|
H A D | pie-scsidef.h | 337 static scsiblk scan = { scanC, sizeof(scanC) }; variable
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 1211 act = output.scan(expression).length
|
/third_party/cJSON/tests/unity/auto/ |
H A D | generate_test_runner.rb | 111 arguments.scan(/\s*TEST_CASE\s*\((.*)\)\s*$/) { |a| args << a[0] } 140 local: source.scan(/^\s*#include\s+\"\s*(.+)\.[hH]\s*\"/).flatten, 141 system: source.scan(/^\s*#include\s+<\s*(.+)\s*>/).flatten.map { |inc| "<#{inc}>" }, 142 linkonly: source.scan(/^TEST_FILE\(\s*\"\s*(.+)\.[cC]\w*\s*\"/).flatten
|
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
H A D | stringperf.h | 42 /* Constants for scan operation */ 454 inline void scan(const UChar* src,int32_t srcLen, UnicodeString s0) in scan() function
|
/third_party/lz4/ |
H A D | Makefile | 170 SCANBUILD ?= scan-build
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 74 ... Additional arguments are added to the file list to scan,
|
/third_party/openssl/util/ |
H A D | mkerr.pl | 74 ... Additional arguments are added to the file list to scan,
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/ |
H A D | main.go | 68 %[1]v will scan the release branches of both Dawn and Tint, and will:
|
/third_party/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 1257 act = output.scan(expression).length
|