Home
last modified time | relevance | path

Searched defs:fsg (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c293 struct fsg_dev *fsg, *new_fsg; member
532 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local
1378 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) in halt_bulk_in_endpoint()
1397 static int wedge_bulk_in_endpoint(struct fsg_dev *fsg) in wedge_bulk_in_endpoint()
1415 static int pad_with_zeros(struct fsg_dev *fsg) in pad_with_zeros()
2173 struct fsg_dev *fsg; in do_set_interface() local
2263 struct fsg_dev *fsg = fsg_from_func(f); in fsg_set_alt() local
2271 struct fsg_dev *fsg = fsg_from_func(f); in fsg_disable() local
2635 struct fsg_dev *fsg = fsg_from_func(f); in fsg_unbind() local
2650 struct fsg_dev *fsg = fsg_from_func(f); in fsg_bind() local
[all …]
H A Dstorage_common.c124 # define dump_msg(fsg, label, buf, length) do { \ argument
132 # define dump_cdb(fsg) do { } while (0) argument
136 # define dump_msg(fsg, /* const char * */ label, \ argument
141 # define dump_cdb(fsg) \ argument
147 # define dump_cdb(fsg) do { } while (0) argument
/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.h38 # define dump_msg(fsg, /* const char * */ label, \ argument
48 # define dump_cdb(fsg) do { } while (0) argument
52 # define dump_msg(fsg, /* const char * */ label, \ argument
57 # define dump_cdb(fsg) \ argument
63 # define dump_cdb(fsg) do { } while (0) argument
H A Df_mass_storage.c237 struct fsg_dev *fsg; member
460 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local
1467 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) in halt_bulk_in_endpoint()
1489 static int wedge_bulk_in_endpoint(struct fsg_dev *fsg) in wedge_bulk_in_endpoint()
2304 struct fsg_dev *fsg; in do_set_interface() local
2400 struct fsg_dev *fsg = fsg_from_func(f); in fsg_set_alt() local
2408 struct fsg_dev *fsg = fsg_from_func(f); in fsg_disable() local
3025 struct fsg_dev *fsg = fsg_from_func(f); in fsg_bind() local
3125 struct fsg_dev *fsg = fsg_from_func(f); in fsg_unbind() local
3539 struct fsg_dev *fsg; in fsg_free() local
[all …]