Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dite-it6505.c426 struct work_struct link_works; member
2159 cancel_work_sync(&it6505->link_works); in it6505_stop_link_train()
2221 struct it6505 *it6505 = container_of(work, struct it6505, link_works); in it6505_link_training_work()
2372 schedule_work(&it6505->link_works); in it6505_irq_hpd()
2416 schedule_work(&it6505->link_works); in it6505_irq_scdt()
2468 schedule_work(&it6505->link_works); in it6505_irq_link_train_fail()
2477 flush_work(&it6505->link_works); in it6505_irq_video_fifo_error()
2488 flush_work(&it6505->link_works); in it6505_irq_io_latch_fifo_overflow()
2912 flush_work(&it6505->link_works); in it6505_bridge_detach()
3426 INIT_WORK(&it6505->link_works, it6505_link_training_work); in it6505_i2c_probe()