Home
last modified time | relevance | path

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

/drivers/usb/wusbcore/
Dwa-rpipe.c153 rpipe_idx = find_next_zero_bit(wa->rpipe_bm, wa->rpipes, rpipe_idx); in rpipe_get_idx()
154 if (rpipe_idx < wa->rpipes) in rpipe_get_idx()
207 for (rpipe_idx = 0; rpipe_idx < wa->rpipes; rpipe_idx++) { in rpipe_get_idle()
209 if (rpipe_idx >= wa->rpipes) /* no more pipes :( */ in rpipe_get_idle()
486 wa->rpipes = le16_to_cpu(wa->wa_descr->wNumRPipes); in wa_rpipes_create()
487 wa->rpipe_bm = kzalloc(BITS_TO_LONGS(wa->rpipes)*sizeof(unsigned long), in wa_rpipes_create()
498 if (!bitmap_empty(wa->rpipe_bm, wa->rpipes)) { in wa_rpipes_destroy()
501 wa->rpipes, wa->rpipe_bm); in wa_rpipes_destroy()
Dwa-hc.h206 u16 rpipes; member