Home
last modified time | relevance | path

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

/openbmc/linux/kernel/dma/
H A Ddebug.c1094 static void check_sync(struct device *dev, in check_sync() function
1509 check_sync(dev, &ref, true); in debug_dma_sync_single_for_cpu()
1528 check_sync(dev, &ref, false); in debug_dma_sync_single_for_device()
1559 check_sync(dev, &ref, true); in debug_dma_sync_sg_for_cpu()
1590 check_sync(dev, &ref, false); in debug_dma_sync_sg_for_device()
/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_mode.c118 bool check_sync; in ast_get_vbios_mode_info() local
180 check_sync = vbios_mode->enh_table->flags & WideScreenMode; in ast_get_vbios_mode_info()
186 if ((check_sync) && in ast_get_vbios_mode_info()
203 if (best || !check_sync) in ast_get_vbios_mode_info()
205 check_sync = 0; in ast_get_vbios_mode_info()