Searched refs:check_work (Results 1 – 6 of 6) sorted by relevance
/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()
|
/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
|
/drivers/gpu/drm/i915/display/ |
D | intel_hdcp.c | 2096 check_work); in intel_hdcp_check_work() 2103 schedule_delayed_work(&hdcp->check_work, in intel_hdcp_check_work() 2106 schedule_delayed_work(&hdcp->check_work, in intel_hdcp_check_work() 2282 INIT_DELAYED_WORK(&hdcp->check_work, intel_hdcp_check_work); in intel_hdcp_init() 2344 schedule_delayed_work(&hdcp->check_work, check_link_interval); in intel_hdcp_enable() 2380 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_disable() 2478 cancel_delayed_work_sync(&hdcp->check_work); in intel_hdcp_cleanup() 2554 schedule_delayed_work(&hdcp->check_work, 0); in intel_hdcp_handle_cp_irq()
|
D | intel_display_types.h | 465 struct delayed_work check_work; member
|
D | intel_display.c | 13288 cancel_delayed_work_sync(&connector->hdcp.check_work); in intel_hpd_poll_fini()
|