Searched defs:fsg (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 295 struct fsg_dev *fsg, *new_fsg; member 434 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() 534 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local 585 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer() 1385 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) in halt_bulk_in_endpoint() 1404 static int wedge_bulk_in_endpoint(struct fsg_dev *fsg) in wedge_bulk_in_endpoint() 1422 static int pad_with_zeros(struct fsg_dev *fsg) in pad_with_zeros() 2073 static int received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) in received_cbw() 2204 struct fsg_dev *fsg; in do_set_interface() local 2298 struct fsg_dev *fsg = fsg_from_func(f); in fsg_set_alt() local [all …]
|
| H A D | storage_common.c | 125 # define dump_msg(fsg, label, buf, length) do { \ argument 133 # define dump_cdb(fsg) do { } while (0) argument 137 # define dump_msg(fsg, /* const char * */ label, \ argument 142 # define dump_cdb(fsg) \ argument 148 # define dump_cdb(fsg) do { } while (0) argument
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | storage_common.h | 38 # 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 D | f_mass_storage.c | 265 struct fsg_dev *fsg; member 377 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() 490 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local 550 static int start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer() 1449 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) in halt_bulk_in_endpoint() 1471 static int wedge_bulk_in_endpoint(struct fsg_dev *fsg) in wedge_bulk_in_endpoint() 2123 static int received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) in received_cbw() 2245 struct fsg_dev *fsg; in do_set_interface() local 2341 struct fsg_dev *fsg = fsg_from_func(f); in fsg_set_alt() local 2349 struct fsg_dev *fsg = fsg_from_func(f); in fsg_disable() local [all …]
|