/openbmc/u-boot/drivers/net/ |
H A D | bcm-sf2-eth-gmac.c | 589 bool gmac_mii_busywait(unsigned int timeout) in gmac_mii_busywait() argument 593 while (timeout > 10) { in gmac_mii_busywait() 597 timeout -= 10; in gmac_mii_busywait()
|
/openbmc/linux/sound/pci/lola/ |
H A D | lola.c | 140 unsigned long timeout; in rirb_get_response() local 143 timeout = jiffies + msecs_to_jiffies(1000); in rirb_get_response() 166 if (time_after(jiffies, timeout)) in rirb_get_response()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 386 ktime_t now, *timeout; in ci_otg_hrtimer_func() local 411 timeout = &ci->hr_timeouts[next_timer]; in ci_otg_hrtimer_func() 412 hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, *timeout, in ci_otg_hrtimer_func()
|
/openbmc/linux/drivers/ntb/hw/epf/ |
H A D | ntb_hw_epf.c | 102 ktime_t timeout; in ntb_epf_send_command() local 111 timeout = ktime_add_ms(ktime_get(), NTB_EPF_COMMAND_TIMEOUT); in ntb_epf_send_command() 113 timedout = ktime_after(ktime_get(), timeout); in ntb_epf_send_command()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | qcom_q6v5_adsp.c | 259 unsigned long timeout; in qcom_adsp_shutdown() local 286 timeout = jiffies + msecs_to_jiffies(ACK_TIMEOUT); in qcom_adsp_shutdown() 290 if (ret || val || time_after(jiffies, timeout)) in qcom_adsp_shutdown()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-xenon-phy.c | 356 ktime_t timeout; in xenon_emmc_phy_enable_dll() local 386 timeout = ktime_add_ms(ktime_get(), 32); in xenon_emmc_phy_enable_dll() 388 bool timedout = ktime_after(ktime_get(), timeout); in xenon_emmc_phy_enable_dll()
|
H A D | mxs-mmc.c | 352 unsigned short dma_data_dir, timeout; in mxs_mmc_adtc() local 423 timeout = mxs_ns_to_ssp_ticks(ssp->clk_rate, data->timeout_ns); in mxs_mmc_adtc() 426 val |= BF_SSP(timeout, TIMING_TIMEOUT); in mxs_mmc_adtc()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | smu_cmn.c | 112 int timeout = adev->usec_timeout * 20; in __smu_cmn_poll_stat() local 115 for ( ; timeout > 0; timeout--) { in __smu_cmn_poll_stat()
|
/openbmc/linux/drivers/bus/ |
H A D | Kconfig | 38 arbiter. This driver provides timeout and target abort error handling 49 not responding on timeout an IRQ is raised with an erroneous address 53 errors counter. The counter and the APB-bus operations timeout can be
|
/openbmc/linux/drivers/misc/mei/ |
H A D | hw-txe.c | 255 const unsigned long timeout = in mei_txe_aliveness_wait() local 266 dev->pg_event == MEI_PG_EVENT_RECEIVED, timeout); in mei_txe_aliveness_wait() 277 jiffies_to_msecs(timeout - err), in mei_txe_aliveness_wait()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | ahb.c | 280 unsigned long timeout; in ath10k_ahb_halt_axi_bus() local 289 timeout = jiffies + msecs_to_jiffies(ATH10K_AHB_AXI_BUS_HALT_TIMEOUT); in ath10k_ahb_halt_axi_bus() 296 } while (time_before(jiffies, timeout)); in ath10k_ahb_halt_axi_bus()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | intel-nand-controller.c | 298 u32 timeout; in ebu_dma_start() local 338 timeout = wait_for_completion_timeout(dma_completion, msecs_to_jiffies(1000)); in ebu_dma_start() 339 if (!timeout) { in ebu_dma_start()
|
/openbmc/linux/drivers/scsi/ |
H A D | sd_zbc.c | 149 const int timeout = sdp->request_queue->rq_timeout; in sd_zbc_do_report_zones() local 167 timeout, SD_MAX_RETRIES, &exec_args); in sd_zbc_do_report_zones() 499 rq->timeout = SD_TIMEOUT; in sd_zbc_setup_zone_mgmt_cmnd()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ti_am335x_adc.c | 439 unsigned long timeout; in tiadc_read_raw() local 479 timeout = jiffies + msecs_to_jiffies(IDLE_TIMEOUT_MS * adc_dev->channels); in tiadc_read_raw() 485 if (time_after(jiffies, timeout)) { in tiadc_read_raw()
|
/openbmc/linux/drivers/input/joystick/ |
H A D | analog.c | 171 unsigned int loopout, timeout; in analog_cooked_read() local 177 timeout = ANALOG_MAX_TIME * NSEC_PER_MSEC; in analog_cooked_read() 203 } while (this && (i < 4) && (ktime_sub(now, start) < timeout)); in analog_cooked_read()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_fragment.c | 253 if (!mod_timer(&qp->q.timer, jiffies + qp->q.fqdir->timeout)) { in ip_frag_reinit() 615 table[2].data = &net->ipv4.fqdir->timeout; in ip4_frags_ns_ctl_register() 689 net->ipv4.fqdir->timeout = IP_FRAG_TIME; in ipv4_frags_init_net()
|
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/ |
H A D | rzg2l-csi2.c | 395 unsigned int timeout = VSRSTS_RETRIES; in rzg2l_csi2_mipi_link_disable() local 404 while (--timeout) { in rzg2l_csi2_mipi_link_disable() 410 if (!timeout) in rzg2l_csi2_mipi_link_disable()
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec_ptp.c | 521 ktime_t timeout; in fec_ptp_enable() local 589 timeout = ns_to_ktime(delta - NSEC_PER_SEC); in fec_ptp_enable() 590 hrtimer_start(&fep->perout_timer, timeout, HRTIMER_MODE_REL); in fec_ptp_enable()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rio_mport_cdev.h | 213 __u32 timeout; /* Wait timeout in msec, if 0 use default TO */ member
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/ |
H A D | openpower-occ-control_git.bb | 56 HOST_ERROR_TARGETS = "crash timeout"
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | ltp.py | 74 (status, output) = self.target.run(cmd, timeout=1200)
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_synproxy.sh | 107 ip netns exec $ns1 timeout 5 iperf3 -c 10.0.2.99 -n $((1 * 1024 * 1024)) > /dev/null
|
/openbmc/linux/include/uapi/drm/ |
H A D | qaic_accel.h | 328 __u32 timeout; member
|
/openbmc/linux/include/linux/ |
H A D | dma-resv.h | 481 bool intr, unsigned long timeout);
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | 3270.ChangeLog | 41 scroll-timeout code.
|