/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_m2m.c | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/platform/rockchip/rkvdec/ |
H A D | rkvdec.c | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-m2m.c | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva-v4l2.c | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/platform/renesas/ |
H A D | rcar_jpu.c | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/platform/ti/vpe/ |
H A D | vpe.c | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_v4l2.c | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-v4l2.c | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-mem2mem.c | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/include/uapi/linux/ |
H A D | videodev2.h | b3ab1c6058fad8cd5726f24e9ed9053e43bb2af4 Wed Jun 24 19:28:00 UTC 2020 Ezequiel Garcia <ezequiel@collabora.com> media: Add V4L2_TYPE_IS_CAPTURE helper
It's all too easy to get confused by the V4L2_TYPE_IS_OUTPUT macro, when it's used as !V4L2_TYPE_IS_OUTPUT.
Reduce the risk of confusion with macro to explicitly check for the CAPTURE queue type case.
This change does not affect functionality, and it's only intended to make the code more readable.
Suggested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil-cisco@xs4all.nl: checkpatch: align with parenthesis] Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|