alpha_flags       549 drivers/gpu/drm/qxl/qxl_dev.h 	uint16_t alpha_flags;
alpha_flags      1011 drivers/media/platform/vivid/vivid-vid-out.c 	const unsigned alpha_flags = V4L2_FBUF_FLAG_GLOBAL_ALPHA |
alpha_flags      1018 drivers/media/platform/vivid/vivid-vid-out.c 	switch (a->flags & alpha_flags) {
alpha_flags      1027 drivers/media/platform/vivid/vivid-vid-out.c 	dev->fbuf_out_flags &= ~(chroma_flags | alpha_flags);
alpha_flags      1028 drivers/media/platform/vivid/vivid-vid-out.c 	dev->fbuf_out_flags = a->flags & (chroma_flags | alpha_flags);