Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_mass_storage.c250 struct fsg_buffhd *next_buffhd_to_fill;
251 struct fsg_buffhd *next_buffhd_to_drain;
252 struct fsg_buffhd *buffhds;
332 struct fsg_buffhd *bh, unsigned int length) in set_bulk_out_req_length()
416 struct fsg_buffhd *bh = req->context; in bulk_in_complete()
432 struct fsg_buffhd *bh = req->context; in bulk_out_complete()
545 static bool start_in_transfer(struct fsg_common *common, struct fsg_buffhd *bh) in start_in_transfer()
555 static bool start_out_transfer(struct fsg_common *common, struct fsg_buffhd *bh) in start_out_transfer()
566 struct fsg_buffhd *bh) in sleep_thread()
593 struct fsg_buffhd *bh; in do_read()
[all …]
Dstorage_common.h143 struct fsg_buffhd { struct
146 struct fsg_buffhd *next; argument