Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/i2c/busses/
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()
Di2c-virtio.c110 bool timedout) in virtio_i2c_complete_reqs() argument
113 bool failed = timedout; in virtio_i2c_complete_reqs()
135 return timedout ? -ETIMEDOUT : j; in virtio_i2c_complete_reqs()
/Linux-v5.15/drivers/staging/netlogic/
Dxlr_net.c600 int timedout; in xlr_phy_write() local
605 timedout = 0; in xlr_phy_write()
613 while (!timedout) { in xlr_phy_write()
617 timedout = time_after(checktime, stoptime); in xlr_phy_write()
619 if (timedout) { in xlr_phy_write()
630 int timedout; in xlr_phy_read() local
635 timedout = 0; in xlr_phy_read()
646 while (!timedout) { in xlr_phy_read()
650 timedout = time_after(checktime, stoptime); in xlr_phy_read()
652 if (timedout) { in xlr_phy_read()
/Linux-v5.15/drivers/net/ethernet/marvell/
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-v5.15/drivers/staging/greybus/
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-v5.15/drivers/scsi/megaraid/
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()
Dmegaraid_ioctl.h149 uint8_t timedout; member
/Linux-v5.15/drivers/mmc/host/
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()
Dsdhci-milbeaut.c103 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_milbeaut_reset() local
108 if (timedout) { in sdhci_milbeaut_reset()
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()
Dsdhci-omap.c222 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_omap_conf_bus_power() local
226 if (WARN_ON(timedout)) in sdhci_omap_conf_bus_power()
751 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_omap_init_74_clocks() local
755 if (WARN_ON(timedout)) in sdhci_omap_init_74_clocks()
Dsdhci-xenon.c36 bool timedout = ktime_after(ktime_get(), timeout); in xenon_enable_internal_clk() local
41 if (timedout) { in xenon_enable_internal_clk()
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()
Dsdhci.c220 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_reset() local
224 if (timedout) { in sdhci_reset()
1951 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_enable_clk() local
1956 if (timedout) { in sdhci_enable_clk()
1973 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_enable_clk() local
1978 if (timedout) { in sdhci_enable_clk()
/Linux-v5.15/drivers/net/ethernet/qlogic/qede/
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-v5.15/drivers/net/ethernet/amd/
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-v5.15/drivers/ntb/hw/epf/
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-v5.15/Documentation/filesystems/nfs/
Dknfsd-stats.rst87 threads-timedout
/Linux-v5.15/include/linux/spi/
Dspi.h65 unsigned long timedout; member
/Linux-v5.15/drivers/scsi/arm/
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-v5.15/drivers/misc/habanalabs/common/
Dcommand_submission.c434 if (cs && (cs->timedout || in cs_handle_tdr()
675 if (cs->timedout) in cs_do_release()
721 cs->timedout = true; in cs_timedout()
Dhabanalabs.h1523 u8 timedout; member
/Linux-v5.15/drivers/spi/
Dspi.c159 SPI_STATISTICS_SHOW(timedout, "%lu");
1180 SPI_STATISTICS_INCREMENT_FIELD(statm, timedout); in spi_transfer_wait()
1181 SPI_STATISTICS_INCREMENT_FIELD(stats, timedout); in spi_transfer_wait()
/Linux-v5.15/drivers/scsi/ufs/
Dufshpb.c816 bool timedout = ktime_after(ktime_get(), rgn->read_timeout); in ufshpb_read_to_handler() local
818 if (timedout) { in ufshpb_read_to_handler()
/Linux-v5.15/Documentation/scsi/
Dscsi_eh.rst359 If a timedout scmd is successfully aborted and the sdev is