Searched refs:next_buffhd_to_drain (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 Df_mass_storage.c359 struct fsg_buffhd *next_buffhd_to_drain; member in struct:fsg_common
969 bh = common->next_buffhd_to_drain;
974 common->next_buffhd_to_drain = bh->next;
1597 for (bh = common->next_buffhd_to_drain;
1599 bh = common->next_buffhd_to_drain) {
1605 common->next_buffhd_to_drain = bh->next;
1920 common->next_buffhd_to_drain = bh;
2479 common->next_buffhd_to_drain = &common->buffhds[0];
H A Dfile_storage.c367 struct fsg_buffhd *next_buffhd_to_drain; member in struct:fsg_dev
1266 bh = fsg->next_buffhd_to_drain;
1271 fsg->next_buffhd_to_drain = bh->next;
1885 while ((bh = fsg->next_buffhd_to_drain)->state != BUF_STATE_EMPTY ||
1892 fsg->next_buffhd_to_drain = bh->next;
2258 bh = fsg->next_buffhd_to_drain = fsg->next_buffhd_to_fill;
2850 fsg->next_buffhd_to_fill = fsg->next_buffhd_to_drain =

Completed in 161 milliseconds