Searched refs:rpipes (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 115 milliseconds