Searched refs:stop_time (Results 1 – 14 of 14) sorted by relevance
/drivers/i2c/muxes/ |
D | i2c-arb-gpio-challenge.c | 45 unsigned long stop_retry, stop_time; in i2c_arbitrator_select() local 48 stop_time = jiffies + usecs_to_jiffies(arb->wait_free_us) + 1; in i2c_arbitrator_select() 71 } while (time_before(jiffies, stop_time)); in i2c_arbitrator_select()
|
/drivers/net/dsa/sja1105/ |
D | sja1105_tas.c | 264 s64 stop_time; in sja1105_tas_check_conflicts() local 292 stop_time = max_cycle_time + max(rbt1, rbt2); in sja1105_tas_check_conflicts() 311 t1 <= stop_time; in sja1105_tas_check_conflicts() 318 t2 <= stop_time; in sja1105_tas_check_conflicts()
|
/drivers/staging/wusbcore/host/whci/ |
D | wusb.c | 45 u32 stop_time, now_time; in whc_wusbhc_stop() local 52 stop_time = (now_time + ((delay * 8) << 7)) & 0x00ffffff; in whc_wusbhc_stop() 53 ret = whc_do_gencmd(whc, WUSBGENCMDSTS_CHAN_STOP, stop_time, NULL, 0); in whc_wusbhc_stop()
|
/drivers/i2c/busses/ |
D | i2c-hix5hd2.c | 162 unsigned long stop_time; in hix5hd2_i2c_wait_bus_idle() local 166 stop_time = jiffies + msecs_to_jiffies(100); in hix5hd2_i2c_wait_bus_idle() 173 } while (time_before(jiffies, stop_time)); in hix5hd2_i2c_wait_bus_idle()
|
D | i2c-exynos5.c | 531 unsigned long stop_time; in exynos5_i2c_wait_bus_idle() local 535 stop_time = jiffies + msecs_to_jiffies(100) + 1; in exynos5_i2c_wait_bus_idle() 542 } while (time_before(jiffies, stop_time)); in exynos5_i2c_wait_bus_idle()
|
/drivers/net/wireless/intel/iwlegacy/ |
D | commands.h | 1392 } stop_time; member 1488 } stop_time; member 2226 __le32 stop_time; /* lower 32-bits of TSF */ member
|
D | 3945-mac.c | 401 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_build_tx_cmd_basic() 2590 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_request_scan()
|
D | 4965-mac.c | 930 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_request_scan() 1490 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_tx_cmd_build_basic() 3815 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_hw_get_beacon_cmd()
|
D | 3945.c | 2424 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_hw_get_beacon_cmd()
|
/drivers/video/fbdev/aty/ |
D | radeon_base.c | 586 ktime_t start_time, stop_time; in radeon_probe_pll_params() local 613 stop_time = ktime_get(); in radeon_probe_pll_params() 617 total_usecs = ktime_us_delta(stop_time, start_time); in radeon_probe_pll_params()
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | commands.h | 1282 } stop_time; member 2084 __le32 stop_time; /* lower 32-bits of TSF */ member
|
D | scan.c | 737 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_request_scan()
|
D | tx.c | 56 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_tx_cmd_build_basic()
|
D | main.c | 224 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_send_beacon_cmd()
|