Searched refs:buffhds (Results 1 – 2 of 2) sorted by relevance
281 struct fsg_buffhd *buffhds; member2257 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()2314 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()2396 bh = &common->buffhds[i]; in handle_exception()2422 bh = &common->buffhds[i]; in handle_exception()2425 common->next_buffhd_to_fill = &common->buffhds[0]; in handle_exception()2426 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()2651 static void _fsg_common_free_buffers(struct fsg_buffhd *buffhds, unsigned n) in _fsg_common_free_buffers() argument2653 if (buffhds) { in _fsg_common_free_buffers()2654 struct fsg_buffhd *bh = buffhds; in _fsg_common_free_buffers()[all …]
303 struct fsg_buffhd buffhds[FSG_NUM_BUFFERS]; member2216 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()2273 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()2324 bh = &common->buffhds[i]; in handle_exception()2336 bh = &common->buffhds[i]; in handle_exception()2356 bh = &common->buffhds[i]; in handle_exception()2359 common->next_buffhd_to_fill = &common->buffhds[0]; in handle_exception()2360 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()2528 bh = common->buffhds; in fsg_common_init()2544 bh->next = common->buffhds; in fsg_common_init()[all …]