Searched refs:buffhds (Results 1 – 1 of 1) sorted by relevance
276 struct fsg_buffhd *buffhds; member2246 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()2305 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()2376 bh = &common->buffhds[i]; in handle_exception()2388 bh = &common->buffhds[i]; in handle_exception()2411 bh = &common->buffhds[i]; in handle_exception()2414 common->next_buffhd_to_fill = &common->buffhds[0]; in handle_exception()2415 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()2699 static void _fsg_common_free_buffers(struct fsg_buffhd *buffhds, unsigned n) in _fsg_common_free_buffers() argument2701 if (buffhds) { in _fsg_common_free_buffers()[all …]