Home
last modified time | relevance | path

Searched refs:cpirq_work (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.h41 struct work_struct cpirq_work; member
H A Damdgpu_dm_hdcp.c270 schedule_work(&hdcp_w->cpirq_work); in hdcp_handle_cpirq()
440 hdcp_work = container_of(work, struct hdcp_workqueue, cpirq_work); in event_cpirq()
733 INIT_WORK(&hdcp_work[i].cpirq_work, event_cpirq); in hdcp_create_workqueue()