Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c302 struct fsg_buffhd *next_buffhd_to_drain; member
924 bh = common->next_buffhd_to_drain; in do_write()
928 common->next_buffhd_to_drain = bh->next; in do_write()
1467 for (bh = common->next_buffhd_to_drain; in throw_away_data()
1469 bh = common->next_buffhd_to_drain) { in throw_away_data()
1474 common->next_buffhd_to_drain = bh->next; in throw_away_data()
1804 common->next_buffhd_to_drain = bh; in do_scsi_command()
2369 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()
H A Df_rockusb.c504 bh = common->next_buffhd_to_drain; in rkusb_do_vs_write()
508 common->next_buffhd_to_drain = bh->next; in rkusb_do_vs_write()