Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_mass_storage.c250 struct fsg_buffhd *next_buffhd_to_fill; member
645 bh = common->next_buffhd_to_fill; in do_read()
711 common->next_buffhd_to_fill = bh->next; in do_read()
782 bh = common->next_buffhd_to_fill; in do_write()
819 common->next_buffhd_to_fill = bh->next; in do_write()
940 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify()
1506 bh2 = common->next_buffhd_to_fill; in throw_away_data()
1520 common->next_buffhd_to_fill = bh2->next; in throw_away_data()
1546 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in finish_reply()
1585 common->next_buffhd_to_fill = bh->next; in finish_reply()
[all …]