/drivers/i2c/busses/ |
D | i2c-xlr.c | 172 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()
|
/drivers/staging/netlogic/ |
D | xlr_net.c | 600 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()
|
/drivers/net/ethernet/marvell/ |
D | mvmdio.c | 97 int timedout = 0; in orion_mdio_wait_ready() local 102 else if (timedout) in orion_mdio_wait_ready() 110 ++timedout; in orion_mdio_wait_ready() 121 ++timedout; in orion_mdio_wait_ready()
|
/drivers/staging/greybus/ |
D | fw-download.c | 24 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()
|
/drivers/scsi/megaraid/ |
D | megaraid_mm.c | 202 if (!kioc->timedout) in mraid_mm_ioctl() 627 kioc->timedout = 0; in mraid_mm_alloc_kioc() 718 if (kioc->timedout) { in lld_ioctl() 754 if (kioc->timedout) { in ioctl_done() 766 kioc->timedout = 0; in ioctl_done() 789 kioc->timedout = 1; in lld_timedout()
|
D | megaraid_ioctl.h | 149 uint8_t timedout; member
|
/drivers/mmc/host/ |
D | sdhci-pci-o2micro.c | 79 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_o2_wait_card_detect_stable() local 86 if (timedout) { in sdhci_o2_wait_card_detect_stable() 117 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_o2_enable_internal_clock() local 122 if (timedout) { in sdhci_o2_enable_internal_clock()
|
D | sdhci-omap.c | 215 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_omap_conf_bus_power() local 219 if (WARN_ON(timedout)) in sdhci_omap_conf_bus_power() 740 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_omap_init_74_clocks() local 744 if (WARN_ON(timedout)) in sdhci_omap_init_74_clocks()
|
D | sdhci-of-esdhc.c | 581 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_clock_enable() local 585 if (timedout) { in esdhc_clock_enable() 694 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_of_set_clock() local 698 if (timedout) { in esdhc_of_set_clock()
|
D | sdhci-xenon.c | 35 bool timedout = ktime_after(ktime_get(), timeout); in xenon_enable_internal_clk() local 40 if (timedout) { in xenon_enable_internal_clk()
|
D | sdhci-xenon-phy.c | 358 bool timedout = ktime_after(ktime_get(), timeout); in xenon_emmc_phy_enable_dll() local 363 if (timedout) { in xenon_emmc_phy_enable_dll()
|
D | sdhci.c | 216 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_reset() local 220 if (timedout) { in sdhci_reset() 1641 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_enable_clk() local 1646 if (timedout) { in sdhci_enable_clk() 1663 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_enable_clk() local 1668 if (timedout) { in sdhci_enable_clk()
|
/drivers/net/ethernet/qlogic/qede/ |
D | qede_ptp.c | 165 bool timedout; in qede_ptp_task() local 170 timedout = time_is_before_jiffies(ptp->ptp_tx_start + in qede_ptp_task() 178 if (unlikely(timedout)) { in qede_ptp_task()
|
/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 277 u32 timedout = 20; in au1000_mdio_read() local 282 if (--timedout == 0) { in au1000_mdio_read() 293 timedout = 20; in au1000_mdio_read() 296 if (--timedout == 0) { in au1000_mdio_read() 310 u32 timedout = 20; in au1000_mdio_write() local 315 if (--timedout == 0) { in au1000_mdio_write()
|
/drivers/misc/habanalabs/ |
D | command_submission.c | 210 if ((!cs->timedout) && in cs_do_release() 242 if (cs->timedout) in cs_do_release() 269 cs->timedout = true; in cs_timedout()
|
D | habanalabs.h | 739 u8 timedout; member
|
/drivers/scsi/arm/ |
D | fas216.c | 1185 goto timedout; in fas216_get_msg_byte() 1195 goto timedout; in fas216_get_msg_byte() 1207 timedout: in fas216_get_msg_byte()
|
/drivers/spi/ |
D | spi.c | 163 SPI_STATISTICS_SHOW(timedout, "%lu"); 1082 SPI_STATISTICS_INCREMENT_FIELD(statm, timedout); in spi_transfer_wait() 1083 SPI_STATISTICS_INCREMENT_FIELD(stats, timedout); in spi_transfer_wait()
|