Searched refs:crc_work (Results 1 – 2 of 2) sorted by relevance
1063 crc_work); in drm_dp_aux_crc_work()1113 INIT_WORK(&aux->crc_work, drm_dp_aux_crc_work); in drm_dp_aux_init()1225 schedule_work(&aux->crc_work); in drm_dp_start_crc()1250 flush_work(&aux->crc_work); in drm_dp_stop_crc()
1146 struct work_struct crc_work; member