Lines Matching defs:ffs
55 struct ffs_data *ffs; member
67 static inline enum ffs_setup_state ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled()
107 struct ffs_data *ffs; member
202 struct ffs_data *ffs; member
207 struct ffs_data *ffs; member
244 static struct ffs_memory *generic_find_ep0_memory_area(struct ffs_data *ffs, uint64_t buf, uint32_t… in generic_find_ep0_memory_area()
267 struct ffs_data *ffs = req->context; in ffs_ep0_complete() local
277 struct ffs_data *ffs = io_data->ffs; in ffs_ep0_async_io_complete() local
291 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait()
328 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall()
343 struct ffs_data *ffs = file->private_data; in ffs_ep0_write() local
482 static ssize_t __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, size_t n) in __ffs_ep0_read_events()
516 struct ffs_data *ffs = file->private_data; in ffs_ep0_read() local
680 struct ffs_data *ffs = find_ffs_data(inode->i_cdev); in ffs_ep0_open() local
702 struct ffs_data *ffs = file->private_data; in ffs_ep0_iorw() local
791 struct ffs_data *ffs = file->private_data; in ffs_ep0_ioctl() local
922 struct ffs_data *ffs = file->private_data; in ffs_ep0_poll() local
966 struct ffs_data *ffs = file->private_data; in ffs_ep0_mmap() local
1070 struct ffs_data *ffs = io_data->ffs; in ffs_epfile_async_io_complete() local
1638 struct ffs_data *ffs; in usbfn_ioctl() local
1706 struct ffs_data *ffs; in usbfn_ioctl() local
1797 static void ffs_data_get(struct ffs_data *ffs) in ffs_data_get()
1803 static void ffs_data_put(struct ffs_data *ffs) in ffs_data_put()
1824 struct ffs_data *ffs = kzalloc(sizeof *ffs, GFP_KERNEL); in ffs_data_new() local
1852 static void ffs_data_clear(struct ffs_data *ffs) in ffs_data_clear()
1871 static void ffs_data_reset(struct ffs_data *ffs) in ffs_data_reset()
1899 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev) in functionfs_bind()
1937 static void functionfs_unbind(struct ffs_data *ffs) in functionfs_unbind()
1950 static int ffs_epfiles_create(struct ffs_data *ffs) in ffs_epfiles_create()
2060 struct ffs_data *ffs = func->ffs; in ffs_func_eps_enable() local
2458 struct ffs_data *ffs = priv; in __ffs_data_do_os_desc() local
2530 static int __ffs_data_got_descs(struct ffs_data *ffs, in __ffs_data_got_descs()
2662 static int __ffs_data_got_strings(struct ffs_data *ffs, in __ffs_data_got_strings()
2796 static void __ffs_event_add(struct ffs_data *ffs, in __ffs_event_add()
2863 static void ffs_event_add(struct ffs_data *ffs, in ffs_event_add()
2874 static int ffs_ep_addr2idx(struct ffs_data *ffs, u8 endpoint_address) in ffs_ep_addr2idx()
3156 struct ffs_data *ffs = func->ffs; in _ffs_func_bind() local
3408 struct ffs_data *ffs = container_of(work, in ffs_reset_work() local
3417 struct ffs_data *ffs = func->ffs; in ffs_func_set_alt() local
3460 struct ffs_data *ffs = func->ffs; in ffs_func_setup() local
3714 struct ffs_data *ffs = func->ffs; in fgeneric_func_unbind() local
3908 static int ffs_ready(struct ffs_data *ffs) in ffs_ready()
3941 static void ffs_closed(struct ffs_data *ffs) in ffs_closed()