Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Df_fs.c244 struct ffs_io_data { struct
245 bool aio;
246 bool read;
248 struct kiocb *kiocb;
249 struct iov_iter data;
250 const void *to_free;
251 char *buf;
256 struct usb_ep *ep;
258 struct sg_table sgt;
259 bool use_sg;
[all …]