mstimeout          58 drivers/gpu/drm/rockchip/rockchip_drm_drv.h int rockchip_drm_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout);
mstimeout        1785 drivers/gpu/drm/rockchip/rockchip_drm_vop.c int rockchip_drm_wait_vact_end(struct drm_crtc *crtc, unsigned int mstimeout)
mstimeout        1795 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 	if (mstimeout <= 0) {
mstimeout        1809 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 						   msecs_to_jiffies(mstimeout));
mstimeout         771 drivers/infiniband/hw/hfi1/chip.h int wait_fm_ready(struct hfi1_devdata *dd, u32 mstimeout);
mstimeout         959 drivers/infiniband/hw/hfi1/firmware.c int wait_fm_ready(struct hfi1_devdata *dd, u32 mstimeout)
mstimeout         967 drivers/infiniband/hw/hfi1/firmware.c 	timeout = msecs_to_jiffies(mstimeout) + jiffies;