nuttx/drivers/video
yintao 52015ebf90 drivers/video: fix compile warning
warning: implicit declaration of function 'nxmutex_lock';
  123 |   ret = nxmutex_lock(&priv->lock);
      |         ^~~~~~~~~~~~
      |         nxsched_lock

Signed-off-by: yintao <yintao@xiaomi.com>
2026-04-21 01:35:32 +08:00
..
mipidsi drivers/video: fix compile warning 2026-04-21 01:35:32 +08:00
vnc fix compile error 2026-04-21 01:23:19 +08:00
CMakeLists.txt drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
Kconfig drivers/video: add BRGA8888 support for goldfish gpu fb 2026-04-21 01:15:31 +08:00
Make.defs drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
fb.c fix compile error 2026-04-21 01:32:29 +08:00
goldfish_camera.c fix compile error 2026-04-21 01:32:29 +08:00
goldfish_fb.c dirvers: use spin lock to replace critical section for goldfish fb and 2026-04-21 01:21:53 +08:00
goldfish_gpu_fb.c goldfish_fb: fix converity problems 2026-04-21 01:17:29 +08:00
isx012.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
isx012_range.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
isx012_reg.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
isx019.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
isx019_range.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
isx019_reg.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
max7456.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
ov2640.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
v4l2_cap.c nuttx/v4l2: Fix array access out of bounds 2026-04-21 01:34:22 +08:00
v4l2_core.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
v4l2_m2m.c v4l2_m2m: fix coverity issues 2026-04-21 01:33:36 +08:00
video_framebuff.c v4l2-m2m: support userptr mode 2026-04-21 01:32:40 +08:00
video_framebuff.h v4l2-m2m: support userptr mode 2026-04-21 01:32:40 +08:00