Home
last modified time | relevance | path

Searched refs:timeout (Results 4051 – 4075 of 4398) sorted by relevance

1...<<161162163164165166167168169170>>...176

/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst264 The timeout value protects the card from a hung driver thread. If the driver
265 doesn't handle the completed call within the timeout specified, the firmware
270 in the command enumerator, the timeout value and any required parameters. The
276 time set in the timeout register, the firmware will reset that mailbox.
/openbmc/u-boot/cmd/
H A DKconfig1286 bool "Control TFTP timeout and count through environment"
1290 If set, allows controlling the TFTP timeout through the
1292 timeout count through the variable tftptimeoutcountmax.
1293 If unset, timeout and maximum are hard-defined as 1 second
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c312 int timeout; in dwc2_hsotg_init_fifo() local
368 timeout = 100; in dwc2_hsotg_init_fifo()
375 if (--timeout == 0) { in dwc2_hsotg_init_fifo()
385 dev_dbg(hsotg->dev, "FIFOs reset, timeout at %d\n", timeout); in dwc2_hsotg_init_fifo()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_isr.c610 uint16_t cnt, timeout, mb[QLA_IDC_ACK_REGS]; in qla81xx_idc_event() local
640 timeout = (descr >> 8) & 0xf; in qla81xx_idc_event()
643 vha->host_no, event[aen & 0xff], timeout); in qla81xx_idc_event()
645 if (!timeout) in qla81xx_idc_event()
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_cmd.c1689 resp.timeout = attr->timeout; in ib_uverbs_query_qp()
1881 attr->timeout = cmd->base.timeout; in modify_qp()
/openbmc/linux/sound/pci/rme9652/
H A Dhdsp.c595 static int hdsp_fifo_wait(struct hdsp *hdsp, int count, int timeout);
846 static int hdsp_fifo_wait(struct hdsp *hdsp, int count, int timeout) in hdsp_fifo_wait() argument
854 for (i = 0; i < timeout; i++) { in hdsp_fifo_wait()
868 count, timeout); in hdsp_fifo_wait()
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Dreadme.txt96 timeout 10
/openbmc/linux/tools/perf/Documentation/
H A Dperf-trace.txt221 --proc-map-timeout::
/openbmc/linux/Documentation/driver-api/md/
H A Dmd-cluster.rst28 - schedule the bit to be cleared after a timeout.
/openbmc/linux/drivers/media/pci/dm1105/
H A Ddm1105.c1058 dev->i2c_bit.timeout = 10; in dm1105_probe()
/openbmc/linux/drivers/media/i2c/cx25840/
H A Dcx25840-ir.c676 { .pulse = u, .duration = v, .timeout = w }; in cx25840_ir_rx_read()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.h1046 bool ath9k_hw_wait(struct ath_hw *ah, u32 reg, u32 mask, u32 val, u32 timeout);
/openbmc/linux/drivers/scsi/
H A Dxen-scsifront.c218 ring_req->timeout_per_command = scsi_cmd_to_rq(sc)->timeout / HZ; in scsifront_do_request()
/openbmc/linux/kernel/power/
H A DKconfig238 int "Watchdog timeout in seconds"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-power121 been reported with a timeout that expired. This attribute is
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-ux500-samsung-codina-tmo.dts211 flash-max-timeout-us = <250000>;
/openbmc/linux/Documentation/process/
H A Dbotching-up-ioctls.rst119 still too tricky have a timeout or hangcheck safety net as a last-ditch
/openbmc/linux/net/smc/
H A Dsmc_ib.c101 qp_attr.timeout = SMC_QP_TIMEOUT; /* local ack timeout */ in smc_ib_modify_qp_rts()
/openbmc/linux/net/ipv4/
H A Draw.c674 static void raw_close(struct sock *sk, long timeout) in raw_close() argument
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dipq6018.dtsi616 timeout-sec = <10>;
/openbmc/ipmbbridge/
H A Dipmbbridged.cpp776 return returnStatus(ipmbResponseStatus::timeout); in requestAdd()
/openbmc/qemu/net/
H A Dslirp.c366 slirp_pollfds_fill(s->slirp, &poll->timeout, in net_slirp_poll_notify()
/openbmc/u-boot/drivers/serial/
H A DKconfig771 must be defined, to setup the maximum idle timeout for
775 int "maximum idle timeout"
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-intro.rst429 -T SERVER_TIMEOUT, --idle-timeout=SERVER_TIMEOUT
430 Set timeout to unload bitbake server due to
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c504 unsigned long timeout) in spi_nor_wait_till_ready_with_timeout() argument
511 while (get_timer(timebase) < timeout) { in spi_nor_wait_till_ready_with_timeout()

1...<<161162163164165166167168169170>>...176