/linux-4.1.27/drivers/i2c/muxes/ |
D | i2c-arb-gpio-challenge.c | 65 unsigned long stop_retry, stop_time; in i2c_arbitrator_select() local 68 stop_time = jiffies + usecs_to_jiffies(arb->wait_free_us) + 1; in i2c_arbitrator_select() 91 } while (time_before(jiffies, stop_time)); in i2c_arbitrator_select()
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | wusb.c | 56 u32 stop_time, now_time; in whc_wusbhc_stop() local 63 stop_time = (now_time + ((delay * 8) << 7)) & 0x00ffffff; in whc_wusbhc_stop() 64 ret = whc_do_gencmd(whc, WUSBGENCMDSTS_CHAN_STOP, stop_time, NULL, 0); in whc_wusbhc_stop()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-hix5hd2.c | 167 unsigned long stop_time; in hix5hd2_i2c_wait_bus_idle() local 171 stop_time = jiffies + msecs_to_jiffies(100); in hix5hd2_i2c_wait_bus_idle() 178 } while (time_before(jiffies, stop_time)); in hix5hd2_i2c_wait_bus_idle()
|
D | i2c-exynos5.c | 539 unsigned long stop_time; in exynos5_i2c_wait_bus_idle() local 543 stop_time = jiffies + msecs_to_jiffies(100) + 1; in exynos5_i2c_wait_bus_idle() 550 } while (time_before(jiffies, stop_time)); in exynos5_i2c_wait_bus_idle()
|
/linux-4.1.27/sound/pci/pcxhr/ |
D | pcxhr_core.c | 913 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()
|
D | pcxhr.c | 714 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-4.1.27/drivers/net/wireless/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 | 417 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_build_tx_cmd_basic() 2613 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_request_scan()
|
D | 4965-mac.c | 944 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_request_scan() 1507 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_tx_cmd_build_basic() 3832 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_hw_get_beacon_cmd()
|
D | 3945.c | 2440 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_hw_get_beacon_cmd()
|
/linux-4.1.27/sound/pci/ |
D | es1968.c | 1713 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()
|
D | intel8x0.c | 2767 ktime_t start_time, stop_time; in intel8x0_measure_ac97_clock() local 2825 stop_time = ktime_get(); in intel8x0_measure_ac97_clock() 2853 t = ktime_us_delta(stop_time, start_time); in intel8x0_measure_ac97_clock()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | commands.h | 1293 } stop_time; member 2111 __le32 stop_time; /* lower 32-bits of TSF */ member
|
D | scan.c | 759 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_request_scan()
|
D | tx.c | 73 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_tx_cmd_build_basic()
|
D | main.c | 150 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_send_beacon_cmd()
|