Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_hdcp.c907 schedule_work(&hdcp->prop_work); in intel_hdcp_update_value()
985 prop_work); in intel_hdcp_prop_work()
2068 INIT_WORK(&hdcp->prop_work, intel_hdcp_prop_work); in intel_hdcp_init()
2191 schedule_work(&hdcp->prop_work); in intel_hdcp_update_pipe()
2208 schedule_work(&hdcp->prop_work); in intel_hdcp_update_pipe()
2261 drm_WARN_ON(connector->base.dev, work_pending(&hdcp->prop_work)); in intel_hdcp_cleanup()
Dintel_display_types.h363 struct work_struct prop_work; member
Dintel_display.c18888 cancel_work_sync(&connector->hdcp.prop_work); in intel_hpd_poll_fini()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch1806 + struct cdns_mhdp_hdcp, prop_work);
2105 + INIT_WORK(&mhdp->hdcp.prop_work, cdns_hdcp_prop_work);
2128 + schedule_work(&mhdp->hdcp.prop_work);
2148 + schedule_work(&mhdp->hdcp.prop_work);
2250 + schedule_work(&mhdp->hdcp.prop_work);
2286 + schedule_work(&mhdp->hdcp.prop_work);
2302 + schedule_work(&mhdp->hdcp.prop_work);
2315 + schedule_work(&mhdp->hdcp.prop_work);
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch756 + struct work_struct prop_work;