Searched refs:check_work (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/input/keyboard/ |
D | imx_sc_key.c | 30 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()
|
D | imx-sm-bbm-key.c | 26 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-6.12.1/drivers/gpu/drm/bridge/cadence/ |
D | cdns-mhdp8546-hdcp.c | 472 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()
|
D | cdns-mhdp8546-core.h | 347 struct delayed_work check_work; member
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_hdcp.c | 2170 check_work); in intel_hdcp_check_work() 2178 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_check_work() 2181 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_check_work() 2362 INIT_DELAYED_WORK(&hdcp->check_work, intel_hdcp_check_work); in intel_hdcp_init() 2430 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in _intel_hdcp_enable() 2488 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_disable() 2591 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_cleanup() 2668 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, 0); in intel_hdcp_handle_cp_irq()
|
D | intel_display_types.h | 560 struct delayed_work check_work; member
|
D | intel_display.c | 8378 cancel_delayed_work_sync(&connector->hdcp.check_work); in intel_hpd_poll_fini()
|