Searched refs:crc_work (Results 1 – 2 of 2) sorted by relevance
1047 crc_work); in drm_dp_aux_crc_work()1097 INIT_WORK(&aux->crc_work, drm_dp_aux_crc_work); in drm_dp_aux_init()1209 schedule_work(&aux->crc_work); in drm_dp_start_crc()1234 flush_work(&aux->crc_work); in drm_dp_stop_crc()
1296 struct work_struct crc_work; member