Searched refs:fsg_buffhd (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c80 * buffer heads (struct fsg_buffhd). In principle the pipeline can be
341 struct fsg_buffhd *intr_buffhd;
366 struct fsg_buffhd *next_buffhd_to_fill;
367 struct fsg_buffhd *next_buffhd_to_drain;
368 struct fsg_buffhd buffhds[FSG_NUM_BUFFERS];
406 struct fsg_buffhd *bh, unsigned int length)
614 struct fsg_buffhd *bh = req->context;
634 struct fsg_buffhd *bh = req->context;
658 struct fsg_buffhd *bh = req->context;
686 static void received_cbi_adsc(struct fsg_dev *fsg, struct fsg_buffhd *b
[all...]
H A Df_mass_storage.c218 * buffer heads (struct fsg_buffhd). In principle the pipeline can be
358 struct fsg_buffhd *next_buffhd_to_fill;
359 struct fsg_buffhd *next_buffhd_to_drain;
360 struct fsg_buffhd buffhds[FSG_NUM_BUFFERS];
476 struct fsg_buffhd *bh, unsigned int length)
561 struct fsg_buffhd *bh = req->context;
581 struct fsg_buffhd *bh = req->context;
729 struct fsg_buffhd *bh;
858 struct fsg_buffhd *bh;
1078 struct fsg_buffhd *b
[all...]
H A Dstorage_common.c52 * the fsg_buffhd structure's buf field will be an array of FSG_BUFLEN
323 struct fsg_buffhd { struct
330 struct fsg_buffhd *next;

Completed in 112 milliseconds