Searched refs:captured (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_devcoredump_types.h20 * This struct contains all the useful information quickly captured at the time
58 /** @captured: The snapshot of the first hang has already been taken. */
59 bool captured; member in struct:xe_devcoredump
60 /** @snapshot: Snapshot is captured at time of the first crash */
H A Dxe_devcoredump.c88 /* Ensure delayed work is captured before continuing */
149 coredump->captured = false;
219 if (coredump->captured) {
224 coredump->captured = true;
/linux-master/drivers/pps/
H A Dkapi.c163 int captured = 0; local
194 captured = ~0;
208 captured = ~0;
213 /* Wake up if captured something */
214 if (captured) {
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h872 u32 captured; member in struct:is_frame_header

Completed in 241 milliseconds