Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c300 struct fsg_buffhd *next_buffhd_to_drain; member
914 bh = common->next_buffhd_to_drain; in do_write()
918 common->next_buffhd_to_drain = bh->next; in do_write()
1452 for (bh = common->next_buffhd_to_drain; in throw_away_data()
1454 bh = common->next_buffhd_to_drain) { in throw_away_data()
1459 common->next_buffhd_to_drain = bh->next; in throw_away_data()
1784 common->next_buffhd_to_drain = bh; in do_scsi_command()
2325 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c252 struct fsg_buffhd *next_buffhd_to_drain; member
841 bh = common->next_buffhd_to_drain; in do_write()
850 common->next_buffhd_to_drain = bh->next; in do_write()
1518 for (bh = common->next_buffhd_to_drain; in throw_away_data()
1520 bh = common->next_buffhd_to_drain) { in throw_away_data()
1549 common->next_buffhd_to_drain = bh->next; in throw_away_data()
1874 common->next_buffhd_to_drain = bh; in do_scsi_command()
2485 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()