Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_mass_storage.c254 struct fsg_dev;
261 struct fsg_dev *fsg, *new_fsg;
323 struct fsg_dev { struct
352 static inline struct fsg_dev *fsg_from_func(struct usb_function *f) in fsg_from_func() argument
354 return container_of(f, struct fsg_dev, function); in fsg_from_func()
357 typedef void (*fsg_routine_t)(struct fsg_dev *);
380 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt()
505 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup()
565 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer()
1425 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) in halt_bulk_in_endpoint()
[all …]