Home
last modified time | relevance | path

Searched defs:ffs (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/gadget/
Df_fs.c159 #define FFS_SETUP_STATE(ffs) \ argument
257 struct ffs_data *ffs; member
312 struct ffs_data *ffs; member
346 struct ffs_data *ffs = req->context; in ffs_ep0_complete() local
351 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait()
387 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall()
403 struct ffs_data *ffs = file->private_data; in ffs_ep0_write() local
541 static ssize_t __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, in __ffs_ep0_read_events()
579 struct ffs_data *ffs = file->private_data; in ffs_ep0_read() local
680 struct ffs_data *ffs = inode->i_private; in ffs_ep0_open() local
[all …]
Dg_ffs.c183 static int functionfs_ready_callback(struct ffs_data *ffs) in functionfs_ready_callback()
199 static void functionfs_closed_callback(struct ffs_data *ffs) in functionfs_closed_callback()
Dandroid.c329 static int functionfs_ready_callback(struct ffs_data *ffs) in functionfs_ready_callback()
352 static void functionfs_closed_callback(struct ffs_data *ffs) in functionfs_closed_callback()