Home
last modified time | relevance | path

Searched refs:hdcp_prop_work (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hdcp.c709 hdcp_prop_work); in intel_hdcp_prop_work()
750 INIT_WORK(&connector->hdcp_prop_work, intel_hdcp_prop_work); in intel_hdcp_init()
768 schedule_work(&connector->hdcp_prop_work); in intel_hdcp_enable()
850 schedule_work(&connector->hdcp_prop_work); in intel_hdcp_check_link()
859 schedule_work(&connector->hdcp_prop_work); in intel_hdcp_check_link()
871 schedule_work(&connector->hdcp_prop_work); in intel_hdcp_check_link()
879 schedule_work(&connector->hdcp_prop_work); in intel_hdcp_check_link()
Dintel_drv.h420 struct work_struct hdcp_prop_work; member
Dintel_display.c15927 cancel_work_sync(&connector->hdcp_prop_work); in intel_hpd_poll_fini()