Home
last modified time | relevance | path

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

/third_party/NuttX/fs/driver/
H A 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/
H A Dfile.h103 const struct file_operations_vfs *ops;
123 struct file_operations_vfs struct
H A Ddriver.h121 const struct file_operations_vfs *fops, mode_t mode,
/third_party/NuttX/drivers/pipes/
H A Dfifo.c43 static const struct file_operations_vfs fifo_fops =
H A Dpipe.c66 static const struct file_operations_vfs pipe_fops =
/third_party/NuttX/drivers/bch/
H A Dbch.h76 EXTERN const struct file_operations_vfs bch_fops;
H A Dbchdev_driver.c62 const struct file_operations_vfs bch_fops =
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.h142 extern struct file_operations_vfs usb_devsw;
H A Dusb_dev.c73 struct file_operations_vfs usb_devsw = {
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_hid.c53 static const struct file_operations_vfs g_hid_fops =
H A Dcdcacm.c230 static const struct file_operations_vfs g_vfs_ops =
/third_party/NuttX/drivers/video/
H A Dfb.c76 static const struct file_operations_vfs fb_fops =
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c124 struct file_operations_vfs nfs_fops;
3157 struct file_operations_vfs nfs_fops =
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c133 static const struct file_operations_vfs tty_usb_fops =
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c170 struct file_operations_vfs tmpfs_fops = {

Completed in 17 milliseconds