Searched refs:fsg (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 264 struct fsg_dev *fsg, *new_fsg; member 338 if (common->fsg) in __fsg_is_set() 375 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() argument 379 if (ep == fsg->bulk_in) in fsg_set_halt() 381 else if (ep == fsg->bulk_out) in fsg_set_halt() 385 DBG(fsg, "%s set halt\n", name); in fsg_set_halt() 482 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local 483 struct usb_request *req = fsg->common->ep0req; in fsg_setup() 488 if (!fsg_is_set(fsg->common)) in fsg_setup() 491 ++fsg->common->ep0_req_tag; /* Record arrival of a new request */ in fsg_setup() [all …]
|
D | storage_common.h | 38 # define dump_msg(fsg, /* const char * */ label, \ argument 42 DBG(fsg, "%s, length %u:\n", label, length); \ 48 # define dump_cdb(fsg) do { } while (0) argument 52 # define dump_msg(fsg, /* const char * */ label, \ argument 57 # define dump_cdb(fsg) \ argument 59 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \ 63 # define dump_cdb(fsg) do { } while (0) argument
|
/Linux-v4.19/arch/arm/mach-ixp4xx/ |
D | Makefile | 20 obj-pci-$(CONFIG_MACH_FSG) += fsg-pci.o 38 obj-$(CONFIG_MACH_FSG) += fsg-setup.o
|
/Linux-v4.19/drivers/leds/ |
D | Makefile | 47 obj-$(CONFIG_LEDS_FSG) += leds-fsg.o
|
/Linux-v4.19/arch/arm/tools/ |
D | mach-types | 218 fsg MACH_FSG FSG 1091
|