Home
last modified time | relevance | path

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

/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
/drivers/gpu/drm/i915/display/
Dintel_hdcp.c1006 schedule_work(&hdcp->prop_work); in intel_hdcp_update_value()
1084 prop_work); in intel_hdcp_prop_work()
2283 INIT_WORK(&hdcp->prop_work, intel_hdcp_prop_work); in intel_hdcp_init()
2419 schedule_work(&hdcp->prop_work); in intel_hdcp_update_pipe()
2436 schedule_work(&hdcp->prop_work); in intel_hdcp_update_pipe()
2489 drm_WARN_ON(connector->base.dev, work_pending(&hdcp->prop_work)); in intel_hdcp_cleanup()
Dintel_display_types.h466 struct work_struct prop_work; member
Dintel_display.c13289 cancel_work_sync(&connector->hdcp.prop_work); in intel_hpd_poll_fini()