Searched defs:fsg (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 295 struct fsg_dev *fsg, *new_fsg; member 435 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt() 535 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local 586 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer() 1392 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) in halt_bulk_in_endpoint() 1411 static int wedge_bulk_in_endpoint(struct fsg_dev *fsg) in wedge_bulk_in_endpoint() 1429 static int pad_with_zeros(struct fsg_dev *fsg) in pad_with_zeros() 2082 static int received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) in received_cbw() 2213 struct fsg_dev *fsg; in do_set_interface() local 2307 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
|