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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c90 * (fsg->next_buffhd_to_fill) that points to the next buffer head to use.
366 struct fsg_buffhd *next_buffhd_to_fill; member in struct:fsg_dev
1085 bh = fsg->next_buffhd_to_fill;
1145 fsg->next_buffhd_to_fill = bh->next;
1210 bh = fsg->next_buffhd_to_fill;
1261 fsg->next_buffhd_to_fill = bh->next;
1375 struct fsg_buffhd *bh = fsg->next_buffhd_to_fill;
1850 struct fsg_buffhd *bh = fsg->next_buffhd_to_fill;
1872 bh = fsg->next_buffhd_to_fill = bh->next;
1904 bh = fsg->next_buffhd_to_fill;
[all...]
H A Df_mass_storage.c228 * (fsg->next_buffhd_to_fill) that points to the next buffer head to use.
358 struct fsg_buffhd *next_buffhd_to_fill; member in struct:fsg_common
782 bh = common->next_buffhd_to_fill;
845 common->next_buffhd_to_fill = bh->next;
910 bh = common->next_buffhd_to_fill;
964 common->next_buffhd_to_fill = bh->next;
1078 struct fsg_buffhd *bh = common->next_buffhd_to_fill;
1562 struct fsg_buffhd *bh = fsg->common->next_buffhd_to_fill;
1584 bh = fsg->common->next_buffhd_to_fill = bh->next;
1618 bh = common->next_buffhd_to_fill;
[all...]

Completed in 61 milliseconds