Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Df_mass_storage.c253 struct fsg_buffhd *buffhds; member
2455 bh = &common->buffhds[i]; in handle_exception()
2481 bh = &common->buffhds[i]; in handle_exception()
2728 if (buffhds) { in _fsg_common_free_buffers()
2734 kfree(buffhds); in _fsg_common_free_buffers()
2743 buffhds = kcalloc(n, sizeof(*buffhds), GFP_KERNEL); in fsg_common_set_num_buffers()
2744 if (!buffhds) in fsg_common_set_num_buffers()
2748 bh = buffhds; in fsg_common_set_num_buffers()
2759 bh->next = buffhds; in fsg_common_set_num_buffers()
2763 common->buffhds = buffhds; in fsg_common_set_num_buffers()
[all …]