Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c253 struct fsg_buffhd *buffhds; member
2316 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()
2373 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()
2455 bh = &common->buffhds[i]; in handle_exception()
2481 bh = &common->buffhds[i]; in handle_exception()
2484 common->next_buffhd_to_fill = &common->buffhds[0]; in handle_exception()
2485 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()
2726 static void _fsg_common_free_buffers(struct fsg_buffhd *buffhds, unsigned n) in _fsg_common_free_buffers() argument
2728 if (buffhds) { in _fsg_common_free_buffers()
2729 struct fsg_buffhd *bh = buffhds; in _fsg_common_free_buffers()
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c301 struct fsg_buffhd buffhds[FSG_NUM_BUFFERS]; member
2185 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()
2238 struct fsg_buffhd *bh = &common->buffhds[i]; in do_set_interface()
2289 bh = &common->buffhds[i]; in handle_exception()
2301 bh = &common->buffhds[i]; in handle_exception()
2321 bh = &common->buffhds[i]; in handle_exception()
2324 common->next_buffhd_to_fill = &common->buffhds[0]; in handle_exception()
2325 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()
2493 bh = common->buffhds; in fsg_common_init()
2509 bh->next = common->buffhds; in fsg_common_init()
[all …]