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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c323 struct fsg_dev { struct
397 typedef void (*fsg_routine_t)(struct fsg_dev *);
399 static int exception_in_progress(struct fsg_dev *fsg)
405 static void set_bulk_out_req_length(struct fsg_dev *fsg,
417 static struct fsg_dev *the_fsg;
423 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep)
531 static void wakeup_thread(struct fsg_dev *fsg)
540 static void raise_exception(struct fsg_dev *fsg, enum fsg_state new_state)
568 struct fsg_dev *fsg = get_gadget_data(gadget);
575 static int ep0_queue(struct fsg_dev *fs
[all...]
H A Df_mass_storage.c318 struct fsg_dev;
345 struct fsg_dev *fsg, *new_fsg;
430 struct fsg_dev { struct
461 static inline struct fsg_dev *fsg_from_func(struct usb_function *f)
463 return container_of(f, struct fsg_dev, function);
467 typedef void (*fsg_routine_t)(struct fsg_dev *);
489 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep)
608 struct fsg_dev *fsg = fsg_from_func(f);
661 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep,
1515 static int halt_bulk_in_endpoint(struct fsg_dev *fs
[all...]

Completed in 60 milliseconds