Searched refs:stop_time (Results 1 – 18 of 18) sorted by relevance
236 u32 stop_time; member290 u32 stop_time; member489 u32 stop_time; member534 u32 stop_time; member
569 packed_record[0] = rec->stop_time & 0xFFFF; in set_ingress_sc_record()624 rec->stop_time = packed_record[0]; in get_ingress_sc_record()625 rec->stop_time |= packed_record[1] << 16; in get_ingress_sc_record()672 packed_record[0] = rec->stop_time & 0xFFFF; in set_ingress_sa_record()722 rec->stop_time = packed_record[0]; in get_ingress_sa_record()723 rec->stop_time |= packed_record[1] << 16; in get_ingress_sa_record()1539 packed_record[2] = rec->stop_time & 0xFFFF; in set_egress_sc_record()1590 rec->stop_time = packed_record[2]; in get_egress_sc_record()1591 rec->stop_time |= packed_record[3] << 16; in get_egress_sc_record()1683 rec->stop_time = packed_record[2]; in get_egress_sa_record()[all …]
45 unsigned long stop_retry, stop_time; in i2c_arbitrator_select() local48 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()
160 unsigned long stop_time; in hix5hd2_i2c_wait_bus_idle() local164 stop_time = jiffies + msecs_to_jiffies(100); in hix5hd2_i2c_wait_bus_idle()171 } while (time_before(jiffies, stop_time)); in hix5hd2_i2c_wait_bus_idle()
630 unsigned long stop_time; in exynos5_i2c_wait_bus_idle() local634 stop_time = jiffies + msecs_to_jiffies(100) + 1; in exynos5_i2c_wait_bus_idle()641 } while (time_before(jiffies, stop_time)); in exynos5_i2c_wait_bus_idle()
391 s64 stop_time; in sja1105_tas_check_conflicts() local419 stop_time = max_cycle_time + max(rbt1, rbt2); in sja1105_tas_check_conflicts()438 t1 <= stop_time; in sja1105_tas_check_conflicts()445 t2 <= stop_time; in sja1105_tas_check_conflicts()
1401 } stop_time;1501 } stop_time;2241 __le32 stop_time; /* lower 32-bits of TSF */ member
399 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_build_tx_cmd_basic()2541 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_request_scan()
932 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_request_scan()1492 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_tx_cmd_build_basic()3814 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_hw_get_beacon_cmd()
2424 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_hw_get_beacon_cmd()
583 ktime_t start_time, stop_time; in radeon_probe_pll_params() local610 stop_time = ktime_get(); in radeon_probe_pll_params()614 total_usecs = ktime_us_delta(stop_time, start_time); in radeon_probe_pll_params()
1234 } stop_time;2038 __le32 stop_time; /* lower 32-bits of TSF */ member
737 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_request_scan()
52 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_tx_cmd_build_basic()
218 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_send_beacon_cmd()
696 unsigned long stop_time; member
1276 if (time_is_before_jiffies(ep->stop_time + msecs_to_jiffies(100))) in xhci_handle_cmd_stop_ep()
1861 ep->stop_time = jiffies; in xhci_urb_dequeue()
Completed in 114 milliseconds