Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2020 crc_work); in drm_dp_aux_crc_work()
2066 INIT_WORK(&aux->crc_work, drm_dp_aux_crc_work); in drm_dp_remote_aux_init()
2091 INIT_WORK(&aux->crc_work, drm_dp_aux_crc_work); in drm_dp_aux_init()
2224 schedule_work(&aux->crc_work); in drm_dp_start_crc()
2249 flush_work(&aux->crc_work); in drm_dp_stop_crc()
/openbmc/linux/include/drm/display/
H A Ddrm_dp_helper.h358 struct work_struct crc_work; member