Home
last modified time | relevance | path

Searched refs:mstimeout (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h459 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);
H A Drockchip_drm_drv.c97 int rockchip_drm_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout) in rockchip_drm_wait_vact_end() argument
105 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()
H A Drockchip_drm_vop.c3031 static int vop_crtc_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout) in vop_crtc_wait_vact_end() argument
3051 msecs_to_jiffies(mstimeout)); in vop_crtc_wait_vact_end()
H A Drockchip_drm_vop2.c5986 static int vop2_crtc_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout) in vop2_crtc_wait_vact_end() argument
6006 msecs_to_jiffies(mstimeout)); in vop2_crtc_wait_vact_end()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dfirmware.c959 int wait_fm_ready(struct hfi1_devdata *dd, u32 mstimeout) in wait_fm_ready() argument
967 timeout = msecs_to_jiffies(mstimeout) + jiffies; in wait_fm_ready()
H A Dchip.h777 int wait_fm_ready(struct hfi1_devdata *dd, u32 mstimeout);