Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Df_mass_storage.c255 struct fsg_dev *fsg, *new_fsg; member
394 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt()
508 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local
568 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer()
1426 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) in halt_bulk_in_endpoint()
1448 static int wedge_bulk_in_endpoint(struct fsg_dev *fsg) in wedge_bulk_in_endpoint()
2109 static int received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) in received_cbw()
2234 struct fsg_dev *fsg; in do_set_interface() local
2328 struct fsg_dev *fsg = fsg_from_func(f); in fsg_set_alt() local
2336 struct fsg_dev *fsg = fsg_from_func(f); in fsg_disable() local
[all …]
Dstorage_common.c64 # define dump_msg(fsg, /* const char * */ label, \ argument
73 # define dump_cdb(fsg) do { } while (0) argument
77 # define dump_msg(fsg, /* const char * */ label, \ argument
82 # define dump_cdb(fsg) \ argument
88 # define dump_cdb(fsg) do { } while (0) argument
Dandroid.c760 struct fsg_config fsg; member