• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/

Lines Matching refs:fsg_buffhd

218  * 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 *bh = common->next_buffhd_to_fill;
1171 static int do_inquiry(struct fsg_common *common, struct fsg_buffhd *bh)
1197 static int do_request_sense(struct fsg_common *common, struct fsg_buffhd *bh)
1245 static int do_read_capacity(struct fsg_common *common, struct fsg_buffhd *bh)
1265 static int do_read_header(struct fsg_common *common, struct fsg_buffhd *bh)
1288 static int do_read_toc(struct fsg_common *common, struct fsg_buffhd *bh)
1316 static int do_mode_sense(struct fsg_common *common, struct fsg_buffhd *bh)
1485 struct fsg_buffhd *bh)
1502 static int do_mode_select(struct fsg_common *common, struct fsg_buffhd *bh)
1562 struct fsg_buffhd *bh = fsg->common->next_buffhd_to_fill;
1593 struct fsg_buffhd *bh;
1649 struct fsg_buffhd *bh = common->next_buffhd_to_fill;
1738 struct fsg_buffhd *bh;
1910 struct fsg_buffhd *bh;
2179 static int received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh)
2245 struct fsg_buffhd *bh;
2322 struct fsg_buffhd *bh = &common->buffhds[i];
2374 struct fsg_buffhd *bh = &common->buffhds[i];
2420 struct fsg_buffhd *bh;
2667 struct fsg_buffhd *bh;
2897 struct fsg_buffhd *bh = common->buffhds;