Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_mass_storage.c281 struct fsg_buffhd *buffhds; member
2257 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() argument
2653 if (buffhds) { in _fsg_common_free_buffers()
2654 struct fsg_buffhd *bh = buffhds; in _fsg_common_free_buffers()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c303 struct fsg_buffhd buffhds[FSG_NUM_BUFFERS]; member
2216 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 …]