Searched refs:fsg_buffhd (Results 1 – 2 of 2) sorted by relevance
274 struct fsg_buffhd *next_buffhd_to_fill;275 struct fsg_buffhd *next_buffhd_to_drain;276 struct fsg_buffhd *buffhds;366 struct fsg_buffhd *bh, unsigned int length) in set_bulk_out_req_length()454 struct fsg_buffhd *bh = req->context; in bulk_in_complete()474 struct fsg_buffhd *bh = req->context; in bulk_out_complete()596 static bool start_in_transfer(struct fsg_common *common, struct fsg_buffhd *bh) in start_in_transfer()605 static bool start_out_transfer(struct fsg_common *common, struct fsg_buffhd *bh) in start_out_transfer()644 struct fsg_buffhd *bh; in do_read()775 struct fsg_buffhd *bh; in do_write()[all …]
134 struct fsg_buffhd { struct137 struct fsg_buffhd *next; argument