Home
last modified time | relevance | path

Searched refs:check_work (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/input/keyboard/
H A Dimx_sc_key.c30 struct delayed_work check_work; member
50 schedule_delayed_work(&priv->check_work, in imx_sc_key_notify()
63 check_work.work); in imx_sc_check_for_events()
98 schedule_delayed_work(&priv->check_work, in imx_sc_check_for_events()
108 cancel_delayed_work_sync(&priv->check_work); in imx_sc_key_action()
131 INIT_DELAYED_WORK(&priv->check_work, imx_sc_check_for_events); in imx_sc_key_probe()
/openbmc/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-hdcp.c472 check_work); in cdns_mhdp_hdcp_check_work()
478 schedule_delayed_work(&hdcp->check_work, in cdns_mhdp_hdcp_check_work()
543 schedule_delayed_work(&mhdp->hdcp.check_work, in cdns_mhdp_hdcp_enable()
561 cancel_delayed_work_sync(&mhdp->hdcp.check_work); in cdns_mhdp_hdcp_disable()
568 INIT_DELAYED_WORK(&mhdp->hdcp.check_work, cdns_mhdp_hdcp_check_work); in cdns_mhdp_hdcp_init()
H A Dcdns-mhdp8546-core.h347 struct delayed_work check_work; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c2096 check_work); in intel_hdcp_check_work()
2104 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_check_work()
2107 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_check_work()
2286 INIT_DELAYED_WORK(&hdcp->check_work, intel_hdcp_check_work); in intel_hdcp_init()
2407 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_enable()
2444 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_disable()
2547 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_cleanup()
2624 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, 0); in intel_hdcp_handle_cp_irq()
H A Dintel_display_types.h536 struct delayed_work check_work; member
H A Dintel_display.c8028 cancel_delayed_work_sync(&connector->hdcp.check_work); in intel_hpd_poll_fini()