/openbmc/linux/drivers/iio/adc/ |
H A D | stm32-dfsdm-adc.c | 1119 long timeout; in stm32_dfsdm_single_conv() local 1144 timeout = wait_for_completion_interruptible_timeout(&adc->completion, in stm32_dfsdm_single_conv() 1151 if (timeout == 0) in stm32_dfsdm_single_conv() 1153 else if (timeout < 0) in stm32_dfsdm_single_conv() 1154 ret = timeout; in stm32_dfsdm_single_conv()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 237 if (!req->timeout || req->timeout > 255 * 100) in iwl_mvm_ftm_cmd_v5() 240 cmd->req_timeout = DIV_ROUND_UP(req->timeout, 100); in iwl_mvm_ftm_cmd_v5() 274 if (req->timeout) in iwl_mvm_ftm_cmd_common() 275 cmd->req_timeout_ms = cpu_to_le32(req->timeout); in iwl_mvm_ftm_cmd_common()
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 182 Low latency busy poll timeout for socket reads. (needs CONFIG_NET_RX_BUSY_POLL) 195 Low latency busy poll timeout for poll and select. (needs CONFIG_NET_RX_BUSY_POLL) 332 Unregister network device timeout in seconds. 333 This option controls the timeout (in seconds) used to issue a warning while 509 queue until another event arrives that clears the error, or until the timeout
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | debug.c | 1276 int timeout; in il_dbgfs_wd_timeout_write() local 1282 if (sscanf(buf, "%d", &timeout) != 1) in il_dbgfs_wd_timeout_write() 1284 if (timeout < 0 || timeout > IL_MAX_WD_TIMEOUT) in il_dbgfs_wd_timeout_write() 1285 timeout = IL_DEF_WD_TIMEOUT; in il_dbgfs_wd_timeout_write() 1287 il->cfg->wd_timeout = timeout; in il_dbgfs_wd_timeout_write()
|
/openbmc/linux/drivers/soc/ti/ |
H A D | knav_qmss_queue.c | 483 static inline int knav_queue_pdsp_wait(u32 * __iomem addr, unsigned timeout, in knav_queue_pdsp_wait() argument 489 end = jiffies + msecs_to_jiffies(timeout); in knav_queue_pdsp_wait() 1546 u32 val, timeout = 1000; in knav_queue_stop_pdsp() local 1551 ret = knav_queue_pdsp_wait(&pdsp->regs->control, timeout, in knav_queue_stop_pdsp() 1604 u32 val, timeout = 1000; in knav_queue_start_pdsp() local 1622 ret = knav_queue_pdsp_wait(pdsp->command, timeout, 0); in knav_queue_start_pdsp()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_sip.c | 818 if (mod_timer_pending(&exp->timeout, jiffies + expires * HZ)) { in refresh_signalling_expectation() 1299 exp->timeout.expires = sip_timeout * HZ; in process_register_request() 1646 .timeout = 3 * 60, 1651 .timeout = 3 * 60, 1656 .timeout = 3 * 60, 1661 .timeout = 3 * 60,
|
/openbmc/linux/drivers/scsi/ |
H A D | wd33c93.c | 1602 unsigned long timeout; in wd33c93_abort() local 1621 timeout = 1000000; in wd33c93_abort() 1626 } while (!(asr & ASR_INT) && timeout-- > 0); in wd33c93_abort() 1630 asr, sr, read_wd33c93_count(regs), timeout); in wd33c93_abort() 1641 timeout = 1000000; in wd33c93_abort() 1643 while ((asr & ASR_CIP) && timeout-- > 0) in wd33c93_abort()
|
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfb_i2c.c | 120 chan->algo.timeout = 20; in intelfb_setup_i2c_bus()
|
/openbmc/linux/drivers/video/fbdev/i810/ |
H A D | i810-i2c.c | 103 chan->algo.timeout = (HZ/2); in i810_setup_i2c_bus()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic_main.c | 202 .timeout = 180,
|
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_usb.h | 268 int zd_usb_iowrite16v_async_end(struct zd_usb *usb, unsigned int timeout);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-wakeup | 40 timeout has expired.
|
/openbmc/linux/drivers/media/pci/smipcie/ |
H A D | smipcie-ir.c | 159 rc_dev->timeout = SMI_SAMPLE_PERIOD * SMI_SAMPLE_IDLEMIN; in smi_ir_init()
|
/openbmc/linux/drivers/gpu/host1x/hw/ |
H A D | debug_hw.c | 202 job->syncpt->id, job->syncpt_end, job->timeout, in show_channel_gathers()
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-install-testfs.sh | 185 set timeout=5
|
/openbmc/phosphor-pid-control/ |
H A D | util.cpp | 47 std::cout << pair.second.timeout << ", "; in debugPrint()
|
/openbmc/qemu/tests/avocado/ |
H A D | machine_s390_ccw_virtio.py | 24 timeout = 120 variable in S390CCWVirtioMachine
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed_wo.h | 238 int timeout; member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | fcx.h | 211 u32 timeout:16; member
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.h | 97 u32 timeout; member
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_io.c | 131 io->timeout = 0; in efct_io_pool_io_alloc()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce.h | 198 int timeout; member
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | vibrator.c | 100 static DEVICE_ATTR_WO(timeout);
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-iomega-nas100d.dts | 88 timeout-ms = <5000>;
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | scmi_power_control.c | 313 scmi_request_graceful_transition(sc, er->timeout); in scmi_userspace_notifier()
|