/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/utils/ |
D | amvdec.c | 116 timeout = jiffies + HZ / 100; in amvdec_pg_enable() 119 if (time_after(jiffies, timeout)) { in amvdec_pg_enable() 130 timeout = jiffies + HZ / 100; in amvdec_pg_enable() 133 if (time_after(jiffies, timeout)) { in amvdec_pg_enable() 143 timeout = jiffies + HZ / 100; in amvdec_pg_enable() 146 if (time_after(jiffies, timeout)) { in amvdec_pg_enable() 156 timeout = jiffies + HZ / 100; in amvdec_pg_enable() 158 if (time_after(jiffies, timeout)) in amvdec_pg_enable() 176 timeout = jiffies + HZ / 10; in amvdec2_pg_enable() 179 if (time_after(jiffies, timeout)) { in amvdec2_pg_enable() [all …]
|
D | vdec_v4l2_buffer_ops.c | 85 expires = jiffies + msecs_to_jiffies(1000); in aml_wait_dpb_ready() 89 if (time_after(jiffies, expires)) { in aml_wait_dpb_ready()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
D | oal_timer.h | 91 pst_timer->expires = jiffies + msecs_to_jiffies(ul_delay); in oal_timer_init() 136 return mod_timer(pst_timer, (jiffies + msecs_to_jiffies(ui_delay))); in oal_timer_start() 148 pst_timer->expires = jiffies + msecs_to_jiffies(ui_delay); in oal_timer_start_on()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/ |
D | pm.c | 243 cur_tmo = pm->wakelock.ws.timer.expires - jiffies; in xradio_pm_stay_awake() 245 cur_tmo = pm->wakelock.expires - jiffies; in xradio_pm_stay_awake() 261 time_before((unsigned long)pm->expires_save, jiffies)) { in xradio_pm_lock_awake() 274 time_before(jiffies, (unsigned long)pm->expires_save)) { in xradio_pm_unlock_awake() 275 pm->expires_save -= jiffies; in xradio_pm_unlock_awake() 322 cur_tmo = pm->stay_awake.expires - jiffies; in xradio_pm_stay_awake() 324 mod_timer(&pm->stay_awake, jiffies + tmo); in xradio_pm_stay_awake() 334 pm->expires_save = jiffies; in xradio_pm_lock_awake() 335 mod_timer(&pm->stay_awake, jiffies + LONG_MAX); in xradio_pm_lock_awake() 342 if (time_before(jiffies, (unsigned long)pm->expires_save)) in xradio_pm_unlock_awake() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | mesh_hwmp.c | 246 if (time_before(jiffies, ifmsh->next_perr)) in mesh_path_error_tx() 594 if (time_after(jiffies, ifmsh->last_sn_update + in hwmp_preq_frame_process() 596 time_before(jiffies, ifmsh->last_sn_update)) { in hwmp_preq_frame_process() 598 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process() 611 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process() 869 (time_after(jiffies, mpath->last_preq_to_root + in hwmp_rann_frame_process() 871 time_before(jiffies, mpath->last_preq_to_root))) && in hwmp_rann_frame_process() 877 mpath->last_preq_to_root = jiffies; in hwmp_rann_frame_process() 1010 if (time_after(jiffies, ifmsh->last_preq + min_preq_int_jiff(sdata))) in mesh_queue_preq() 1013 else if (time_before(jiffies, ifmsh->last_preq)) { in mesh_queue_preq() [all …]
|
D | status.c | 69 info->control.jiffies = jiffies; in ieee80211_handle_filtered_frame() 152 round_jiffies(jiffies + in ieee80211_handle_filtered_frame() 168 !!test_sta_flag(sta, WLAN_STA_PS_STA), jiffies); in ieee80211_handle_filtered_frame() 192 sta->status_stats.last_ack = jiffies; in ieee80211_frame_acked() 761 time_before(jiffies, in ieee80211_lost_packet() 1006 jiffies; in __ieee80211_tx_status() 1051 mod_timer(&local->dynamic_ps_timer, jiffies + in __ieee80211_tx_status() 1137 sta->status_stats.last_ack = jiffies; in mac80211_tx_status_ext() 1144 sta->status_stats.last_tdls_pkt_time = jiffies; in mac80211_tx_status_ext()
|
D | offchannel.c | 95 mod_timer(&local->dynamic_ps_timer, jiffies + in ieee80211_offchannel_ps_disable() 302 local->hw_roc_start_time = jiffies; in mac80211_ready_on_channel() 397 ieee80211_handle_roc_started(tmp, jiffies); in _ieee80211_start_next_roc() 452 if (ieee80211_recalc_sw_work(local, jiffies)) in __ieee80211_roc_work() 488 ieee80211_end_finished_rocs(local, jiffies); in ieee80211_hw_roc_done() 510 unsigned long now = jiffies; in ieee80211_coalesce_hw_started_roc() 649 unsigned long now = jiffies; in ieee80211_start_roc_work()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/mmc/ |
D | sunxi-mmc-export.c | 85 unsigned long expire = jiffies + msecs_to_jiffies(ms); in sunxi_mmc_check_r1_ready() 90 } while (time_before(jiffies, expire)); in sunxi_mmc_check_r1_ready()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
D | mali_osk_timers.c | 40 tim->timer.expires = jiffies + ticks_to_expire; in _mali_osk_timer_add() 47 mod_timer(&(tim->timer), jiffies + ticks_to_expire); in _mali_osk_timer_mod()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
D | mali_osk_timers.c | 39 tim->timer.expires = jiffies + ticks_to_expire; in _mali_osk_timer_add() 46 mod_timer(&(tim->timer), jiffies + ticks_to_expire); in _mali_osk_timer_mod()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/platform/ |
D | system_i2c.c | 121 uint32_t js = jiffies; in iic_bus_is_ready() 145 jt = jiffies; in iic_bus_is_ready() 234 uint32_t js = jiffies; in rx_fifo_has_data() 253 jt = jiffies; in rx_fifo_has_data()
|
D | system_timer.c | 29 uint32_t result = jiffies; in system_timer_timestamp()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/platform/ |
D | system_i2c.c | 123 uint32_t js = jiffies; in iic_bus_is_ready() 147 jt = jiffies; in iic_bus_is_ready() 233 uint32_t js = jiffies; in rx_fifo_has_data() 252 jt = jiffies; in rx_fifo_has_data()
|
D | system_timer.c | 29 uint32_t result = jiffies; in system_timer_timestamp()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
D | mali_kbase_hwcnt_watchdog_if_timer.c | 78 jiffies + msecs_to_jiffies(period_ms)); in kbasep_hwcnt_watchdog_if_timer_enable() 110 jiffies + msecs_to_jiffies(delay_ms)); in kbasep_hwcnt_watchdog_if_timer_modify()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/bluetooth/ |
D | rtl_btlpm.c | 155 mod_timer(&tx_timer, jiffies + (TX_TIMER_INTERVAL * HZ)); in bluesleep_sleep_wakeup() 178 jiffies + (TX_TIMER_INTERVAL * HZ)); in bluesleep_sleep_work() 182 mod_timer(&tx_timer, jiffies + (TX_TIMER_INTERVAL * HZ)); in bluesleep_sleep_work() 303 mod_timer(&tx_timer, jiffies + (TX_TIMER_INTERVAL*HZ)); in bluesleep_tx_timer_expire() 351 mod_timer(&tx_timer, jiffies + (TX_TIMER_INTERVAL*HZ)); in bluesleep_start()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
D | osal_timer.c | 76 return mod_timer(&list_info->time_list, jiffies + msecs_to_jiffies(interval) - 1); in osal_set_timer() 122 return jiffies_to_msecs(jiffies); in osal_get_tickcount() 202 *pjiffies = jiffies; in osal_getjiffies()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
D | osal_timer.c | 85 return mod_timer(t, jiffies + msecs_to_jiffies(interval) - 1); in osal_timer_set() 146 return jiffies_to_msecs(jiffies); in osal_get_tickcount() 181 return jiffies; in osal_get_jiffies()
|
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
D | phy-rockchip-pcie.c | 187 timeout = jiffies + msecs_to_jiffies(MSECS_TO_JIFFIES); in rockchip_pcie_phy_power_on() 190 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on() 209 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on() 227 while (time_before(jiffies, timeout)) { in rockchip_pcie_phy_power_on()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/emac/ |
D | sun4i-mdio.c | 51 timeout_jiffies = jiffies + MDIO_TIMEOUT; in sun4i_mdio_read() 78 timeout_jiffies = jiffies + MDIO_TIMEOUT; in sun4i_mdio_write()
|
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
D | process.c | 48 end_time = jiffies + msecs_to_jiffies(freeze_timeout_msecs); in try_to_freeze_tasks() 74 if (!todo || time_after(jiffies, end_time)) { in try_to_freeze_tasks()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/dvb_ci/cimcu/ |
D | dvb_ca_en50221_cimcu.c | 299 start = jiffies; in dvb_ca_en50221_wait_if_status() 300 timeout = jiffies + timeout_hz; in dvb_ca_en50221_wait_if_status() 309 dprintk("%s succeeded timeout:%lu\n", __func__, jiffies - start); in dvb_ca_en50221_wait_if_status() 314 if (time_after(jiffies, timeout)) { in dvb_ca_en50221_wait_if_status() 322 dprintk("%s failed timeout:%lu\n", __func__, jiffies - start); in dvb_ca_en50221_wait_if_status() 1093 ca->slot_info[slot].timeout = jiffies + (INIT_TIMEOUT_SECS * HZ); in dvb_ca_en50221_thread() 1097 if (time_after(jiffies, ca->slot_info[slot].timeout)) { in dvb_ca_en50221_thread() 1143 ca->slot_info[slot].timeout = jiffies + (INIT_TIMEOUT_SECS * HZ); in dvb_ca_en50221_thread() 1149 if (time_after(jiffies, ca->slot_info[slot].timeout)) { in dvb_ca_en50221_thread() 1458 timeout = jiffies + HZ / 2; in dvb_ca_en50221_io_write() [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/platform/ |
D | system_timer.c | 29 uint32_t result = jiffies; in system_timer_timestamp()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/iq/src/platform/ |
D | system_timer.c | 29 uint32_t result = jiffies; in system_timer_timestamp()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
D | ump_kernel_random_mapping.c | 82 map->failed.timestamp = jiffies; in ump_random_mapping_create() 146 map->failed.timestamp = jiffies; in ump_random_mapping_get()
|