mirror_ubuntu-kernels/drivers/media/platform/renesas/vsp1
Laurent Pinchart e18a7e9a2d media: Use designated initializers for all subdev pad ops
Structures passed to subdev pad operations are all zero-initialized when
declaring variables. In most cases, this is done with designated
initializers to initialize some of the fields to specific values, but in
a minority of cases the structures are zero-initialized by assigning
them to '{ 0 }' or '{ }'.

Improve coding style consistency by using designated initializers where
possible, always initializing the 'which' field.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2023-04-12 09:46:07 +02:00
..
Makefile
vsp1_brx.c
vsp1_brx.h
vsp1_clu.c
vsp1_clu.h
vsp1_dl.c
vsp1_dl.h
vsp1_drm.c media: Use designated initializers for all subdev pad ops 2023-04-12 09:46:07 +02:00
vsp1_drm.h
vsp1_drv.c media: vsp1: Add underrun debug print 2023-04-11 17:53:14 +02:00
vsp1_entity.c media: Prefer designated initializers over memset for subdev pad ops 2023-04-12 09:46:06 +02:00
vsp1_entity.h media: vsp1: Remove unused vsp1_subdev_internal_ops declaration 2023-04-11 17:53:14 +02:00
vsp1_hgo.c media: renesas: vsp1: Change V3U to be gen4 2023-01-20 17:46:00 +02:00
vsp1_hgo.h
vsp1_hgt.c
vsp1_hgt.h
vsp1_histo.c media: v4l: ioctl: Set bus_info in v4l_querycap() 2022-04-24 08:07:08 +01:00
vsp1_histo.h
vsp1_hsit.c
vsp1_hsit.h
vsp1_lif.c media: renesas: vsp1: Change V3U to be gen4 2023-01-20 17:46:00 +02:00
vsp1_lif.h
vsp1_lut.c
vsp1_lut.h
vsp1_pipe.c media: renesas: vsp1: Add new formats (2-10-10-10 ARGB, Y210, Y212) 2023-01-20 17:46:01 +02:00
vsp1_pipe.h media: vsp1: Add underrun debug print 2023-04-11 17:53:14 +02:00
vsp1_regs.h media: vsp1: Add underrun debug print 2023-04-11 17:53:14 +02:00
vsp1_rpf.c media: renesas: vsp1: Add new formats (2-10-10-10 ARGB, Y210, Y212) 2023-01-20 17:46:01 +02:00
vsp1_rwpf.c
vsp1_rwpf.h
vsp1_sru.c
vsp1_sru.h
vsp1_uds.c
vsp1_uds.h
vsp1_uif.c
vsp1_uif.h
vsp1_video.c media: Zero-initialize all structures passed to subdev pad operations 2023-04-12 09:46:06 +02:00
vsp1_video.h
vsp1_wpf.c media: renesas: vsp1: Change V3U to be gen4 2023-01-20 17:46:00 +02:00
vsp1.h media: renesas: vsp1: Add VSP1_HAS_NON_ZERO_LBA feature bit 2022-08-30 15:33:22 +02:00