Lines Matching defs:ffs
54 struct ffs_data *ffs; member
66 static inline enum ffs_setup_state ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled()
106 struct ffs_data *ffs; member
200 struct ffs_data *ffs; member
204 struct ffs_data *ffs; member
241 static struct ffs_memory *generic_find_ep0_memory_area(struct ffs_data *ffs, uint64_t buf, uint32_t… in generic_find_ep0_memory_area()
264 struct ffs_data *ffs = req->context; in ffs_ep0_complete() local
274 struct ffs_data *ffs = io_data->ffs; in ffs_ep0_async_io_complete() local
288 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait()
325 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall()
340 struct ffs_data *ffs = file->private_data; in ffs_ep0_write() local
479 static ssize_t __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, size_t n) in __ffs_ep0_read_events()
513 struct ffs_data *ffs = file->private_data; in ffs_ep0_read() local
616 struct ffs_data *ffs = container_of(inode->i_cdev, struct ffs_data, cdev); in ffs_ep0_open() local
634 struct ffs_data *ffs = file->private_data; in ffs_ep0_iorw() local
723 struct ffs_data *ffs = file->private_data; in ffs_ep0_ioctl() local
846 struct ffs_data *ffs = file->private_data; in ffs_ep0_poll() local
890 struct ffs_data *ffs = file->private_data; in ffs_ep0_mmap() local
1463 struct ffs_data *ffs; in usbfn_ioctl() local
1520 struct ffs_data *ffs; in usbfn_ioctl() local
1602 static void ffs_data_get(struct ffs_data *ffs) in ffs_data_get()
1608 static void ffs_data_put(struct ffs_data *ffs) in ffs_data_put()
1629 struct ffs_data *ffs = kzalloc(sizeof *ffs, GFP_KERNEL); in ffs_data_new() local
1657 static void ffs_data_clear(struct ffs_data *ffs) in ffs_data_clear()
1676 static void ffs_data_reset(struct ffs_data *ffs) in ffs_data_reset()
1704 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev) in functionfs_bind()
1742 static void functionfs_unbind(struct ffs_data *ffs) in functionfs_unbind()
1755 static int ffs_epfiles_create(struct ffs_data *ffs) in ffs_epfiles_create()
1844 struct ffs_data *ffs = func->ffs; in ffs_func_eps_enable() local
2242 struct ffs_data *ffs = priv; in __ffs_data_do_os_desc() local
2314 static int __ffs_data_got_descs(struct ffs_data *ffs, in __ffs_data_got_descs()
2446 static int __ffs_data_got_strings(struct ffs_data *ffs, in __ffs_data_got_strings()
2580 static void __ffs_event_add(struct ffs_data *ffs, in __ffs_event_add()
2647 static void ffs_event_add(struct ffs_data *ffs, in ffs_event_add()
2658 static int ffs_ep_addr2idx(struct ffs_data *ffs, u8 endpoint_address) in ffs_ep_addr2idx()
2940 struct ffs_data *ffs = func->ffs; in _ffs_func_bind() local
3192 struct ffs_data *ffs = container_of(work, in ffs_reset_work() local
3201 struct ffs_data *ffs = func->ffs; in ffs_func_set_alt() local
3244 struct ffs_data *ffs = func->ffs; in ffs_func_setup() local
3485 struct ffs_data *ffs = func->ffs; in ffs_func_unbind() local
3676 static int ffs_ready(struct ffs_data *ffs) in ffs_ready()
3709 static void ffs_closed(struct ffs_data *ffs) in ffs_closed()