Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c1008 if (!queue_work(i915->unordered_wq, &hdcp->prop_work)) in intel_hdcp_update_value()
1087 prop_work); in intel_hdcp_prop_work()
2287 INIT_WORK(&hdcp->prop_work, intel_hdcp_prop_work); in intel_hdcp_init()
2484 if (!queue_work(i915->unordered_wq, &hdcp->prop_work)) in intel_hdcp_update_pipe()
2502 if (!queue_work(i915->unordered_wq, &hdcp->prop_work)) in intel_hdcp_update_pipe()
2558 drm_WARN_ON(connector->base.dev, work_pending(&hdcp->prop_work)); in intel_hdcp_cleanup()
H A Dintel_display_types.h537 struct work_struct prop_work; member
H A Dintel_display.c8029 cancel_work_sync(&connector->hdcp.prop_work); in intel_hpd_poll_fini()