Searched defs:fsg (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/usb/gadget/ |
D | file_storage.c | 496 static int exception_in_progress(struct fsg_dev *fsg) in exception_in_progress() 502 static void set_bulk_out_req_length(struct fsg_dev *fsg, in set_bulk_out_req_length() 520 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() 590 static int populate_bos(struct fsg_dev *fsg, u8 *buf) in populate_bos() 640 static void wakeup_thread(struct fsg_dev *fsg) in wakeup_thread() 649 static void raise_exception(struct fsg_dev *fsg, enum fsg_state new_state) in raise_exception() 677 struct fsg_dev *fsg = get_gadget_data(gadget); in fsg_disconnect() local 684 static int ep0_queue(struct fsg_dev *fsg) in ep0_queue() 700 struct fsg_dev *fsg = ep->driver_data; in ep0_complete() local 722 struct fsg_dev *fsg = ep->driver_data; in bulk_in_complete() local [all …]
|
D | f_mass_storage.c | 350 struct fsg_dev *fsg, *new_fsg; member 493 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() 607 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local 667 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer() 1538 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) in halt_bulk_in_endpoint() 1560 static int wedge_bulk_in_endpoint(struct fsg_dev *fsg) in wedge_bulk_in_endpoint() 2221 static int received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) in received_cbw() 2346 struct fsg_dev *fsg; in do_set_interface() local 2440 struct fsg_dev *fsg = fsg_from_func(f); in fsg_set_alt() local 2448 struct fsg_dev *fsg = fsg_from_func(f); in fsg_disable() local [all …]
|
D | storage_common.c | 118 # define dump_msg(fsg, /* const char * */ label, \ argument 127 # define dump_cdb(fsg) do { } while (0) argument 131 # define dump_msg(fsg, /* const char * */ label, \ argument 136 # define dump_cdb(fsg) \ argument 142 # define dump_cdb(fsg) do { } while (0) argument
|