Home
last modified time | relevance | path

Searched refs:suspend_wait (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_group.c144 err = q->ops->suspend_wait(q); in xe_hw_engine_group_add_exec_queue()
228 err = q->ops->suspend_wait(q); in xe_hw_engine_group_suspend_faulting_lr_jobs()
H A Dxe_preempt_fence.c25 int err = q->ops->suspend_wait(q); in preempt_fence_work_func()
H A Dxe_guc_submit.c1798 * interrupt must be able to wake all instances of suspend_wait. This in __guc_exec_queue_process_msg_suspend()
1805 wake_up(&q->guc->suspend_wait); in __guc_exec_queue_process_msg_suspend()
1941 init_waitqueue_head(&ge->suspend_wait); in guc_exec_queue_init()
2200 ret = wait_event_interruptible_timeout(q->guc->suspend_wait, in guc_exec_queue_suspend_wait()
2268 .suspend_wait = guc_exec_queue_suspend_wait, in guc_exec_queue_stop()
/linux/drivers/hid/intel-ish-hid/ipc/
H A Dpci-ish.c242 init_waitqueue_head(&ishtp->suspend_wait); in ish_probe()
355 wait_event_interruptible_timeout(dev->suspend_wait, in ish_suspend()
/linux/arch/x86/kernel/
H A Dapm_32.c331 unsigned int suspend_wait: 1; member
1243 as->suspend_wait = 0; in suspend()
1524 as->suspend_wait = 1; in do_ioctl()
1527 as->suspend_wait == 0); in do_ioctl()