Searched defs:fsg (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 Df_mass_storage.c345 struct fsg_dev *fsg, *new_fsg; member in struct:fsg_common
489 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) argument
608 struct fsg_dev *fsg local
661 start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, struct usb_request *req, int *pbusy, enum fsg_buffer_state *state) argument
1515 halt_bulk_in_endpoint(struct fsg_dev *fsg) argument
1537 wedge_bulk_in_endpoint(struct fsg_dev *fsg) argument
1560 pad_with_zeros(struct fsg_dev *fsg) argument
2179 received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
2310 struct fsg_dev *fsg; local
2400 struct fsg_dev *fsg = fsg_from_func(f); local
2408 struct fsg_dev *fsg = fsg_from_func(f); local
2914 struct fsg_dev *fsg = fsg_from_func(f); local
2933 struct fsg_dev *fsg = fsg_from_func(f); local
2997 struct fsg_dev *fsg; local
[all...]
H A Dfile_storage.c399 static int exception_in_progress(struct fsg_dev *fsg) argument
405 static void set_bulk_out_req_length(struct fsg_dev *fsg, argument
423 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) argument
531 wakeup_thread(struct fsg_dev *fsg) argument
540 raise_exception(struct fsg_dev *fsg, enum fsg_state new_state) argument
568 struct fsg_dev *fsg = get_gadget_data(gadget); local
575 ep0_queue(struct fsg_dev *fsg) argument
591 struct fsg_dev *fsg = ep->driver_data; local
613 struct fsg_dev *fsg = ep->driver_data; local
633 struct fsg_dev *fsg = ep->driver_data; local
657 struct fsg_dev *fsg = ep->driver_data; local
686 received_cbi_adsc(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
728 received_cbi_adsc(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
733 class_setup_req(struct fsg_dev *fsg, const struct usb_ctrlrequest *ctrl) argument
816 standard_setup_req(struct fsg_dev *fsg, const struct usb_ctrlrequest *ctrl) argument
937 struct fsg_dev *fsg = get_gadget_data(gadget); local
972 start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, struct usb_request *req, int *pbusy, enum fsg_buffer_state *state) argument
1004 sleep_thread(struct fsg_dev *fsg) argument
1028 do_read(struct fsg_dev *fsg) argument
1154 do_write(struct fsg_dev *fsg) argument
1344 do_synchronize_cache(struct fsg_dev *fsg) argument
1370 do_verify(struct fsg_dev *fsg) argument
1468 do_inquiry(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1500 do_request_sense(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1548 do_read_capacity(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1568 do_read_header(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1591 do_read_toc(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1619 do_mode_sense(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1700 do_start_stop(struct fsg_dev *fsg) argument
1750 do_prevent_allow(struct fsg_dev *fsg) argument
1773 do_read_format_capacities(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1791 do_mode_select(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
1803 halt_bulk_in_endpoint(struct fsg_dev *fsg) argument
1825 wedge_bulk_in_endpoint(struct fsg_dev *fsg) argument
1848 pad_with_zeros(struct fsg_dev *fsg) argument
1879 throw_away_data(struct fsg_dev *fsg) argument
1930 finish_reply(struct fsg_dev *fsg) argument
2027 send_status(struct fsg_dev *fsg) argument
2113 check_command(struct fsg_dev *fsg, int cmnd_size, enum data_direction data_dir, unsigned int mask, int needs_medium, const char *name) argument
2247 do_scsi_command(struct fsg_dev *fsg) argument
2491 received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) argument
2554 get_next_command(struct fsg_dev *fsg) argument
2618 enable_endpoint(struct fsg_dev *fsg, struct usb_ep *ep, const struct usb_endpoint_descriptor *d) argument
2630 alloc_request(struct fsg_dev *fsg, struct usb_ep *ep, struct usb_request **preq) argument
2645 do_set_interface(struct fsg_dev *fsg, int altsetting) argument
2750 do_set_config(struct fsg_dev *fsg, u8 new_config) argument
2784 handle_exception(struct fsg_dev *fsg) argument
2947 struct fsg_dev *fsg = fsg_; local
3028 struct fsg_dev *fsg = container_of(ref, struct fsg_dev, ref); local
3037 struct fsg_dev *fsg = local
3045 struct fsg_dev *fsg = get_gadget_data(gadget); local
3088 check_parameters(struct fsg_dev *fsg) argument
3228 struct fsg_dev *fsg = the_fsg; local
3462 struct fsg_dev *fsg = get_gadget_data(gadget); local
3470 struct fsg_dev *fsg = get_gadget_data(gadget); local
3505 struct fsg_dev *fsg; local
3523 struct fsg_dev *fsg; local
3537 struct fsg_dev *fsg = the_fsg; local
[all...]

Completed in 62 milliseconds