Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c302 struct fsg_buffhd *next_buffhd_to_drain; member
917 bh = common->next_buffhd_to_drain; in do_write()
921 common->next_buffhd_to_drain = bh->next; in do_write()
1459 for (bh = common->next_buffhd_to_drain; in throw_away_data()
1461 bh = common->next_buffhd_to_drain) { in throw_away_data()
1466 common->next_buffhd_to_drain = bh->next; in throw_away_data()
1795 common->next_buffhd_to_drain = bh; in do_scsi_command()
2360 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()
H A Df_rockusb.c459 bh = common->next_buffhd_to_drain; in rkusb_do_vs_write()
463 common->next_buffhd_to_drain = bh->next; in rkusb_do_vs_write()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_mass_storage.c280 struct fsg_buffhd *next_buffhd_to_drain; member
849 bh = common->next_buffhd_to_drain; in do_write()
858 common->next_buffhd_to_drain = bh->next; in do_write()
1500 for (bh = common->next_buffhd_to_drain; in throw_away_data()
1502 bh = common->next_buffhd_to_drain) { in throw_away_data()
1531 common->next_buffhd_to_drain = bh->next; in throw_away_data()
1856 common->next_buffhd_to_drain = bh; in do_scsi_command()
2426 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()