Searched refs:check_work (Results 1 – 2 of 2) sorted by relevance
26 struct delayed_work check_work; member33 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()
456 struct delayed_work check_work; member