Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.h58 int rockchip_drm_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout);
Drockchip_drm_vop.c1754 int rockchip_drm_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout) in rockchip_drm_wait_vact_end() argument
1764 if (mstimeout <= 0) { in rockchip_drm_wait_vact_end()
1778 msecs_to_jiffies(mstimeout)); in rockchip_drm_wait_vact_end()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
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()
Dchip.h771 int wait_fm_ready(struct hfi1_devdata *dd, u32 mstimeout);