Searched refs:ffs_epfile (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | u_fs.h | 71 struct ffs_epfile; 287 struct ffs_epfile *epfiles;
|
H A D | u_generic.h | 118 struct ffs_epfile; 338 struct ffs_epfile *epfiles;
|
H A D | f_fs.c | 129 struct ffs_epfile { struct 239 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count); 866 static void __ffs_epfile_read_buffer_free(struct ffs_epfile *epfile) in __ffs_epfile_read_buffer_free() 869 * See comment in struct ffs_epfile for full read_buffer pointer in __ffs_epfile_read_buffer_free() 878 static ssize_t __ffs_epfile_read_buffered(struct ffs_epfile *epfile, in __ffs_epfile_read_buffered() 883 * the buffer while we are using it. See comment in struct ffs_epfile in __ffs_epfile_read_buffered() 911 static ssize_t __ffs_epfile_read_data(struct ffs_epfile *epfile, in __ffs_epfile_read_data() 939 * in struct ffs_epfile for full read_buffer pointer synchronisation in __ffs_epfile_read_data() 950 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_io() 1154 struct ffs_epfile *epfil in ffs_epfile_open() [all...] |
H A D | f_generic.c | 102 struct ffs_epfile { struct 199 struct ffs_epfile *epfile; 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_t len) 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 *epfil in ffs_epfile_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | u_fs.h | 69 struct ffs_epfile; 285 struct ffs_epfile *epfiles;
|
H A D | u_generic.h | 118 struct ffs_epfile; 338 struct ffs_epfile *epfiles;
|
H A D | f_fs.c | 127 struct ffs_epfile { struct 240 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count); 855 static void __ffs_epfile_read_buffer_free(struct ffs_epfile *epfile) in __ffs_epfile_read_buffer_free() 858 * See comment in struct ffs_epfile for full read_buffer pointer in __ffs_epfile_read_buffer_free() 867 static ssize_t __ffs_epfile_read_buffered(struct ffs_epfile *epfile, in __ffs_epfile_read_buffered() 872 * the buffer while we are using it. See comment in struct ffs_epfile in __ffs_epfile_read_buffered() 900 static ssize_t __ffs_epfile_read_data(struct ffs_epfile *epfile, in __ffs_epfile_read_data() 928 * in struct ffs_epfile for full read_buffer pointer synchronisation in __ffs_epfile_read_data() 939 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_io() 1149 struct ffs_epfile *epfil in ffs_epfile_open() [all...] |
H A D | f_generic.c | 102 struct ffs_epfile { struct 199 struct ffs_epfile *epfile; 210 static void ffs_epfiles_destroy(struct ffs_epfile *epfiles, unsigned count); 948 static struct ffs_memory *generic_find_memory_area(struct ffs_epfile *epfile, uint64_t buf, uint32_t len) in generic_find_memory_area() 978 struct ffs_epfile *epfile = io_data->epfile; in epfile_task_proc() 1003 struct ffs_epfile *epfile = container_of(inode->i_cdev, struct ffs_epfile, cdev); in ffs_epfile_open() 1020 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_mmap() 1067 struct ffs_epfile *epfile = file->private_data; in ffs_epfile_iorw() 1224 struct ffs_epfile *epfil in ffs_epfile_ioctl() [all...] |
Completed in 16 milliseconds