Searched refs:check_work (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/ |
H A 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()
|
H A D | cdns-mhdp8546-core.h | 347 struct delayed_work check_work; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 1881 check_work); in intel_hdcp_check_work() 1888 schedule_delayed_work(&hdcp->check_work, in intel_hdcp_check_work() 1891 schedule_delayed_work(&hdcp->check_work, in intel_hdcp_check_work() 2067 INIT_DELAYED_WORK(&hdcp->check_work, intel_hdcp_check_work); in intel_hdcp_init() 2116 schedule_delayed_work(&hdcp->check_work, check_link_interval); in intel_hdcp_enable() 2152 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_disable() 2247 * Now that the connector is not registered, check_work won't be run, in intel_hdcp_cleanup() 2250 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_cleanup() 2253 * We don't cancel prop_work in the same way as check_work since it in intel_hdcp_cleanup() 2327 schedule_delayed_work(&hdcp->check_work, in intel_hdcp_handle_cp_irq() [all...] |
H A D | intel_display_types.h | 362 struct delayed_work check_work; member
|
H A D | intel_display.c | 18888 cancel_delayed_work_sync(&connector->hdcp.check_work); in intel_hpd_poll_fini()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 2095 check_work); in intel_hdcp_check_work() 2103 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_check_work() 2106 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_check_work() 2285 INIT_DELAYED_WORK(&hdcp->check_work, intel_hdcp_check_work); in intel_hdcp_init() 2406 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_enable() 2443 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_disable() 2540 * Now that the connector is not registered, check_work won't be run, in intel_hdcp_cleanup() 2543 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_cleanup() 2546 * We don't cancel prop_work in the same way as check_work since it in intel_hdcp_cleanup() 2620 queue_delayed_work(i915->unordered_wq, &hdcp->check_work, in intel_hdcp_handle_cp_irq() [all...] |
H A D | intel_display_types.h | 536 struct delayed_work check_work; member
|
H A D | intel_display.c | 7997 cancel_delayed_work_sync(&connector->hdcp.check_work); in intel_hpd_poll_fini()
|
Completed in 51 milliseconds