Searched refs:fsg (Results 1 – 2 of 2) sorted by relevance
| /u-boot/drivers/usb/gadget/ |
| A D | f_mass_storage.c | 578 VDBG(fsg, in fsg_setup() 1390 rc = fsg_set_halt(fsg, fsg->bulk_in); in halt_bulk_in_endpoint() 1445 start_transfer(fsg, fsg->bulk_in, bh->inreq, in pad_with_zeros() 2092 fsg_set_halt(fsg, fsg->bulk_out); in received_cbw() 2190 fsg = common->fsg; in do_set_interface() 2224 fsg = common->fsg; in do_set_interface() 2272 fsg->common->new_fsg = fsg; in fsg_set_alt() 2646 if (fsg->common->fsg == fsg) { in fsg_unbind() 2723 fsg = calloc(1, sizeof *fsg); in fsg_bind_config() 2724 if (!fsg) in fsg_bind_config() [all …]
|
| A D | storage_common.c | 124 # define dump_msg(fsg, label, buf, length) do { \ argument 126 DBG(fsg, "%s, length %u:\n", label, length); \ 132 # define dump_cdb(fsg) do { } while (0) argument 136 # define dump_msg(fsg, /* const char * */ label, \ argument 141 # define dump_cdb(fsg) \ argument 143 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \ 147 # define dump_cdb(fsg) do { } while (0) argument
|
Completed in 15 milliseconds