Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_mass_storage.c274 struct fsg_buffhd *next_buffhd_to_fill; member
693 bh = common->next_buffhd_to_fill; in do_read()
762 common->next_buffhd_to_fill = bh->next; in do_read()
830 bh = common->next_buffhd_to_fill; in do_write()
867 common->next_buffhd_to_fill = bh->next; in do_write()
992 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify()
1497 bh = common->next_buffhd_to_fill; in throw_away_data()
1511 common->next_buffhd_to_fill = bh->next; in throw_away_data()
1526 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in finish_reply()
1565 common->next_buffhd_to_fill = bh->next; in finish_reply()
[all …]