Home
last modified time | relevance | path

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

/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()
H A Dimx-sm-bbm-key.c26 struct delayed_work check_work; member
33 struct scmi_imx_bbm, check_work); in scmi_imx_bbm_pwrkey_check_for_events()
58 schedule_delayed_work(&bbnsm->check_work, msecs_to_jiffies(REPEAT_INTERVAL)); in scmi_imx_bbm_pwrkey_check_for_events()
78 schedule_delayed_work(&bbnsm->check_work, msecs_to_jiffies(DEBOUNCE_TIME)); in scmi_imx_bbm_pwrkey_event()
87 cancel_delayed_work_sync(&bbnsm->check_work); in scmi_imx_bbm_pwrkey_act()
119 INIT_DELAYED_WORK(&bbnsm->check_work, scmi_imx_bbm_pwrkey_check_for_events); in scmi_imx_bbm_pwrkey_init()
/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
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c2211 check_work); in intel_hdcp_check_work()
2220 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_check_work()
2223 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_check_work()
2403 INIT_DELAYED_WORK(&hdcp->check_work, intel_hdcp_check_work); in intel_hdcp_init()
2472 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in _intel_hdcp_enable()
2530 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_disable()
2633 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_cleanup()
2711 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, 0); in intel_hdcp_handle_cp_irq()
H A Dintel_display_types.h433 struct delayed_work check_work; member
H A Dintel_display.c8731 cancel_delayed_work_sync(&connector->hdcp.check_work); in intel_hpd_poll_fini()