Lines Matching defs:context
265 struct ffs_data *ffs = req->context;
274 struct ffs_io_data *io_data = req->context;
706 req->context = io_data;
968 if (likely(req->context)) {
971 complete(req->context);
975 static void epfile_task_proc(unsigned long context)
977 struct ffs_io_data *io_data = (struct ffs_io_data *)context;
994 struct ffs_io_data *io_data = req->context;
1149 req->context = &done;
1202 req->context = io_data;
1728 ffs->ep0req->context = ffs;