Searched refs:mstimeout (Results 1 – 6 of 6) sorted by relevance
459 int (*wait_vact_end)(struct drm_crtc *crtc, unsigned int mstimeout);537 int rockchip_drm_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout);
97 int rockchip_drm_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout) in rockchip_drm_wait_vact_end() argument105 if (mstimeout <= 0) in rockchip_drm_wait_vact_end()112 ret = priv->crtc_funcs[pipe]->wait_vact_end(crtc, mstimeout); in rockchip_drm_wait_vact_end()
3031 static int vop_crtc_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout) in vop_crtc_wait_vact_end() argument3051 msecs_to_jiffies(mstimeout)); in vop_crtc_wait_vact_end()
5986 static int vop2_crtc_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout) in vop2_crtc_wait_vact_end() argument6006 msecs_to_jiffies(mstimeout)); in vop2_crtc_wait_vact_end()
959 int wait_fm_ready(struct hfi1_devdata *dd, u32 mstimeout) in wait_fm_ready() argument967 timeout = msecs_to_jiffies(mstimeout) + jiffies; in wait_fm_ready()
777 int wait_fm_ready(struct hfi1_devdata *dd, u32 mstimeout);