/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_mass_storage.c | 293 struct fsg_dev *fsg, *new_fsg; member 390 if (common->fsg) in __fsg_is_set() 432 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() argument 436 if (ep == fsg->bulk_in) in fsg_set_halt() 438 else if (ep == fsg->bulk_out) in fsg_set_halt() 442 DBG(fsg, "%s set halt\n", name); in fsg_set_halt() 532 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local 533 struct usb_request *req = fsg->common->ep0req; in fsg_setup() 538 if (!fsg_is_set(fsg->common)) in fsg_setup() 547 if (w_index != fsg->interface_number || w_value != 0) in fsg_setup() [all …]
|
H A D | storage_common.c | 124 # define dump_msg(fsg, label, buf, length) do { \ argument 126 DBG(fsg, "%s, length %u:\n", label, length); \ 132 # define dump_cdb(fsg) do { } while (0) argument 136 # define dump_msg(fsg, /* const char * */ label, \ argument 141 # define dump_cdb(fsg) \ argument 143 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \ 147 # define dump_cdb(fsg) do { } while (0) argument
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 237 struct fsg_dev *fsg; member 312 if (common->fsg) in __fsg_is_set() 347 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() argument 351 if (ep == fsg->bulk_in) in fsg_set_halt() 353 else if (ep == fsg->bulk_out) in fsg_set_halt() 357 DBG(fsg, "%s set halt\n", name); in fsg_set_halt() 460 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local 461 struct usb_request *req = fsg->common->ep0req; in fsg_setup() 466 if (!fsg_is_set(fsg->common)) in fsg_setup() 469 ++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
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-freecom-fsg-3.dts | 15 compatible = "freecom,fsg-3", "intel,ixp42x"; 103 compatible = "freecom,fsg-cs2-system-controller", "syscon"; 114 label = "fsg:blue:wlan"; 122 label = "fsg:blue:wan"; 130 label = "fsg:blue:sata"; 138 label = "fsg:blue:usb"; 146 label = "fsg:blue:sync"; 154 label = "fsg:blue:ring";
|
H A D | Makefile | 5 intel-ixp42x-freecom-fsg-3.dtb \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 868 - fsg = utils.find_stat_by_name(stats, "g") 886 - self.assertEqual(fsf.children[fsg].ttot, fsg.ttot) 887 - self.assertEqual(fsf.children[fsg].tsub, fsg.tsub) 888 - self.assertEqual(fsg.ttot, 18) 889 - self.assertEqual(fsg.tsub, 3) 890 - self.assertEqual(fsg.children[fsh].ttot, fsh.ttot) 891 - self.assertEqual(fsg.children[fsh].tsub, fsh.tsub) 2779 + fsg = utils.find_stat_by_name(stats, "g") 2797 + self.assertEqual(fsf.children[fsg].ttot, fsg.ttot) 2798 + self.assertEqual(fsf.children[fsg].tsub, fsg.tsub) [all …]
|
/openbmc/linux/arch/arm/tools/ |
H A D | mach-types | 218 fsg MACH_FSG FSG 1091
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |