Searched refs:link_check_work (Results 1 – 2 of 2) sorted by relevance
16 container_of(work, typeof(*encoder), link_check_work.work); in intel_encoder_link_check_work_fn()24 INIT_DELAYED_WORK(&encoder->link_check_work, intel_encoder_link_check_work_fn); in intel_encoder_link_check_init()30 cancel_delayed_work_sync(&encoder->link_check_work); in intel_encoder_link_check_flush_work()38 &encoder->link_check_work, msecs_to_jiffies(delay_ms)); in intel_encoder_link_check_queue_work()
163 struct delayed_work link_check_work; member