Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/
H A Dtests.c564 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 Dlibps2.c29 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 Dsysfs-bus-fsl-mc6 the driver to attempt to bind to the device found at
19 driver to attempt to unbind from the device found at
H A Dsysfs-memory-page-offline8 physical address of the page. The kernel will then attempt
31 kernel will then attempt to hard-offline the page, by
H A Dsysfs-driver-ucsi-ccg5 Tell the driver for Cypress CCGx Type-C controller to attempt
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-bus-mhi7 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 Dsysfs-devices-system-xen_memory7 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 Dtpm_tis_spi_cr50.c98 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 D0094-script-execute-Avoid-crash-when-using-outside-a-func.patch9 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 D0101-video-readers-jpeg-Don-t-decode-data-before-start-of.patch13 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 Dbt_test.c318 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 Dimg-spdif-in.rst24 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 Dreboot.c588 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 Dhci_conn.c210 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 Dbook3s_64_mmu_host.c80 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 D0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch9 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 DConfig.in5 The haveged project is an attempt to provide an easy-to-use,
/OK3568_Linux_fs/buildroot/package/rapidxml/
H A DConfig.in4 RapidXml is an attempt to create the fastest XML parser
/OK3568_Linux_fs/kernel/drivers/of/unittest-data/
H A Doverlay_bad_add_dup_node.dts10 * 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 D0010-Use-uintmax_t-for-handling-rlim_t.patch53 - 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 DBorceux18 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 Dwarm-plug-howto.rst17 also do not attempt "scan" step on devices currently in use -- otherwise
/OK3568_Linux_fs/buildroot/package/libnatpmp/
H A DConfig.in6 libnatpmp is an attempt to make a portable and fully compliant
/OK3568_Linux_fs/kernel/Documentation/driver-api/80211/
H A Dintroduction.rst9 These books attempt to give a description of the various subsystems
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_emaclite.c457 u32 length, first_read, reg, attempt = 0; in emaclite_recv() local
479 if (attempt++) in emaclite_recv()
495 if (attempt++) in emaclite_recv()

12345678910>>...25