Home
last modified time | relevance | path

Searched refs:timedout (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/i2c/busses/
A Di2c-xlr.c172 int pos, timedout; in xlr_i2c_tx() local
184 timedout = 0; in xlr_i2c_tx()
206 while (!timedout) { in xlr_i2c_tx()
216 timedout = time_after(checktime, stoptime); in xlr_i2c_tx()
219 if (timedout) in xlr_i2c_tx()
239 int nbytes, timedout; in xlr_i2c_rx() local
250 timedout = 0; in xlr_i2c_rx()
258 while (!timedout) { in xlr_i2c_rx()
272 timedout = time_after(checktime, stoptime); in xlr_i2c_rx()
274 if (timedout) in xlr_i2c_rx()
/linux/drivers/net/ethernet/marvell/
A Dmvmdio.c99 int timedout = 0; in orion_mdio_wait_ready() local
104 else if (timedout) in orion_mdio_wait_ready()
112 ++timedout; in orion_mdio_wait_ready()
123 ++timedout; in orion_mdio_wait_ready()
/linux/drivers/staging/greybus/
A Dfw-download.c24 bool timedout; member
65 if (!fw_req->timedout) in fw_req_release()
140 fw_req->timedout = true; in fw_request_timedout()
155 fw_req->timedout = true; in exceeds_release_timeout()
/linux/drivers/scsi/megaraid/
A Dmegaraid_mm.c195 if (!kioc->timedout) in mraid_mm_ioctl()
623 kioc->timedout = 0; in mraid_mm_alloc_kioc()
714 if (kioc->timedout) { in lld_ioctl()
751 if (kioc->timedout) { in ioctl_done()
767 kioc->timedout = 0; in ioctl_done()
790 kioc->timedout = 1; in lld_timedout()
A Dmegaraid_ioctl.h149 uint8_t timedout; member
/linux/drivers/mmc/host/
A Dsdhci-pci-o2micro.c81 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_o2_wait_card_detect_stable() local
88 if (timedout) { in sdhci_o2_wait_card_detect_stable()
119 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_o2_enable_internal_clock() local
124 if (timedout) { in sdhci_o2_enable_internal_clock()
A Dsdhci-of-esdhc.c601 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_clock_enable() local
605 if (timedout) { in esdhc_clock_enable()
626 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_flush_async_fifo() local
631 if (timedout) { in esdhc_flush_async_fifo()
722 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_of_set_clock() local
726 if (timedout) { in esdhc_of_set_clock()
A Dsdhci-milbeaut.c103 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_milbeaut_reset() local
108 if (timedout) { in sdhci_milbeaut_reset()
A Dsdhci-omap.c254 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_omap_conf_bus_power() local
258 if (WARN_ON(timedout)) in sdhci_omap_conf_bus_power()
804 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_omap_init_74_clocks() local
808 if (WARN_ON(timedout)) in sdhci_omap_init_74_clocks()
A Dsdhci-xenon.c36 bool timedout = ktime_after(ktime_get(), timeout); in xenon_enable_internal_clk() local
41 if (timedout) { in xenon_enable_internal_clk()
A Dsdhci-xenon-phy.c358 bool timedout = ktime_after(ktime_get(), timeout); in xenon_emmc_phy_enable_dll() local
363 if (timedout) { in xenon_emmc_phy_enable_dll()
A Dsdhci.c220 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_reset() local
224 if (timedout) { in sdhci_reset()
1960 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_enable_clk() local
1965 if (timedout) { in sdhci_enable_clk()
1982 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_enable_clk() local
1987 if (timedout) { in sdhci_enable_clk()
/linux/drivers/net/ethernet/amd/
A Dau1000_eth.c274 u32 timedout = 20; in au1000_mdio_read() local
279 if (--timedout == 0) { in au1000_mdio_read()
290 timedout = 20; in au1000_mdio_read()
293 if (--timedout == 0) { in au1000_mdio_read()
307 u32 timedout = 20; in au1000_mdio_write() local
312 if (--timedout == 0) { in au1000_mdio_write()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_ptp.c140 bool timedout; in qede_ptp_task() local
145 timedout = time_is_before_jiffies(ptp->ptp_tx_start + in qede_ptp_task()
153 if (unlikely(timedout)) { in qede_ptp_task()
/linux/drivers/ntb/hw/epf/
A Dntb_hw_epf.c101 bool timedout; in ntb_epf_send_command() local
111 timedout = ktime_after(ktime_get(), timeout); in ntb_epf_send_command()
122 if (WARN_ON(timedout)) { in ntb_epf_send_command()
/linux/Documentation/filesystems/nfs/
A Dknfsd-stats.rst87 threads-timedout
/linux/include/linux/spi/
A Dspi.h65 unsigned long timedout; member
/linux/drivers/scsi/arm/
A Dfas216.c1184 goto timedout; in fas216_get_msg_byte()
1194 goto timedout; in fas216_get_msg_byte()
1206 timedout: in fas216_get_msg_byte()
/linux/drivers/misc/habanalabs/common/
A Dcommand_submission.c435 if (cs->timedout || hdev->timeout_jiffies == MAX_SCHEDULE_TIMEOUT) in cs_handle_tdr()
686 if (cs->timedout) in cs_do_release()
732 cs->timedout = true; in cs_timedout()
A Dhabanalabs.h1558 u8 timedout; member
/linux/drivers/spi/
A Dspi.c159 SPI_STATISTICS_SHOW(timedout, "%lu");
1300 SPI_STATISTICS_INCREMENT_FIELD(statm, timedout); in spi_transfer_wait()
1301 SPI_STATISTICS_INCREMENT_FIELD(stats, timedout); in spi_transfer_wait()
/linux/drivers/scsi/ufs/
A Dufshpb.c814 bool timedout = ktime_after(ktime_get(), rgn->read_timeout); in ufshpb_read_to_handler() local
816 if (timedout) { in ufshpb_read_to_handler()
/linux/Documentation/scsi/
A Dscsi_eh.rst359 If a timedout scmd is successfully aborted and the sdev is

Completed in 77 milliseconds