| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 295 struct fsg_dev *fsg, *new_fsg; member 392 if (common->fsg) in __fsg_is_set() 434 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() argument 438 if (ep == fsg->bulk_in) in fsg_set_halt() 440 else if (ep == fsg->bulk_out) in fsg_set_halt() 444 DBG(fsg, "%s set halt\n", name); in fsg_set_halt() 534 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local 535 struct usb_request *req = fsg->common->ep0req; in fsg_setup() 540 if (!fsg_is_set(fsg->common)) in fsg_setup() 549 if (w_index != fsg->interface_number || w_value != 0) in fsg_setup() [all …]
|
| H A D | storage_common.c | 125 # define dump_msg(fsg, label, buf, length) do { \ argument 127 DBG(fsg, "%s, length %u:\n", label, length); \ 133 # define dump_cdb(fsg) do { } while (0) argument 137 # define dump_msg(fsg, /* const char * */ label, \ argument 142 # define dump_cdb(fsg) \ argument 144 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \ 148 # define dump_cdb(fsg) do { } while (0) argument
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A 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 …]
|
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/ |
| H A D | Makefile | 23 obj-pci-$(CONFIG_MACH_FSG) += fsg-pci.o 41 obj-$(CONFIG_MACH_FSG) += fsg-setup.o
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-Fix-imports-for-ptests.patch | 888 - fsg = utils.find_stat_by_name(stats, "g") 906 - self.assertEqual(fsf.children[fsg].ttot, fsg.ttot) 907 - self.assertEqual(fsf.children[fsg].tsub, fsg.tsub) 908 - self.assertEqual(fsg.ttot, 18) 909 - self.assertEqual(fsg.tsub, 3) 910 - self.assertEqual(fsg.children[fsh].ttot, fsh.ttot) 911 - self.assertEqual(fsg.children[fsh].tsub, fsh.tsub) 2804 + fsg = utils.find_stat_by_name(stats, "g") 2822 + self.assertEqual(fsf.children[fsg].ttot, fsg.ttot) 2823 + self.assertEqual(fsf.children[fsg].tsub, fsg.tsub) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | Makefile | 31 obj-$(CONFIG_LEDS_FSG) += leds-fsg.o
|
| /OK3568_Linux_fs/kernel/arch/arm/tools/ |
| H A D | mach-types | 218 fsg MACH_FSG FSG 1091
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-12 | 6167 My home directory is /home/fsg/snurd.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-12 | 6167 My home directory is /home/fsg/snurd.
|