nuttx/drivers/video
Xu Xingliang f51a9d5ac5 drivers/fb: use ENOTTY to replace assert
Some drivers may not implement certain ioctls, but applications
may still call these ioctl functions for consistency.
In this case, to avoid an assertion, return ENOTTY.

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-10-08 23:23:26 +08:00
..
mipidsi fix nxstyle 2024-05-09 23:44:40 +08:00
vnc driver/vnc:fix vnc kbd assert cause by wrong data conversion 2024-05-13 18:12:48 +08:00
CMakeLists.txt drivers/video: add goldfish gpu fb 2024-08-18 10:15:00 +08:00
fb.c drivers/fb: use ENOTTY to replace assert 2024-10-08 23:23:26 +08:00
goldfish_camera.c Refactor nuttx v4l2 2024-03-13 09:51:08 +08:00
goldfish_fb.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
goldfish_gpu_fb.c driver: add GOLDFISH_GPU_FB_PRIORITY for goldfish_gpu_fb_vsync_thread 2024-10-08 23:23:08 +08:00
isx012.c drivers/video/isx012: Make the I2C access more efficient 2024-03-26 07:41:21 +01:00
isx012_range.h drivers/video: Support spot position setting 2023-04-27 17:05:32 +08:00
isx012_reg.h drivers/video: Support spot position setting 2023-04-27 17:05:32 +08:00
isx019.c drivers/video/isx019: Fix default_value of 3A status 2024-03-29 16:05:37 +08:00
isx019_range.h drivers/video/isx019: Fix maximum value of exposure time 2024-03-11 15:44:39 +01:00
isx019_reg.h drivers/video: Support spot position setting 2023-04-27 17:05:32 +08:00
Kconfig driver: add GOLDFISH_GPU_FB_PRIORITY for goldfish_gpu_fb_vsync_thread 2024-10-08 23:23:08 +08:00
Make.defs drivers/video: add goldfish gpu fb 2024-08-18 10:15:00 +08:00
max7456.c refine: move BIT Macro to nuttx/bits.h 2023-10-12 14:52:56 +08:00
ov2640.c drivers: video: altair: nxstyle fixes 2021-01-26 05:11:58 -08:00
v4l2_cap.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
v4l2_core.c arch/sim_encoder: g_bufsize initialization error in g_sim_encoder_ops structure 2024-05-15 22:03:18 +08:00
v4l2_m2m.c Add v4l2m2m & sim decoder 2024-05-15 22:03:18 +08:00
video_framebuff.c video_framebuff: Replace critical section with spinlock 2024-03-26 15:21:05 +08:00
video_framebuff.h video_framebuff: Replace critical section with spinlock 2024-03-26 15:21:05 +08:00