Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/display/
Ddrm_dp_helper.c1985 crc_work); in drm_dp_aux_crc_work()
2031 INIT_WORK(&aux->crc_work, drm_dp_aux_crc_work); in drm_dp_remote_aux_init()
2056 INIT_WORK(&aux->crc_work, drm_dp_aux_crc_work); in drm_dp_aux_init()
2189 schedule_work(&aux->crc_work); in drm_dp_start_crc()
2214 flush_work(&aux->crc_work); in drm_dp_stop_crc()
/linux-6.1.9/include/drm/display/
Ddrm_dp_helper.h346 struct work_struct crc_work; member