Home
last modified time | relevance | path

Searched refs:tmo (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H A Dtcpip_priv.h176 } tmo; member
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H A Di2c-rk3x.c1172 int tmo = WAIT_TIMEOUT * USEC_PER_MSEC; in rk3x_i2c_restart_notify() local
1178 while (tmo-- && i2c->busy) { in rk3x_i2c_restart_notify()
1184 if (tmo <= 0) { in rk3x_i2c_restart_notify()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c2383 * dhd_timeout_start(&tmo, usec);
2384 * while (!dhd_timeout_expired(&tmo))
2387 * if (dhd_timeout_expired(&tmo))
2392 dhd_timeout_start(dhd_timeout_t *tmo, uint usec) in dhd_timeout_start() argument
2394 tmo->limit = usec; in dhd_timeout_start()
2395 tmo->increment = 0; in dhd_timeout_start()
2396 tmo->elapsed = 0; in dhd_timeout_start()
2397 tmo->tick = jiffies_to_usecs(1); in dhd_timeout_start()
2401 dhd_timeout_expired(dhd_timeout_t *tmo) in dhd_timeout_expired() argument
2404 if (tmo in dhd_timeout_expired()
[all...]
H A Ddhd_sdio.c5006 dhd_timeout_t tmo; in dhd_bus_init() local
5047 dhd_timeout_start(&tmo, WAIT_F2RXFIFORDY * WAIT_F2RXFIFORDY_DELAY * 1000); in dhd_bus_init()
5048 while (!enable && !dhd_timeout_expired(&tmo)) { in dhd_bus_init()
5055 DHD_ERROR(("Took %u usec before dongle is ready\n", tmo.elapsed)); in dhd_bus_init()
5059 DHD_ERROR(("Waited %u usec, dongle is not ready\n", tmo.elapsed)); in dhd_bus_init()
5092 dhd_timeout_start(&tmo, DHD_WAIT_F2RDY * 1000); in dhd_bus_init()
5095 while (ready != enable && !dhd_timeout_expired(&tmo)) in dhd_bus_init()
5101 __FUNCTION__, enable, ready, tmo.elapsed)); in dhd_bus_init()
H A Ddhd.h2200 extern void dhd_timeout_start(dhd_timeout_t *tmo, uint usec);
2201 extern int dhd_timeout_expired(dhd_timeout_t *tmo);
H A Ddhd_pcie.c8455 dhd_timeout_t tmo; in dhdpcie_readshared() local
8464 dhd_timeout_start(&tmo, MAX_READ_TIMEOUT); in dhdpcie_readshared()
8466 while (((addr == 0) || (addr == bus->nvram_csm)) && !dhd_timeout_expired(&tmo)) { in dhdpcie_readshared()
8481 DHD_ERROR(("%s: Waited %u usec, dongle is not ready\n", __FUNCTION__, tmo.elapsed)); in dhdpcie_readshared()
8494 "before dongle is ready\n", __FUNCTION__, addr, tmo.elapsed)); in dhdpcie_readshared()

Completed in 45 milliseconds