Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
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 …]