Home
last modified time | relevance | path

Searched refs:timeout (Results 3651 – 3675 of 4396) sorted by relevance

1...<<141142143144145146147148149150>>...176

/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r.h660 u32 timeout; member
1210 rq->timeout = 0; in esas2r_rq_init_request()
/openbmc/linux/sound/ppc/
H A Dpmac.c132 int timeout = 50000; in snd_pmac_wait_ack() local
133 while ((in_le32(&rec->dma->status) & RUN) && timeout-- > 0) in snd_pmac_wait_ack()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c322 int timeout = 1024; in usbhsf_fifo_select() local
341 while (timeout--) { in usbhsf_fifo_select()
/openbmc/linux/sound/soc/codecs/
H A Dtlv320dac33.c769 int timeout = 60; in dac33_oscwait() local
775 } while (((reg & 0x03) != DAC33_OSCSTATUS_NORMAL) && timeout--); in dac33_oscwait()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h1399 } timeout; member
1503 } timeout; member
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst323 possibly also commands) should be re-sent by the host if a certain timeout
324 is exceeded. This is done by the EC for frames with a timeout of one second,
/openbmc/linux/include/net/
H A Ddevlink.h457 unsigned long timeout; member
1934 unsigned long timeout);
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c1792 int val, int port, unsigned long timeout) in wavefront_should_cause_interrupt() argument
1803 while (!dev->irq_ok && time_before(jiffies, timeout)) { in wavefront_should_cause_interrupt()
/openbmc/linux/sound/pci/nm256/
H A Dnm256.c1117 int timeout = 10; in snd_nm256_ac97_ready() local
1127 while (timeout-- > 0) { in snd_nm256_ac97_ready()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c870 bool enabled, int timeout) in qtnf_set_power_mgmt() argument
876 QLINK_PM_OFF, timeout); in qtnf_set_power_mgmt()
/openbmc/linux/sound/pci/mixart/
H A Dmixart.c462 unsigned long timeout = jiffies + HZ; in mixart_sync_nonblock_events() local
464 if (time_after(jiffies, timeout)) { in mixart_sync_nonblock_events()
/openbmc/linux/drivers/usb/storage/
H A Dshuttle_usbat.c519 unsigned char timeout, in usbat_hp8200e_rw_block_test() argument
578 command[cmdlen-4] = timeout; in usbat_hp8200e_rw_block_test()
/openbmc/linux/drivers/dma/
H A Dfsl-qdma.c461 int timeout = FSL_QDMA_COMP_TIMEOUT; in fsl_qdma_request_enqueue_desc() local
464 while (timeout--) { in fsl_qdma_request_enqueue_desc()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.c891 int msm_gem_cpu_prep(struct drm_gem_object *obj, uint32_t op, ktime_t *timeout) in msm_gem_cpu_prep() argument
895 op & MSM_PREP_NOSYNC ? 0 : timeout_to_jiffies(timeout); in msm_gem_cpu_prep()
/openbmc/linux/include/linux/
H A Dnfs_xdr.h1709 long timeout; member
1724 long timeout; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c211 const uint32_t timeout = 30; in dc_dmub_srv_notify_stream_mask() local
220 stream_mask, timeout) == DMUB_STATUS_OK; in dc_dmub_srv_notify_stream_mask()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c828 goto timeout; in ipoib_ib_dev_stop_default()
838 timeout: in ipoib_ib_dev_stop_default()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c1618 long timeout, in __intel_init_wedge() argument
1625 queue_delayed_work(gt->i915->unordered_wq, &w->work, timeout); in __intel_init_wedge()
/openbmc/linux/drivers/hid/
H A Dhid-logitech-dj.c1258 unsigned timeout) in logi_dj_recv_switch_to_dj_mode() argument
1275 (u8)timeout; in logi_dj_recv_switch_to_dj_mode()
/openbmc/linux/drivers/usb/class/
H A Dcdc-wdm.c628 static int wdm_wait_for_response(struct file *file, long timeout) in wdm_wait_for_response() argument
640 timeout); in wdm_wait_for_response()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c3772 switch (p_params->timeout) { in __qed_mcp_resc_lock()
3775 p_params->timeout = 0; in __qed_mcp_resc_lock()
3779 p_params->timeout = 0; in __qed_mcp_resc_lock()
3788 QED_MFW_SET_FIELD(param, RESOURCE_CMD_REQ_AGE, p_params->timeout); in __qed_mcp_resc_lock()
3793 param, p_params->timeout, opcode, p_params->resource); in __qed_mcp_resc_lock()
3923 p_lock->timeout = QED_MCP_RESC_LOCK_TO_NONE; in qed_mcp_resc_lock_default_init()
/openbmc/linux/drivers/block/
H A Dfloppy.c680 delay = drive_params[drive].timeout; in __reschedule_timeout()
3596 compat_ulong_t timeout; member
3729 drive_params[drive].timeout = v.timeout; in compat_setdrvprm()
3760 v.timeout = drive_params[drive].timeout; in compat_getdrvprm()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c2523 u16 timeout = 800, timecount = 0; in _rtl92d_phy_lc_calibrate_sw() local
2551 while ((!(u4tmp & BIT(11))) && timecount <= timeout) { in _rtl92d_phy_lc_calibrate_sw()
2630 u32 timeout = 2000, timecount = 0; in rtl92d_phy_lc_calibrate() local
2632 while (rtlpriv->mac80211.act_scanning && timecount < timeout) { in rtl92d_phy_lc_calibrate()
2821 u32 timeout = 1000, timecount = 0; in rtl92d_phy_sw_chnl() local
2835 while (rtlphy->lck_inprogress && timecount < timeout) { in rtl92d_phy_sw_chnl()
/openbmc/linux/net/bluetooth/
H A Dhci_event.c803 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()
6518 u16 handle, min, max, latency, timeout; in hci_le_remote_conn_param_req_evt() local
6526 timeout = le16_to_cpu(ev->timeout); in hci_le_remote_conn_param_req_evt()
6537 if (hci_check_conn_params(min, max, latency, timeout)) in hci_le_remote_conn_param_req_evt()
6553 params->supervision_timeout = timeout; in hci_le_remote_conn_param_req_evt()
6562 store_hint, min, max, latency, timeout); in hci_le_remote_conn_param_req_evt()
6569 cp.timeout = ev->timeout; in hci_le_remote_conn_param_req_evt()
/openbmc/linux/Documentation/security/keys/
H A Dcore.rst693 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,

1...<<141142143144145146147148149150>>...176