Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c301 struct fsg_buffhd *next_buffhd_to_fill; member
740 bh = common->next_buffhd_to_fill; in do_read()
804 common->next_buffhd_to_fill = bh->next; in do_read()
861 bh = common->next_buffhd_to_fill; in do_write()
912 common->next_buffhd_to_fill = bh->next; in do_write()
1004 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify()
1424 struct fsg_buffhd *bh = fsg->common->next_buffhd_to_fill; in pad_with_zeros()
1446 bh = fsg->common->next_buffhd_to_fill = bh->next; in pad_with_zeros()
1479 bh = common->next_buffhd_to_fill; in throw_away_data()
1494 common->next_buffhd_to_fill = bh->next; in throw_away_data()
[all …]
H A Df_rockusb.c439 bh = common->next_buffhd_to_fill; in rkusb_do_vs_write()
456 common->next_buffhd_to_fill = bh->next; in rkusb_do_vs_write()
598 bh = common->next_buffhd_to_fill; in rkusb_do_vs_read()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_mass_storage.c279 struct fsg_buffhd *next_buffhd_to_fill; member
673 bh = common->next_buffhd_to_fill; in do_read()
739 common->next_buffhd_to_fill = bh->next; in do_read()
807 bh = common->next_buffhd_to_fill; in do_write()
844 common->next_buffhd_to_fill = bh->next; in do_write()
965 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify()
1505 bh2 = common->next_buffhd_to_fill; in throw_away_data()
1519 common->next_buffhd_to_fill = bh2->next; in throw_away_data()
1545 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in finish_reply()
1584 common->next_buffhd_to_fill = bh->next; in finish_reply()
[all …]