Lines Matching refs:buffhds
303 struct fsg_buffhd buffhds[FSG_NUM_BUFFERS]; member
2225 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()
2282 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()
2333 bh = &common->buffhds[i]; in handle_exception()
2345 bh = &common->buffhds[i]; in handle_exception()
2365 bh = &common->buffhds[i]; in handle_exception()
2368 common->next_buffhd_to_fill = &common->buffhds[0]; in handle_exception()
2369 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()
2538 bh = common->buffhds; in fsg_common_init()
2554 bh->next = common->buffhds; in fsg_common_init()
2615 struct fsg_buffhd *bh = common->buffhds; in fsg_common_release()