| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/ |
| H A D | tests.c | 564 int attempt; in test_8bit_wide_random() local 570 for (attempt = 0; attempt < 2; attempt++) { in test_8bit_wide_random() 571 if (attempt & 1) { in test_8bit_wide_random() 602 int attempt; in test_16bit_wide_random() local 608 for (attempt = 0; attempt < 2; attempt++) { in test_16bit_wide_random() 609 if (attempt & 1) { in test_16bit_wide_random()
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | libps2.c | 29 int attempt = 0; in ps2_do_sendbyte() local 50 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte() 70 if (error || attempt > 1) in ps2_do_sendbyte() 73 byte, error, ps2dev->nak, attempt); in ps2_do_sendbyte()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-fsl-mc | 6 the driver to attempt to bind to the device found at 19 driver to attempt to unbind from the device found at
|
| H A D | sysfs-memory-page-offline | 8 physical address of the page. The kernel will then attempt 31 kernel will then attempt to hard-offline the page, by
|
| H A D | sysfs-driver-ucsi-ccg | 5 Tell the driver for Cypress CCGx Type-C controller to attempt
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-bus-mhi | 7 one attempt to power up the device has been done. If read 18 at least one attempt to power up the device has been done. If
|
| H A D | sysfs-devices-system-xen_memory | 7 attempt to increase the balloon before giving up. See 27 zero (unlimited), this means that the driver will attempt
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm_tis_spi_cr50.c | 98 unsigned int attempt = ++phy->irq_confirmation_attempt; in cr50_ensure_access_delay() local 104 attempt); in cr50_ensure_access_delay() 105 } else if (attempt > MAX_IRQ_CONFIRMATION_ATTEMPTS) { in cr50_ensure_access_delay()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0094-script-execute-Avoid-crash-when-using-outside-a-func.patch | 9 if we attempt to evaluate "$#" outside a function scope, "scope" will 12 Do not attempt to count arguments for "$#" if "scope" is NULL. This
|
| H A D | 0101-video-readers-jpeg-Don-t-decode-data-before-start-of.patch | 13 attempt to write to a bitmap_ptr that hasn't been allocated. Catch this 14 and bail out. This fixes an attempt to write to NULL.
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | bt_test.c | 318 int attempt; 332 for (attempt = 50; attempt > 0; attempt--) { 333 printf("..%d..\n", attempt); 349 if (attempt == 0) {
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | img-spdif-in.rst | 24 This control is used to attempt acquisition of up to four different sample 30 hw_params will be ignored, and the block will attempt capture for each of the
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | reboot.c | 588 int attempt = 0; in native_machine_emergency_restart() local 627 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart() 628 attempt = 1; in native_machine_emergency_restart()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_conn.c | 210 conn->attempt++; in hci_acl_create_connection() 271 conn->attempt++; in hci_add_sco() 290 conn->attempt++; in hci_setup_sync() 300 if (conn->attempt > ARRAY_SIZE(esco_param_msbc)) in hci_setup_sync() 302 param = &esco_param_msbc[conn->attempt - 1]; in hci_setup_sync() 306 if (conn->attempt > ARRAY_SIZE(esco_param_cvsd)) in hci_setup_sync() 308 param = &esco_param_cvsd[conn->attempt - 1]; in hci_setup_sync() 310 if (conn->attempt > ARRAY_SIZE(sco_param_cvsd)) in hci_setup_sync() 312 param = &sco_param_cvsd[conn->attempt - 1]; in hci_setup_sync() 463 cp.attempt = cpu_to_le16(4); in hci_conn_idle()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_host.c | 80 int attempt = 0; in kvmppc_mmu_map_page() local 161 if (attempt > 1) in kvmppc_mmu_map_page() 174 attempt++; in kvmppc_mmu_map_page()
|
| /OK3568_Linux_fs/buildroot/package/alsa-utils/ |
| H A D | 0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch | 9 implementation, there was an attempt to properly address optional 13 Unfortunately, this attempt does not work entirely: only the code
|
| /OK3568_Linux_fs/buildroot/package/haveged/ |
| H A D | Config.in | 5 The haveged project is an attempt to provide an easy-to-use,
|
| /OK3568_Linux_fs/buildroot/package/rapidxml/ |
| H A D | Config.in | 4 RapidXml is an attempt to create the fastest XML parser
|
| /OK3568_Linux_fs/kernel/drivers/of/unittest-data/ |
| H A D | overlay_bad_add_dup_node.dts | 10 * result in an attempt to add the same node twice.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0010-Use-uintmax_t-for-handling-rlim_t.patch | 53 - log_debug("Failed at setting rlimit " RLIM_FMT " for resource RLIMIT_%s. Will attempt sett… 54 + log_debug("Failed at setting rlimit " RLIM_FMT " for resource RLIMIT_%s. Will attempt sett…
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | Borceux | 18 Of course no support is guaranteed, but the author will attempt to assist with problems. Current e…
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | warm-plug-howto.rst | 17 also do not attempt "scan" step on devices currently in use -- otherwise
|
| /OK3568_Linux_fs/buildroot/package/libnatpmp/ |
| H A D | Config.in | 6 libnatpmp is an attempt to make a portable and fully compliant
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/80211/ |
| H A D | introduction.rst | 9 These books attempt to give a description of the various subsystems
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | xilinx_emaclite.c | 457 u32 length, first_read, reg, attempt = 0; in emaclite_recv() local 479 if (attempt++) in emaclite_recv() 495 if (attempt++) in emaclite_recv()
|