Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c95 schedule_delayed_work(&hdcp_work->property_validate_dwork, msecs_to_jiffies(0)); in process_output()
128 schedule_delayed_work(&hdcp_w->property_validate_dwork, in hdcp_update_display()
133 cancel_delayed_work(&hdcp_w->property_validate_dwork); in hdcp_update_display()
167 cancel_delayed_work(&hdcp_w->property_validate_dwork); in hdcp_reset_display()
245 container_of(to_delayed_work(work), struct hdcp_workqueue, property_validate_dwork); in event_property_validate()
369 INIT_DELAYED_WORK(&hdcp_work[i].property_validate_dwork, event_property_validate); in hdcp_create_workqueue()
H A Damdgpu_dm_hdcp.h46 struct delayed_work property_validate_dwork; member