/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | cx2341x-devel.rst | 264 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 D | Kconfig | 1286 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 D | gadget.c | 312 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 D | qla_isr.c | 610 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 D | uverbs_cmd.c | 1689 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 D | hdsp.c | 595 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 D | readme.txt | 96 timeout 10
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 221 --proc-map-timeout::
|
/openbmc/linux/Documentation/driver-api/md/ |
H A D | md-cluster.rst | 28 - schedule the bit to be cleared after a timeout.
|
/openbmc/linux/drivers/media/pci/dm1105/ |
H A D | dm1105.c | 1058 dev->i2c_bit.timeout = 10; in dm1105_probe()
|
/openbmc/linux/drivers/media/i2c/cx25840/ |
H A D | cx25840-ir.c | 676 { .pulse = u, .duration = v, .timeout = w }; in cx25840_ir_rx_read()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.h | 1046 bool ath9k_hw_wait(struct ath_hw *ah, u32 reg, u32 mask, u32 val, u32 timeout);
|
/openbmc/linux/drivers/scsi/ |
H A D | xen-scsifront.c | 218 ring_req->timeout_per_command = scsi_cmd_to_rq(sc)->timeout / HZ; in scsifront_do_request()
|
/openbmc/linux/kernel/power/ |
H A D | Kconfig | 238 int "Watchdog timeout in seconds"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-power | 121 been reported with a timeout that expired. This attribute is
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-ux500-samsung-codina-tmo.dts | 211 flash-max-timeout-us = <250000>;
|
/openbmc/linux/Documentation/process/ |
H A D | botching-up-ioctls.rst | 119 still too tricky have a timeout or hangcheck safety net as a last-ditch
|
/openbmc/linux/net/smc/ |
H A D | smc_ib.c | 101 qp_attr.timeout = SMC_QP_TIMEOUT; /* local ack timeout */ in smc_ib_modify_qp_rts()
|
/openbmc/linux/net/ipv4/ |
H A D | raw.c | 674 static void raw_close(struct sock *sk, long timeout) in raw_close() argument
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq6018.dtsi | 616 timeout-sec = <10>;
|
/openbmc/ipmbbridge/ |
H A D | ipmbbridged.cpp | 776 return returnStatus(ipmbResponseStatus::timeout); in requestAdd()
|
/openbmc/qemu/net/ |
H A D | slirp.c | 366 slirp_pollfds_fill(s->slirp, &poll->timeout, in net_slirp_poll_notify()
|
/openbmc/u-boot/drivers/serial/ |
H A D | Kconfig | 771 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 D | bitbake-user-manual-intro.rst | 429 -T SERVER_TIMEOUT, --idle-timeout=SERVER_TIMEOUT 430 Set timeout to unload bitbake server due to
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | spi-nor-core.c | 504 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()
|