Home
last modified time | relevance | path

Searched refs:link_check_work (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_encoder.c16 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()
H A Dintel_display_types.h163 struct delayed_work link_check_work; member