Lines Matching defs:ffs
68 struct ffs_data *ffs; member
85 ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled()
128 struct ffs_data *ffs; member
158 struct ffs_data *ffs; member
162 struct ffs_data *ffs; member
200 struct ffs_data *ffs = req->context; in ffs_ep0_complete() local
205 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait()
241 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall()
257 struct ffs_data *ffs = file->private_data; in ffs_ep0_write() local
396 static ssize_t __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, in __ffs_ep0_read_events()
432 struct ffs_data *ffs = file->private_data; in ffs_ep0_read() local
534 struct ffs_data *ffs = inode->i_private; in ffs_ep0_open() local
549 struct ffs_data *ffs = file->private_data; in ffs_ep0_release() local
560 struct ffs_data *ffs = file->private_data; in ffs_ep0_ioctl() local
580 struct ffs_data *ffs = file->private_data; in ffs_ep0_poll() local
1115 struct ffs_data *ffs = sb->s_fs_info; in ffs_sb_create_file() local
1153 struct ffs_data *ffs = data->ffs_data; in ffs_sb_fill() local
1291 struct ffs_data *ffs; in ffs_fs_mount() local
1380 static void ffs_data_get(struct ffs_data *ffs) in ffs_data_get()
1387 static void ffs_data_opened(struct ffs_data *ffs) in ffs_data_opened()
1399 static void ffs_data_put(struct ffs_data *ffs) in ffs_data_put()
1413 static void ffs_data_closed(struct ffs_data *ffs) in ffs_data_closed()
1442 struct ffs_data *ffs = kzalloc(sizeof *ffs, GFP_KERNEL); in ffs_data_new() local
1462 static void ffs_data_clear(struct ffs_data *ffs) in ffs_data_clear()
1481 static void ffs_data_reset(struct ffs_data *ffs) in ffs_data_reset()
1510 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev) in functionfs_bind()
1546 static void functionfs_unbind(struct ffs_data *ffs) in functionfs_unbind()
1559 static int ffs_epfiles_create(struct ffs_data *ffs) in ffs_epfiles_create()
1636 struct ffs_data *ffs = func->ffs; in ffs_func_eps_enable() local
2053 struct ffs_data *ffs = priv; in __ffs_data_do_os_desc() local
2109 static int __ffs_data_got_descs(struct ffs_data *ffs, in __ffs_data_got_descs()
2236 static int __ffs_data_got_strings(struct ffs_data *ffs, in __ffs_data_got_strings()
2372 static void __ffs_event_add(struct ffs_data *ffs, in __ffs_event_add()
2439 static void ffs_event_add(struct ffs_data *ffs, in ffs_event_add()
2450 static int ffs_ep_addr2idx(struct ffs_data *ffs, u8 endpoint_address) in ffs_ep_addr2idx()
2734 struct ffs_data *ffs = func->ffs; in _ffs_func_bind() local
2911 struct ffs_data *ffs = container_of(work, in ffs_reset_work() local
2920 struct ffs_data *ffs = func->ffs; in ffs_func_set_alt() local
2964 struct ffs_data *ffs = func->ffs; in ffs_func_setup() local
3210 struct ffs_data *ffs = func->ffs; in ffs_func_unbind() local
3403 static int ffs_ready(struct ffs_data *ffs) in ffs_ready()
3436 static void ffs_closed(struct ffs_data *ffs) in ffs_closed()