incubator-nuttx/drivers/misc
wangbowen6 940bbfc720 rpmsg: support the fdsan feature for rpmsg dev/mtd/blk
Directly return -ENOTTY in rpmsgxxx_ioctl() when the command is
not supported to avoid fdsan command FIOC_SETTAG and FIOC_GETTAG
pass to the rpmsg dev/mtd/blk server with CONFIG_FDSAN enabled.

Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
2023-06-17 19:34:39 +08:00
..
Kconfig rpmsgblk: rpmsg block device support 2022-10-28 01:13:58 +08:00
Make.defs rpmsgblk: rpmsg block device support 2022-10-28 01:13:58 +08:00
addrenv.c drivers: Move the common driver to misc folder 2022-03-12 02:48:21 +08:00
dev_null.c fs: Add g_ prefix for all global file_operations instances 2023-04-24 16:13:29 +02:00
dev_zero.c fs: Add g_ prefix for all global file_operations instances 2023-04-24 16:13:29 +02:00
lwl_console.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
mkrd.c drivers: Move the common driver to misc folder 2022-03-12 02:48:21 +08:00
ramdisk.c fs: Add model field to geometry and mtd_geometry_s 2023-01-31 11:50:28 -03:00
rpmsgblk.c rpmsg: support the fdsan feature for rpmsg dev/mtd/blk 2023-06-17 19:34:39 +08:00
rpmsgblk.h nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
rpmsgblk_server.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
rpmsgdev.c rpmsg: support the fdsan feature for rpmsg dev/mtd/blk 2023-06-17 19:34:39 +08:00
rpmsgdev.h nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
rpmsgdev_server.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
rwbuffer.c Fix missing instantiation of return value in rwb_mediaremoved. 2023-04-27 17:03:25 +08:00