Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c301 struct fsg_buffhd *next_buffhd_to_fill; member
747 bh = common->next_buffhd_to_fill; in do_read()
811 common->next_buffhd_to_fill = bh->next; in do_read()
868 bh = common->next_buffhd_to_fill; in do_write()
919 common->next_buffhd_to_fill = bh->next; in do_write()
1011 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify()
1431 struct fsg_buffhd *bh = fsg->common->next_buffhd_to_fill; in pad_with_zeros()
1454 bh = fsg->common->next_buffhd_to_fill = bh->next; in pad_with_zeros()
1487 bh = common->next_buffhd_to_fill; in throw_away_data()
1503 common->next_buffhd_to_fill = bh->next; in throw_away_data()
[all …]
H A Df_rockusb.c484 bh = common->next_buffhd_to_fill; in rkusb_do_vs_write()
501 common->next_buffhd_to_fill = bh->next; in rkusb_do_vs_write()
697 bh = common->next_buffhd_to_fill; in rkusb_do_vs_read()
798 bh = common->next_buffhd_to_fill; in rkusb_do_uart_debug_read()