Home
last modified time | relevance | path

Searched refs:fsg_dev (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/usb/gadget/function/
Df_mass_storage.c228 struct fsg_dev;
235 struct fsg_dev *fsg;
290 struct fsg_dev { struct
319 static inline struct fsg_dev *fsg_from_func(struct usb_function *f) in fsg_from_func() argument
321 return container_of(f, struct fsg_dev, function); in fsg_from_func()
345 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt()
458 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup()
518 static int start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer()
1370 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) in halt_bulk_in_endpoint()
1392 static int wedge_bulk_in_endpoint(struct fsg_dev *fsg) in wedge_bulk_in_endpoint()
[all …]