Home | History | Annotate | Download | only in drm

Lines Matching defs:completion

36 #include <linux/completion.h>
94 * This represents a DRM event. Drivers can use this as a generic completion
95 * mechanism, which supports kernel-internal &struct completion, &struct dma_fence
100 * @completion:
102 * Optional pointer to a kernel internal completion signalled when
106 struct completion *completion;
112 * to clean up the reference count for the structure @completion is
115 void (*completion_release)(struct completion *completion);
122 * also used to signal kernel internal threads with @completion or DMA