Searched refs:fsg (Results 1 - 5 of 5) 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.c76 * fsg->state; it won't try to stop the thread if the state is already
90 * (fsg->next_buffhd_to_fill) that points to the next buffer head to use.
399 static int exception_in_progress(struct fsg_dev *fsg) argument
401 return (fsg->state > FSG_STATE_IDLE);
405 static void set_bulk_out_req_length(struct fsg_dev *fsg, argument
411 rem = length % fsg->bulk_out_maxpacket;
413 length += fsg->bulk_out_maxpacket - rem;
423 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) argument
427 if (ep == fsg->bulk_in)
429 else if (ep == fsg
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...]
H A Df_mass_storage.c228 * (fsg->next_buffhd_to_fill) that points to the next buffer head to use.
345 struct fsg_dev *fsg, *new_fsg; member in struct:fsg_common
451 if (common->fsg)
453 ERROR(common, "common->fsg is NULL in %s at %u\n", func, line);
489 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) argument
493 if (ep == fsg->bulk_in)
495 else if (ep == fsg->bulk_out)
499 DBG(fsg, "%s set halt\n", name);
508 /* Caller must hold fsg->lock */
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 Dstorage_common.c120 # define dump_msg(fsg, /* const char * */ label, \
123 DBG(fsg, "%s, length %u:\n", label, length); \
129 # define dump_cdb(fsg) do { } while (0)
133 # define dump_msg(fsg, /* const char * */ label, \
138 # define dump_cdb(fsg) \
140 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \
144 # define dump_cdb(fsg) do { } while (0)
572 * the caller must own fsg->filesem for writing.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A DMakefile18 obj-pci-$(CONFIG_MACH_FSG) += fsg-pci.o
33 obj-$(CONFIG_MACH_FSG) += fsg-setup.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A DMakefile28 obj-$(CONFIG_LEDS_FSG) += leds-fsg.o

Completed in 133 milliseconds