Home
last modified time | relevance | path

Searched refs:fsg (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c261 struct fsg_dev *fsg, *new_fsg; member
343 if (common->fsg) in __fsg_is_set()
380 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() argument
384 if (ep == fsg->bulk_in) in fsg_set_halt()
386 else if (ep == fsg->bulk_out) in fsg_set_halt()
390 DBG(fsg, "%s set halt\n", name); in fsg_set_halt()
505 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local
506 struct usb_request *req = fsg->common->ep0req; in fsg_setup()
511 if (!fsg_is_set(fsg->common)) in fsg_setup()
514 ++fsg->common->ep0_req_tag; /* Record arrival of a new request */ in fsg_setup()
[all …]
Dstorage_common.h37 # define dump_msg(fsg, /* const char * */ label, \ argument
41 DBG(fsg, "%s, length %u:\n", label, length); \
47 # define dump_cdb(fsg) do { } while (0) argument
51 # define dump_msg(fsg, /* const char * */ label, \ argument
56 # define dump_cdb(fsg) \ argument
58 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \
62 # define dump_cdb(fsg) do { } while (0) argument
/linux-4.4.14/arch/arm/mach-ixp4xx/
DMakefile19 obj-pci-$(CONFIG_MACH_FSG) += fsg-pci.o
37 obj-$(CONFIG_MACH_FSG) += fsg-setup.o
/linux-4.4.14/drivers/leds/
DMakefile42 obj-$(CONFIG_LEDS_FSG) += leds-fsg.o
/linux-4.4.14/arch/arm/tools/
Dmach-types219 fsg MACH_FSG FSG 1091