define V4L2_CAP_ASYNCIO 0x02000000 /* async I/O */ define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */
strscpy(cap->card, coda_product_name(ctx->dev->devtype->product), sizeof(cap->card)); strscpy(cap->bus_info, "platform:" CODA_NAME, sizeof(cap->bus_info)); - cap->device_caps = V4L2_CAP_VIDEO_M2M | V4L2_CAP_STREAMING; - cap->capabilities = cap->device_caps | V4L2_CAP_D...