Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/input/keyboard/
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()
/linux-6.3-rc2/drivers/gpu/drm/bridge/cadence/
A Dcdns-mhdp8546-hdcp.c471 check_work); in cdns_mhdp_hdcp_check_work()
477 schedule_delayed_work(&hdcp->check_work, in cdns_mhdp_hdcp_check_work()
542 schedule_delayed_work(&mhdp->hdcp.check_work, in cdns_mhdp_hdcp_enable()
560 cancel_delayed_work_sync(&mhdp->hdcp.check_work); in cdns_mhdp_hdcp_disable()
567 INIT_DELAYED_WORK(&mhdp->hdcp.check_work, cdns_mhdp_hdcp_check_work); in cdns_mhdp_hdcp_init()
A Dcdns-mhdp8546-core.h347 struct delayed_work check_work; member
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_hdcp.c2127 check_work); in intel_hdcp_check_work()
2134 schedule_delayed_work(&hdcp->check_work, in intel_hdcp_check_work()
2137 schedule_delayed_work(&hdcp->check_work, in intel_hdcp_check_work()
2313 INIT_DELAYED_WORK(&hdcp->check_work, intel_hdcp_check_work); in intel_hdcp_init()
2375 schedule_delayed_work(&hdcp->check_work, check_link_interval); in intel_hdcp_enable()
2411 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_disable()
2509 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_cleanup()
2585 schedule_delayed_work(&hdcp->check_work, 0); in intel_hdcp_handle_cp_irq()
A Dintel_display_types.h523 struct delayed_work check_work; member
A Dintel_display.c8939 cancel_delayed_work_sync(&connector->hdcp.check_work); in intel_hpd_poll_fini()

Completed in 35 milliseconds