Home
last modified time | relevance | path

Searched refs:ffs_epfile (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Du_fs.h71 struct ffs_epfile;
287 struct ffs_epfile *epfiles;
Du_generic.h118 struct ffs_epfile;
338 struct ffs_epfile *epfiles;
Df_generic.c102 struct ffs_epfile { struct
199 struct ffs_epfile *epfile; argument
210 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count);
947 static struct ffs_memory *generic_find_memory_area(struct ffs_epfile *epfile, uint64_t buf, uint32_… in generic_find_memory_area()
977 struct ffs_epfile *epfile = io_data->epfile; in epfile_task_proc()
1002 struct ffs_epfile *epfile = container_of(inode->i_cdev, struct ffs_epfile, cdev); in ffs_epfile_open()
1019 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_mmap()
1066 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_iorw()
1223 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_ioctl()
1397 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_read()
[all …]
Df_fs.c129 struct ffs_epfile { struct
239 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count);
857 static void __ffs_epfile_read_buffer_free(struct ffs_epfile *epfile) in __ffs_epfile_read_buffer_free()
869 static ssize_t __ffs_epfile_read_buffered(struct ffs_epfile *epfile, in __ffs_epfile_read_buffered()
902 static ssize_t __ffs_epfile_read_data(struct ffs_epfile *epfile, in __ffs_epfile_read_data()
941 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_io()
1145 struct ffs_epfile *epfile = inode->i_private; in ffs_epfile_open()
1161 struct ffs_epfile *epfile = kiocb->ki_filp->private_data; in ffs_aio_cancel()
1268 struct ffs_epfile *epfile = inode->i_private; in ffs_epfile_release()
1281 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_ioctl()
[all …]
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch15211 -struct ffs_epfile {
15308 - struct ffs_epfile *epfile;
15319 -static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count);
16056 -static struct ffs_memory *generic_find_memory_area(struct ffs_epfile *epfile, uint64_t buf, uint32…
16086 - struct ffs_epfile *epfile = io_data->epfile;
16111 - struct ffs_epfile *epfile = container_of(inode->i_cdev, struct ffs_epfile, cdev);
16128 - struct ffs_epfile *epfile = file->private_data;
16175 - struct ffs_epfile *epfile = file->private_data;
16332 - struct ffs_epfile *epfile = file->private_data;
16506 - struct ffs_epfile *epfile = file->private_data;
[all …]