Home
last modified time | relevance | path

Searched refs:scan (Results 726 - 750 of 916) sorted by relevance

1...<<21222324252627282930>>...37

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dcore.c1753 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 Dwpagui.cpp98 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 Dwpagui.cpp100 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 Dst_lsm6dsx_core.c2500 (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 Dwlcore.h327 struct wl1271_scan scan; member
H A Dconf.h868 * 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 Dvirt_wifi.c168 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 Dv4l2-jpeg.c527 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 Ddebug.c284 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c572 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 Dvirt_wifi.c168 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 Dwlcore.h327 struct wl1271_scan scan; member
H A Dconf.h868 * 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 Ddebug.c284 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
/third_party/curl/projects/
H A Dchecksrc.bat189 echo What to scan:
/third_party/backends/backend/
H A Dhp3900_types.c110 /* scan types */
740 struct st_scanparams scan; variable
H A Dpie-scsidef.h337 static scsiblk scan = { scanC, sizeof(scanC) }; variable
/third_party/cJSON/tests/unity/test/tests/
H A Dtest_generate_test_runner.rb1211 act = output.scan(expression).length
/third_party/cJSON/tests/unity/auto/
H A Dgenerate_test_runner.rb111 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 Dstringperf.h42 /* Constants for scan operation */
454 inline void scan(const UChar* src,int32_t srcLen, UnicodeString s0) in scan() function
/third_party/lz4/
H A DMakefile170 SCANBUILD ?= scan-build
/third_party/node/deps/openssl/openssl/util/
H A Dmkerr.pl74 ... Additional arguments are added to the file list to scan,
/third_party/openssl/util/
H A Dmkerr.pl74 ... Additional arguments are added to the file list to scan,
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go68 %[1]v will scan the release branches of both Dawn and Tint, and will:
/third_party/unity/test/tests/
H A Dtest_generate_test_runner.rb1257 act = output.scan(expression).length

Completed in 30 milliseconds

1...<<21222324252627282930>>...37