Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Dstorage_common.h37 # define dump_msg(fsg, /* const char * */ label, \ argument
47 # define dump_cdb(fsg) do { } while (0) argument
51 # define dump_msg(fsg, /* const char * */ label, \ argument
56 # define dump_cdb(fsg) \ argument
62 # define dump_cdb(fsg) do { } while (0) argument
Df_mass_storage.c261 struct fsg_dev *fsg, *new_fsg; member
380 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt()
505 struct fsg_dev *fsg = fsg_from_func(f); in fsg_setup() local
565 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer()
1425 static int halt_bulk_in_endpoint(struct fsg_dev *fsg) in halt_bulk_in_endpoint()
1447 static int wedge_bulk_in_endpoint(struct fsg_dev *fsg) in wedge_bulk_in_endpoint()
2108 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
2330 struct fsg_dev *fsg = fsg_from_func(f); in fsg_set_alt() local
2338 struct fsg_dev *fsg = fsg_from_func(f); in fsg_disable() local
[all …]