incubator-nuttx/drivers/misc
wangbowen6 84fa994f51 rpmsgdev: rpmsgdegv ioctl and seek buf fix
1. rpmsgdev ioctl: should assgin back the client return value to
   cookie->result, then this return value can be returned to the
   application;
2. rpmsgdev seek: the type "off_t" may be 64bit, so modify the offset
   in "struct rpmsgdev_lseek" to int64_t too;
3. rpmsgdev_seek: the rpmsgdev_seek in client should update the
   filep->f_pos after the seek operation;

Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
2022-12-02 12:05:53 +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 poll: add poll_notify() api and call it in all drivers 2022-09-26 12:06:32 +08:00
dev_zero.c poll: add poll_notify() api and call it in all drivers 2022-09-26 12:06:32 +08:00
lwl_console.c drivers: remove unimplemented open/close/ioctl interfaces 2022-04-15 16:56:25 +08:00
mkrd.c drivers: Move the common driver to misc folder 2022-03-12 02:48:21 +08:00
ramdisk.c drivers: Move the common driver to misc folder 2022-03-12 02:48:21 +08:00
rpmsgblk.c rpmsgblk: rpmsg block device support 2022-10-28 01:13:58 +08:00
rpmsgblk.h rpmsgblk: rpmsg block device support 2022-10-28 01:13:58 +08:00
rpmsgblk_server.c rpmsgblk: rpmsg block device support 2022-10-28 01:13:58 +08:00
rpmsgdev.c rpmsgdev: rpmsgdegv ioctl and seek buf fix 2022-12-02 12:05:53 +08:00
rpmsgdev.h rpmsgdev: rpmsgdegv ioctl and seek buf fix 2022-12-02 12:05:53 +08:00
rpmsgdev_server.c rpmsgdev: rpmsgdegv ioctl and seek buf fix 2022-12-02 12:05:53 +08:00
rwbuffer.c drivers/misc/rwbuffer: destroy nxmutex/nxsem properly 2022-11-21 01:15:48 +08:00