Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/bridge/cadence/
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()
Dcdns-mhdp8546-core.h348 struct work_struct prop_work; member
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_hdcp.c1008 queue_work(i915->unordered_wq, &hdcp->prop_work); in intel_hdcp_update_value()
1086 prop_work); in intel_hdcp_prop_work()
2286 INIT_WORK(&hdcp->prop_work, intel_hdcp_prop_work); in intel_hdcp_init()
2483 queue_work(i915->unordered_wq, &hdcp->prop_work); in intel_hdcp_update_pipe()
2500 queue_work(i915->unordered_wq, &hdcp->prop_work); in intel_hdcp_update_pipe()
2554 drm_WARN_ON(connector->base.dev, work_pending(&hdcp->prop_work)); in intel_hdcp_cleanup()
Dintel_display_types.h537 struct work_struct prop_work; member
Dintel_display.c7998 cancel_work_sync(&connector->hdcp.prop_work); in intel_hpd_poll_fini()