/openbmc/linux/net/bluetooth/ |
H A D | hci_event.c | 803 conn->auth_payload_timeout = __le16_to_cpu(rp->timeout); in hci_cc_read_auth_payload_timeout() 3644 cp.timeout = cpu_to_le16(hdev->auth_payload_timeout); in hci_encrypt_change_evt() 6515 u16 handle, min, max, latency, timeout; in hci_le_remote_conn_param_req_evt() local 6523 timeout = le16_to_cpu(ev->timeout); in hci_le_remote_conn_param_req_evt() 6534 if (hci_check_conn_params(min, max, latency, timeout)) in hci_le_remote_conn_param_req_evt() 6550 params->supervision_timeout = timeout; in hci_le_remote_conn_param_req_evt() 6559 store_hint, min, max, latency, timeout); in hci_le_remote_conn_param_req_evt() 6566 cp.timeout = ev->timeout; in hci_le_remote_conn_param_req_evt()
|
/openbmc/linux/Documentation/security/keys/ |
H A D | core.rst | 693 unsigned timeout, key_serial_t keyring); 695 unsigned timeout, unsigned error, key_serial_t keyring); 744 * Set the timeout on a key:: 746 long keyctl(KEYCTL_SET_TIMEOUT, key_serial_t key, unsigned timeout); 748 This sets or clears the timeout on a key. The timeout can be 0 to clear 749 the timeout or a number of seconds to set the expiry time that far into 753 timeout. Timeouts may not be set with this function on negative, revoked 1077 having one of its attributes changed (user, group, perm, timeout,
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 2930 int timeout; in snd_cs46xx_chip_init() local 3053 timeout = 150; in snd_cs46xx_chip_init() 3054 while (timeout-- > 0) { in snd_cs46xx_chip_init() 3105 timeout = 150; in snd_cs46xx_chip_init() 3106 while (timeout-- > 0) { in snd_cs46xx_chip_init()
|
/openbmc/qemu/python/tests/ |
H A D | protocol.py | 374 await asyncio.wait_for(task, timeout=0)
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.8.rst | 74 - oeqa qemurunner.py: add timeout to QMP calls
|
/openbmc/linux/arch/arm/boot/dts/amlogic/ |
H A D | meson8b-ec100.dts | 70 timeout-ms = <20000>;
|
/openbmc/linux/drivers/media/rc/ |
H A D | fintek-cir.c | 527 rdev->timeout = 1000; in fintek_probe()
|
/openbmc/linux/fs/lockd/ |
H A D | host.c | 456 .timeout = &timeparms, in nlm_bind_host()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hnae.h | 492 int (*set_coalesce_usecs)(struct hnae_handle *handle, u32 timeout);
|
/openbmc/linux/drivers/power/supply/ |
H A D | wm831x_power.c | 302 pdata->timeout, ®2, in wm831x_config_battery()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 461 chan->timeout = areq->nbytes; in sun8i_ce_hash_run()
|
/openbmc/linux/Documentation/gpu/ |
H A D | vkms.rst | 103 - kms_plane: some test cases are failing due to timeout on capturing CRC;
|
/openbmc/linux/drivers/scsi/ |
H A D | pmcraid.h | 572 u32 timeout; /* current timeout value */ member
|
H A D | stex.c | 211 __le16 timeout; member 547 msg_h->timeout = cpu_to_le16(scsi_cmd_to_rq(cmd)->timeout / HZ); in stex_ss_send_cmd()
|
/openbmc/linux/drivers/md/ |
H A D | md.h | 738 unsigned long timeout; member
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-a64-pinephone.dtsi | 83 flash-max-timeout-us = <250000>;
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp157c-emstamp-argon.dtsi | 363 timeout-sec = <32>;
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-smbus.c | 595 orig_jiffies + adapter->timeout)) in __i2c_smbus_xfer()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | logicpd-torpedo-baseboard.dtsi | 371 ti,esd-recovery-timeout-ms = <8000>;
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object.h | 806 long timeout);
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 2038 static efi_status_t EFIAPI efi_set_watchdog_timer(unsigned long timeout, in efi_set_watchdog_timer() argument 2043 EFI_ENTRY("%ld, 0x%llx, %ld, %p", timeout, watchdog_code, in efi_set_watchdog_timer() 2045 return EFI_EXIT(efi_set_watchdog(timeout)); in efi_set_watchdog_timer()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | udc-xilinx.c | 321 u32 timeout = 500; in xudc_start_dma() local 347 timeout--; in xudc_start_dma() 348 if (!timeout) { in xudc_start_dma()
|
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | wl3501_cs.c | 592 .timeout = 10, in wl3501_mgmt_join() 858 .timeout = 1000, in wl3501_mgmt_auth() 870 .timeout = 1000, in wl3501_mgmt_association()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | pci.c | 1781 unsigned long timeout = msecs_to_jiffies(MLXSW_PCI_CIR_TIMEOUT_MSECS); in mlxsw_pci_cmd_exec() local 1818 end = jiffies + timeout; in mlxsw_pci_cmd_exec() 1830 wait_event_timeout(mlxsw_pci->cmd.wait, *p_wait_done, timeout); in mlxsw_pci_cmd_exec()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | vcn_v4_0.c | 1222 uint32_t tmp, timeout; in vcn_v4_0_start_sriov() local 1393 timeout = 1000; in vcn_v4_0_start_sriov() 1403 if (tmp >= timeout) { in vcn_v4_0_start_sriov()
|