Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/
Ddrm_dp_helper.c1567 crc_work); in drm_dp_aux_crc_work()
1614 INIT_WORK(&aux->crc_work, drm_dp_aux_crc_work); in drm_dp_remote_aux_init()
1631 INIT_WORK(&aux->crc_work, drm_dp_aux_crc_work); in drm_dp_aux_init()
1751 schedule_work(&aux->crc_work); in drm_dp_start_crc()
1776 flush_work(&aux->crc_work); in drm_dp_stop_crc()
/Linux-v5.10/include/drm/
Ddrm_dp_helper.h1586 struct work_struct crc_work; member