Searched refs:fsg (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 265 struct fsg_dev *fsg; member 340 if (common->fsg) in __fsg_is_set() 377 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() argument 381 if (ep == fsg->bulk_in) in fsg_set_halt() 383 else if (ep == fsg->bulk_out) in fsg_set_halt() 387 DBG(fsg, "%s set halt\n", name); in fsg_set_halt() 490 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local 491 struct usb_request *req = fsg->common->ep0req; in fsg_setup() 496 if (!fsg_is_set(fsg->common)) in fsg_setup() 499 ++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
|
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
D | Makefile | 23 obj-pci-$(CONFIG_MACH_FSG) += fsg-pci.o 41 obj-$(CONFIG_MACH_FSG) += fsg-setup.o
|
/kernel/linux/linux-5.10/drivers/leds/ |
D | Makefile | 31 obj-$(CONFIG_LEDS_FSG) += leds-fsg.o
|
/kernel/linux/linux-5.10/arch/arm/tools/ |
D | mach-types | 218 fsg MACH_FSG FSG 1091
|