Searched refs:link_check_work (Results 1 – 2 of 2) sorted by relevance
15 container_of(work, typeof(*encoder), link_check_work.work); in intel_encoder_link_check_work_fn()23 INIT_DELAYED_WORK(&encoder->link_check_work, intel_encoder_link_check_work_fn); in intel_encoder_link_check_init()29 cancel_delayed_work_sync(&encoder->link_check_work); in intel_encoder_link_check_flush_work()37 &encoder->link_check_work, msecs_to_jiffies(delay_ms)); in intel_encoder_link_check_queue_work()
168 struct delayed_work link_check_work; member
Completed in 17 milliseconds