| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | scan.c | 3 * Scanning implementation 282 if (test_and_clear_bit(SCAN_BEACON_WAIT, &local->scanning)) { in ieee80211_scan_rx() 284 * we were passive scanning because of radar/no-IR, but in ieee80211_scan_rx() 288 set_bit(SCAN_BEACON_DONE, &local->scanning); in ieee80211_scan_rx() 307 * unless scanning with randomised address 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() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | scan.c | 55 * This function returns a scanning code to indicate what was scanned. 76 dbg_scan("scanning %s at LEB %d:%d", in ubifs_scan_a_node() 116 * ubifs_start_scan - create LEB scanning information at start of scan. 157 * ubifs_end_scan - update LEB scanning information at end of scan. 159 * @sleb: scanning information 166 dbg_scan("stop scanning LEB %d at offset %d", lnum, offs); in ubifs_end_scan() 173 * ubifs_add_snod - add a scanned node to LEB scanning information. 175 * @sleb: scanning information 338 ubifs_err(c, "LEB %d scanning failed", lnum); in ubifs_scan() 345 ubifs_err(c, "LEB %d scanning failed, error %d", lnum, err); in ubifs_scan() [all …]
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | scan.c | 60 * This function returns a scanning code to indicate what was scanned. 81 dbg_scan("scanning %s at LEB %d:%d", in ubifs_scan_a_node() 121 * ubifs_start_scan - create LEB scanning information at start of scan. 162 * ubifs_end_scan - update LEB scanning information at end of scan. 164 * @sleb: scanning information 172 dbg_scan("stop scanning LEB %d at offset %d", lnum, offs); in ubifs_end_scan() 179 * ubifs_add_snod - add a scanned node to LEB scanning information. 181 * @sleb: scanning information 344 ubifs_err(c, "LEB %d scanning failed", lnum); in ubifs_scan() 351 ubifs_err(c, "LEB %d scanning failed, error %d", lnum, err); in ubifs_scan() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | efi-pstore.c | 110 * @pos: scanning entry 118 pos->scanning = true; in efi_pstore_scan_sysfs_enter() 120 next->scanning = true; in efi_pstore_scan_sysfs_enter() 126 * @turn_off_scanning: Check if a scanning flag should be turned off 138 entry->scanning = false; in __efi_pstore_scan_sysfs_exit() 145 * @pos: scanning entry 148 * @stop: a flag checking if scanning will stop 293 if (entry->scanning) { in efi_pstore_erase_func() 296 * after scanning is completed. in efi_pstore_erase_func() 327 if (found && !entry->scanning) in efi_pstore_erase_name()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | kmemleak.c | 28 * (atomic or kmemleak_lock). This lock is also held when scanning the 31 * lock like kmemleak_lock during scanning. 35 * scanned. This list is only modified during a scanning episode when the 40 * modifications to the memory scanning parameters including the scan_thread 110 #define SECS_SCAN_WAIT 600 /* subsequent auto scanning delay */ 120 /* scanning area inside a memory block */ 223 /* enables or disables the task stacks scanning */ 225 /* protects the memory scanning, parameters and debug/kmemleak file access */ 783 * Add a scanning area to the object. If at least one such area is added, 809 pr_warn_once("Cannot allocate a scan area, scanning the full object\n"); in add_scan_area() [all …]
|
| H A D | vmpressure.c | 66 * critical level when scanning depth is ~10% of the lru size (vmscan 274 * current scanning depth. But it does not mean that we should in vmpressure() 275 * report the critical pressure, yet. If the scanning priority in vmpressure() 276 * (scanning depth) goes too high (deep), we will be notified in vmpressure() 331 * the vmscan's reclaiming priority (scanning depth) changes.
|
| /OK3568_Linux_fs/u-boot/board/hisilicon/poplar/ |
| H A D | README | 161 scanning bus 0 for devices... 1 USB Device(s) found 163 scanning bus 1 for devices... 3 USB Device(s) found 164 scanning usb for storage devices... 0 Storage Device(s) found 165 scanning usb for ethernet devices... 1 Ethernet Device(s) found 276 scanning bus 0 for devices... 1 USB Device(s) found 278 scanning bus 1 for devices... 4 USB Device(s) found 279 scanning usb for storage devices... 1 Storage Device(s) found 280 scanning usb for ethernet devices... 1 Ethernet Device(s) found 287 Scanning usb 0:1...
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/ |
| H A D | onenand_bbt.c | 46 * create_bbt - [GENERIC] Create a bad block table by scanning the device 53 * Create a bad block table by scanning the device 67 printk(KERN_INFO "Scanning device for bad blocks\n"); in create_bbt() 128 * The function creates a memory based bbt by scanning the device 211 * while scanning a device for factory marked good / bad blocks.
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_request.c | 385 /* This function controls the background scanning based on hdev->pend_le_conns 386 * list. If there are pending LE connection we start the background scanning, 403 /* No point in doing scanning if LE support hasn't been enabled */ in __hci_update_background_scan() 411 /* Reset RSSI and UUID filters when starting background scanning in __hci_update_background_scan() 428 * background scanning. in __hci_update_background_scan() 431 /* If controller is not scanning we are done. */ in __hci_update_background_scan() 437 BT_DBG("%s stopping background scanning", hdev->name); in __hci_update_background_scan() 443 /* If controller is connecting, we should not start scanning in __hci_update_background_scan() 450 /* If controller is currently scanning, we stop it to ensure we in __hci_update_background_scan() 458 BT_DBG("%s starting background scanning", hdev->name); in __hci_update_background_scan() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/onenand/ |
| H A D | onenand_bbt.c | 52 * create_bbt - [GENERIC] Create a bad block table by scanning the device 59 * Create a bad block table by scanning the device 74 printk(KERN_INFO "Scanning device for bad blocks\n"); in create_bbt() 135 * The function creates a memory based bbt by scanning the device 228 * while scanning a device for factory marked good / bad blocks.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/ |
| H A 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).
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/ |
| H A D | of-generic.c | 60 pr_info("SH generic board support: scanning for cpus\n"); in sh_of_smp_probe() 140 pr_info("SH generic board support: scanning for interrupt controllers\n"); in sh_of_init_irq() 148 pr_info("SH generic board support: scanning for clk providers\n"); in sh_of_clk_init()
|
| /OK3568_Linux_fs/kernel/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:
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/ |
| H A D | wifi.sh | 145 iwlist wlan0 scanning > $result_file 150 iwlist wlan0 scanning last | busybox grep SSID > $result_file 152 iwlist wlan0 scanning last | busybox grep "Signal level" > $result_file2
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | README | 237 Scanning for tool chains 238 - scanning prefix '/opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-' 240 - scanning prefix '/opt/arm-eabi-4.6/bin/arm-eabi-' 242 - scanning path '/toolchains/gcc-4.9.0-nolibc/i386-linux' 248 - scanning path '/toolchains/gcc-4.9.0-nolibc/aarch64-linux' 254 - scanning path '/toolchains/gcc-4.9.0-nolibc/microblaze-linux' 260 - scanning path '/toolchains/gcc-4.9.0-nolibc/mips64-linux' 266 - scanning path '/toolchains/gcc-4.9.0-nolibc/sparc64-linux' 272 - scanning path '/toolchains/gcc-4.9.0-nolibc/arm-unknown-linux-gnueabi' 279 - scanning path '/toolchains/gcc-4.9.0-nolibc/sparc-linux' [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | cyttsp.h | 20 /* Active Power state scanning/processing refresh interval */ 24 /* Low Power state scanning/processing refresh interval */
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_scan.c | 8 * The general scanning/probing algorithm is as follows, exceptions are 54 " SCSI scanning, some SCSI devices might not be configured\n" 69 * Return values of some of the scanning functions. 105 "Setting to 'manual' disables automatic scanning, but allows " 128 * When this function returns, any host which started scanning before 130 * started scanning after this function was called may or may not have 726 * The scanning code needs to know the scsi_level, even if no in scsi_probe_lun() 776 * scanning run at their own risk, or supply a user level program in scsi_add_lun() 1221 * If less than SCSI_1_CCS, and no special lun scanning, stop in scsi_sequential_lun_scan() 1222 * scanning; this matches 2.4 behaviour, but could just be a bug in scsi_sequential_lun_scan() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_test_device_access_api.c | 310 pr_err("%s: check suspend scanning response fails\n", __func__); in cyttsp5_user_command_async_cont() 314 pr_info("%s: suspend scanning succeeds\n", __func__); in cyttsp5_user_command_async_cont() 400 /* CASE 5: Run suspend scanning asynchronously */ in cyttsp5_test_device_access_api_init() 421 /* CASE 6: Run resume scanning */ in cyttsp5_test_device_access_api_exit() 434 pr_info("%s: resume scanning succeeds\n", __func__); in cyttsp5_test_device_access_api_exit()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.odroid | 178 scanning bus 0 for devices... 4 USB Device(s) found 179 scanning usb for storage devices... 1 Storage Device(s) found 180 scanning usb for ethernet devices... 1 Ethernet Device(s) found 285 scanning bus 0 for devices... 4 USB Device(s) found 286 scanning usb for storage devices... 1 Storage Device(s) found 287 scanning usb for ethernet devices...
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/ |
| H A D | wpa_supplicant.conf | 86 # AP scanning/selection 87 # By default, wpa_supplicant requests driver to perform AP scanning and then 89 # allow the driver to take care of AP scanning and selection and use 92 # 1: wpa_supplicant initiates scanning and AP selection 93 # 0: driver takes care of scanning, AP selection, and IEEE 802.11 association 169 # this will add latency to scanning, so enable this only when needed) 182 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not 183 # using this priority to select the order for scanning. Instead, they try the 433 # Same as previous, but request SSID-specific scanning (for APs that reject
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | readme.txt | 29 a script to create a Buildroot package by scanning a CPAN module 33 a script to create a Buildroot package by scanning a PyPI package
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgscan.c | 401 if (wl_get_p2p_status(cfg, SCANNING)) { in wl_escan_handler() 418 if (!ndev || (!wl_get_drv_status(cfg, SCANNING, ndev) && !cfg->sched_scan_running)) { in wl_escan_handler() 421 wl_get_drv_status(cfg, SCANNING, ndev), in wl_escan_handler() 479 wl_clr_p2p_status(cfg, SCANNING); in wl_escan_handler() 678 wl_clr_p2p_status(cfg, SCANNING); in wl_escan_handler() 679 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler() 712 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler() 713 wl_clr_p2p_status(cfg, SCANNING); in wl_escan_handler() 772 wl_clr_p2p_status(cfg, SCANNING); in wl_escan_handler() 773 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler() [all …]
|