Home
last modified time | relevance | path

Searched refs:stop_time (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/i2c/muxes/
Di2c-arb-gpio-challenge.c61 unsigned long stop_retry, stop_time; in i2c_arbitrator_select() local
64 stop_time = jiffies + usecs_to_jiffies(arb->wait_free_us) + 1; in i2c_arbitrator_select()
87 } while (time_before(jiffies, stop_time)); in i2c_arbitrator_select()
/Linux-v4.19/drivers/usb/host/whci/
Dwusb.c45 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()
/Linux-v4.19/drivers/i2c/busses/
Di2c-hix5hd2.c166 unsigned long stop_time; in hix5hd2_i2c_wait_bus_idle() local
170 stop_time = jiffies + msecs_to_jiffies(100); in hix5hd2_i2c_wait_bus_idle()
177 } while (time_before(jiffies, stop_time)); in hix5hd2_i2c_wait_bus_idle()
Di2c-exynos5.c535 unsigned long stop_time; in exynos5_i2c_wait_bus_idle() local
539 stop_time = jiffies + msecs_to_jiffies(100) + 1; in exynos5_i2c_wait_bus_idle()
546 } while (time_before(jiffies, stop_time)); in exynos5_i2c_wait_bus_idle()
/Linux-v4.19/sound/pci/pcxhr/
Dpcxhr_core.c913 ktime_t start_time, stop_time, diff_time; in pcxhr_set_pipe_state() local
964 stop_time = ktime_get(); in pcxhr_set_pipe_state()
965 diff_time = ktime_sub(stop_time, start_time); in pcxhr_set_pipe_state()
Dpcxhr.c714 ktime_t start_time, stop_time, diff_time; in pcxhr_start_linked_stream() local
827 stop_time = ktime_get(); in pcxhr_start_linked_stream()
828 diff_time = ktime_sub(stop_time, start_time); in pcxhr_start_linked_stream()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Dcommands.h1392 } stop_time; member
1488 } stop_time; member
2226 __le32 stop_time; /* lower 32-bits of TSF */ member
D3945-mac.c417 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_build_tx_cmd_basic()
2606 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_request_scan()
D4965-mac.c946 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_request_scan()
1506 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_tx_cmd_build_basic()
3831 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_hw_get_beacon_cmd()
D3945.c2439 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_hw_get_beacon_cmd()
/Linux-v4.19/sound/pci/
Des1968.c1713 ktime_t start_time, stop_time; in es1968_measure_clock() local
1770 stop_time = ktime_get(); in es1968_measure_clock()
1781 diff = ktime_sub(stop_time, start_time); in es1968_measure_clock()
Dintel8x0.c2763 ktime_t start_time, stop_time; in intel8x0_measure_ac97_clock() local
2821 stop_time = ktime_get(); in intel8x0_measure_ac97_clock()
2849 t = ktime_us_delta(stop_time, start_time); in intel8x0_measure_ac97_clock()
/Linux-v4.19/drivers/video/fbdev/aty/
Dradeon_base.c586 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()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dcommands.h1287 } stop_time; member
2089 __le32 stop_time; /* lower 32-bits of TSF */ member
Dscan.c754 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_request_scan()
Dtx.c73 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_tx_cmd_build_basic()
Dmain.c238 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_send_beacon_cmd()