media: rename VFL_TYPE_GRABBER to _VIDEO
We currently have the following devnode types: enum vfl_devnode_type { VFL_TYPE_GRABBER = 0, VFL_TYPE_VBI, VFL_TYPE_RADIO, VFL_TYPE_SUBDEV, VFL_TYPE_SDR, VFL_TYPE_TOUCH, VFL_TYPE_MAX /* Shall be the last one */ }; They all make sense, except for the first: GRABBER really refers to /dev/videoX devices, which can be capture, output or m2m, so 'grabber' doesn't even refer to their function anymore. Let's call a spade a spade and rename this to VFL_TYPE_VIDEO. Signed-off-by:Hans Verkuil <hverkuil-cisco@xs4all.nl> Acked-by:
Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Showing
- Documentation/media/kapi/v4l2-dev.rst 2 additions, 2 deletionsDocumentation/media/kapi/v4l2-dev.rst
- Documentation/translations/zh_CN/video4linux/v4l2-framework.txt 2 additions, 2 deletions...ntation/translations/zh_CN/video4linux/v4l2-framework.txt
- drivers/media/v4l2-core/v4l2-dev.c 5 additions, 5 deletionsdrivers/media/v4l2-core/v4l2-dev.c
- drivers/media/v4l2-core/v4l2-ioctl.c 2 additions, 2 deletionsdrivers/media/v4l2-core/v4l2-ioctl.c
- include/media/v4l2-dev.h 4 additions, 2 deletionsinclude/media/v4l2-dev.h
- samples/v4l/v4l2-pci-skeleton.c 1 addition, 1 deletionsamples/v4l/v4l2-pci-skeleton.c
Loading
Please register or sign in to comment