Home
last modified time | relevance | path

Searched refs:file_operations_vfs (Results 1 – 15 of 15) sorted by relevance

/third_party/NuttX/fs/driver/
Dfs_registerdriver.c61 int register_driver(const char *path, const struct file_operations_vfs *fops, in register_driver()
99 vnode->fop = (struct file_operations_vfs *)fops; in register_driver()
/third_party/NuttX/fs/vfs/include/
Dfile.h103 const struct file_operations_vfs *ops;
123 struct file_operations_vfs struct
Ddriver.h121 const struct file_operations_vfs *fops, mode_t mode,
/third_party/NuttX/drivers/pipes/
Dfifo.c43 static const struct file_operations_vfs fifo_fops =
Dpipe.c66 static const struct file_operations_vfs pipe_fops =
/third_party/NuttX/drivers/bch/
Dbch.h76 EXTERN const struct file_operations_vfs bch_fops;
Dbchdev_driver.c62 const struct file_operations_vfs bch_fops =
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.h142 extern struct file_operations_vfs usb_devsw;
Dusb_dev.c73 struct file_operations_vfs usb_devsw = {
/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_hid.c53 static const struct file_operations_vfs g_hid_fops =
Dcdcacm.c230 static const struct file_operations_vfs g_vfs_ops =
/third_party/NuttX/drivers/video/
Dfb.c76 static const struct file_operations_vfs fb_fops =
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c133 static const struct file_operations_vfs tty_usb_fops =
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c124 struct file_operations_vfs nfs_fops;
3157 struct file_operations_vfs nfs_fops =
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c170 struct file_operations_vfs tmpfs_fops = {