Searched refs:rpipes (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/wusbcore/
H A Dwa-rpipe.c94 rpipe_idx = find_next_zero_bit(wa->rpipe_bm, wa->rpipes, rpipe_idx);
95 if (rpipe_idx < wa->rpipes)
148 for (rpipe_idx = 0; rpipe_idx < wa->rpipes; rpipe_idx++) {
150 if (rpipe_idx >= wa->rpipes) /* no more pipes :( */
412 wa->rpipes = wa->wa_descr->wNumRPipes;
413 wa->rpipe_bm = kzalloc(BITS_TO_LONGS(wa->rpipes)*sizeof(unsigned long),
424 if (!bitmap_empty(wa->rpipe_bm, wa->rpipes)) {
427 bitmap_scnprintf(buf, sizeof(buf), wa->rpipe_bm, wa->rpipes);
H A Dwa-hc.h144 u16 rpipes; member in struct:wahc

Completed in 116 milliseconds