Searched refs:_wait (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| H A D | timer.h | 53 struct nvkm_timer_wait _wait; \ 57 nvkm_timer_wait_init((d), (n), &_wait); \ 60 } while ((_taken = nvkm_timer_wait_test(&_wait)) >= 0); \ 63 dev_WARN(_wait.tmr->subdev.device->dev, "timeout\n"); \
|
| /linux/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | timer.h | 23 struct nvif_timer_wait _wait; \ 26 nvif_timer_wait_init((d), (n), &_wait); \ 29 } while ((_taken = nvif_timer_wait_test(&_wait)) >= 0); \
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_rps.c | 25 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost() argument 28 struct wait_rps_boost *wait = container_of(_wait, typeof(*wait), wait); in do_rps_boost()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | core.h | 116 #define HWREG_SEQ_ITEM(_addr, _value, _mask, _wait) \ argument 121 .wait = _wait, \
|
| /linux/arch/mips/include/asm/ |
| H A D | uasm.h | 180 Ip_u1(_wait);
|
| /linux/arch/mips/mm/ |
| H A D | uasm.c | 377 I_u1(_wait);
|