Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/usb/gadget/function/
Df_mass_storage.c251 struct fsg_buffhd *next_buffhd_to_fill; member
662 bh = common->next_buffhd_to_fill; in do_read()
728 common->next_buffhd_to_fill = bh->next; in do_read()
799 bh = common->next_buffhd_to_fill; in do_write()
836 common->next_buffhd_to_fill = bh->next; in do_write()
957 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify()
1523 bh2 = common->next_buffhd_to_fill; in throw_away_data()
1537 common->next_buffhd_to_fill = bh2->next; in throw_away_data()
1563 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in finish_reply()
1602 common->next_buffhd_to_fill = bh->next; in finish_reply()
[all …]