Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Ddebug.c1089 static void check_sync(struct device *dev, in check_sync() function
1501 check_sync(dev, &ref, true); in debug_dma_sync_single_for_cpu()
1520 check_sync(dev, &ref, false); in debug_dma_sync_single_for_device()
1550 check_sync(dev, &ref, true); in debug_dma_sync_sg_for_cpu()
1580 check_sync(dev, &ref, false); in debug_dma_sync_sg_for_device()
/linux/drivers/gpu/drm/ast/
H A Dast_mode.c117 bool check_sync; in ast_get_vbios_mode_info() local
179 check_sync = vbios_mode->enh_table->flags & WideScreenMode; in ast_get_vbios_mode_info()
185 if ((check_sync) && in ast_get_vbios_mode_info()
202 if (best || !check_sync) in ast_get_vbios_mode_info()
204 check_sync = 0; in ast_get_vbios_mode_info()