Home
last modified time | relevance | path

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

12345678910>>...13

/linux/net/bluetooth/
A Dhci_conn.c227 conn->attempt++; in hci_acl_create_connection()
288 conn->attempt++; in hci_add_sco()
299 for (; conn->attempt <= size; conn->attempt++) { in find_next_esco_param()
304 conn, conn->attempt); in find_next_esco_param()
307 return conn->attempt <= size; in find_next_esco_param()
325 conn->attempt++; in hci_enhanced_setup_sync_conn()
340 param = &esco_param_msbc[conn->attempt - 1]; in hci_enhanced_setup_sync_conn()
365 param = &esco_param_msbc[conn->attempt - 1]; in hci_enhanced_setup_sync_conn()
395 param = &sco_param_cvsd[conn->attempt - 1]; in hci_enhanced_setup_sync_conn()
441 conn->attempt++; in hci_setup_sync_conn()
[all …]
/linux/drivers/input/serio/
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()
/linux/Documentation/ABI/testing/
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
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
A Dsysfs-driver-ucsi-ccg5 Tell the driver for Cypress CCGx Type-C controller to attempt
A Dsysfs-class-remoteproc44 Writing "start" will attempt to start the processor running the
49 Writing "stop" will attempt to halt the remote processor and
A Dsysfs-bus-vmbus14 device from its current driver or make any attempt to
A Dsysfs-bus-amba14 device from its current driver or make any attempt to
/linux/Documentation/ABI/stable/
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
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
/linux/drivers/char/tpm/
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()
/linux/arch/powerpc/platforms/pseries/
A Dmobility.c603 unsigned int attempt = 1; in pseries_suspend() local
632 attempt, max_attempts, ret); in pseries_suspend()
634 if (attempt == max_attempts) in pseries_suspend()
654 attempt++; in pseries_suspend()
/linux/Documentation/devicetree/bindings/thermal/
A Dqcom-lmh.yaml48 will attempt to remove frequency throttling.
53 will attempt to throttle the frequency.
/linux/Documentation/sound/cards/
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
/linux/arch/x86/kernel/
A Dreboot.c596 int attempt = 0; in native_machine_emergency_restart() local
635 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart()
636 attempt = 1; in native_machine_emergency_restart()
/linux/arch/powerpc/kvm/
A Dbook3s_64_mmu_host.c81 int attempt = 0; in kvmppc_mmu_map_page() local
163 if (attempt > 1) in kvmppc_mmu_map_page()
176 attempt++; in kvmppc_mmu_map_page()
/linux/drivers/of/unittest-data/
A Doverlay_bad_add_dup_node.dts10 * result in an attempt to add the same node twice.
A Doverlay_bad_add_dup_prop.dts10 * result in an attempt to update the same property twice.
/linux/Documentation/ide/
A Dwarm-plug-howto.rst17 also do not attempt "scan" step on devices currently in use -- otherwise
/linux/Documentation/driver-api/80211/
A Dintroduction.rst9 These books attempt to give a description of the various subsystems
/linux/Documentation/process/
A Ddevelopment-process.rst23 an attempt to document how this community works in a way which is
/linux/Documentation/filesystems/
A D9p.rst73 uname=name user name to attempt mount as on the remote server. The
130 dfltuid attempt to mount as a particular uid
132 dfltgid attempt to mount with a particular gid
/linux/Documentation/arm64/
A Dasymmetric-32bit.rst91 invalidate the affinity mask saved in (1) and attempt to restore the CPU
143 prevented from being offlined by userspace and any such attempt will
151 asymmetric system, a broken guest at EL1 could still attempt to execute
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool.rst55 Do not automatically attempt to mount any virtual file system
/linux/fs/jffs2/
A DREADME.Locking53 VFS. If the garbage collection code were to attempt to lock the i_sem
64 1. Never attempt to allocate space or lock alloc_sem with
66 2. Never attempt to lock two file mutexes in one thread.

Completed in 36 milliseconds

12345678910>>...13