Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A 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()
1472 bh = common->next_buffhd_to_fill; in throw_away_data()
1487 common->next_buffhd_to_fill = bh->next; in throw_away_data()
1607 bh = common->next_buffhd_to_fill; in send_status()
1648 common->next_buffhd_to_fill = bh->next; in send_status()
1783 bh = common->next_buffhd_to_fill; in do_scsi_command()
[all …]
/openbmc/linux/drivers/usb/gadget/function/
H A 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()
1523 bh2 = common->next_buffhd_to_fill; in throw_away_data()
1602 common->next_buffhd_to_fill = bh->next; in finish_reply()
1673 bh = common->next_buffhd_to_fill; in send_status()
1712 common->next_buffhd_to_fill = bh->next; in send_status()
1873 bh = common->next_buffhd_to_fill; in do_scsi_command()
[all …]