Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
A Df_mass_storage.c312 if (common->fsg) in __fsg_is_set()
507 VDBG(fsg, in fsg_setup()
1471 rc = fsg_set_halt(fsg, fsg->bulk_in); in halt_bulk_in_endpoint()
1580 fsg_set_halt(common->fsg, common->fsg->bulk_out); in finish_reply()
2229 fsg_set_halt(fsg, fsg->bulk_out); in received_cbw()
2313 fsg = common->fsg; in do_set_interface()
2347 fsg = common->fsg; in do_set_interface()
3128 if (fsg->common->fsg == fsg) { in fsg_unbind()
3131 wait_event(common->fsg_wait, common->fsg != fsg); in fsg_unbind()
3548 kfree(fsg); in fsg_free()
[all …]
A Dstorage_common.h38 # define dump_msg(fsg, /* const char * */ label, \ argument
42 DBG(fsg, "%s, length %u:\n", label, length); \
48 # define dump_cdb(fsg) do { } while (0) argument
52 # define dump_msg(fsg, /* const char * */ label, \ argument
57 # define dump_cdb(fsg) \ argument
59 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \
63 # define dump_cdb(fsg) do { } while (0) argument

Completed in 20 milliseconds