Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-hdcp.c453 schedule_work(&mhdp->hdcp.prop_work); in cdns_mhdp_hdcp_check_link()
460 schedule_work(&mhdp->hdcp.prop_work); in cdns_mhdp_hdcp_check_link()
486 prop_work); in cdns_mhdp_hdcp_prop_work()
542 schedule_work(&mhdp->hdcp.prop_work); in cdns_mhdp_hdcp_enable()
557 schedule_work(&mhdp->hdcp.prop_work); in cdns_mhdp_hdcp_disable()
569 INIT_WORK(&mhdp->hdcp.prop_work, cdns_mhdp_hdcp_prop_work); in cdns_mhdp_hdcp_init()
H A Dcdns-mhdp8546-core.h348 struct work_struct prop_work; member
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c1100 if (!queue_work(i915->unordered_wq, &hdcp->prop_work)) in intel_hdcp_update_value()
1173 prop_work); in intel_hdcp_prop_work()
2398 INIT_WORK(&hdcp->prop_work, intel_hdcp_prop_work); in intel_hdcp_init()
2564 if (!queue_work(i915->unordered_wq, &hdcp->prop_work)) in intel_hdcp_update_pipe()
2582 if (!queue_work(i915->unordered_wq, &hdcp->prop_work)) in intel_hdcp_update_pipe()
2638 drm_WARN_ON(connector->base.dev, work_pending(&hdcp->prop_work)); in intel_hdcp_cleanup()
H A Dintel_display_types.h434 struct work_struct prop_work; member
H A Dintel_display.c8732 cancel_work_sync(&connector->hdcp.prop_work); in intel_hpd_poll_fini()