Home
last modified time | relevance | path

Searched refs:buffhds (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/usb/gadget/function/
Df_mass_storage.c253 struct fsg_buffhd *buffhds; member
2300 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()
2357 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()
2439 bh = &common->buffhds[i]; in handle_exception()
2465 bh = &common->buffhds[i]; in handle_exception()
2468 common->next_buffhd_to_fill = &common->buffhds[0]; in handle_exception()
2469 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()
2710 static void _fsg_common_free_buffers(struct fsg_buffhd *buffhds, unsigned n) in _fsg_common_free_buffers() argument
2712 if (buffhds) { in _fsg_common_free_buffers()
2713 struct fsg_buffhd *bh = buffhds; in _fsg_common_free_buffers()
[all …]