Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c299 struct fsg_buffhd *next_buffhd_to_fill; member
738 bh = common->next_buffhd_to_fill; in do_read()
802 common->next_buffhd_to_fill = bh->next; in do_read()
858 bh = common->next_buffhd_to_fill; in do_write()
909 common->next_buffhd_to_fill = bh->next; in do_write()
997 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify()
1417 struct fsg_buffhd *bh = fsg->common->next_buffhd_to_fill; in pad_with_zeros()
1439 bh = fsg->common->next_buffhd_to_fill = bh->next; in pad_with_zeros()
1472 bh = common->next_buffhd_to_fill; in throw_away_data()
1487 common->next_buffhd_to_fill = bh->next; in throw_away_data()
[all …]