Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_helper.c1574 crc_work); in drm_dp_aux_crc_work()
1621 INIT_WORK(&aux->crc_work, drm_dp_aux_crc_work); in drm_dp_remote_aux_init()
1638 INIT_WORK(&aux->crc_work, drm_dp_aux_crc_work); in drm_dp_aux_init()
1758 schedule_work(&aux->crc_work); in drm_dp_start_crc()
1783 flush_work(&aux->crc_work); in drm_dp_stop_crc()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dp_helper.h1586 struct work_struct crc_work; member