Searched refs:fsg_dev (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 254 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) fsg_from_func() 354 return container_of(f, struct fsg_dev, function); 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) fsg_set_halt() 505 struct fsg_dev *fsg = fsg_from_func(f); fsg_setup() 565 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, start_transfer() 1425 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) halt_bulk_in_endpoint() 1447 static int wedge_bulk_in_endpoint(struct fsg_dev *fsg) wedge_bulk_in_endpoint() 2108 static int received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) received_cbw() 2232 static int do_set_interface(struct fsg_common *common, struct fsg_dev *new_fsg) do_set_interface() 2234 struct fsg_dev *fsg; do_set_interface() 2332 struct fsg_dev *fsg = fsg_from_func(f); fsg_set_alt() 2340 struct fsg_dev *fsg = fsg_from_func(f); fsg_disable() 3013 struct fsg_dev *fsg = fsg_from_func(f); fsg_bind() 3108 struct fsg_dev *fsg = fsg_from_func(f); fsg_unbind() 3521 struct fsg_dev *fsg; fsg_free() 3524 fsg = container_of(f, struct fsg_dev, function); fsg_free() 3538 struct fsg_dev *fsg; fsg_alloc()
|
Completed in 94 milliseconds