Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/
Dwa-rpipe.c139 rpipe_idx = find_next_zero_bit(wa->rpipe_bm, wa->rpipes, rpipe_idx); in rpipe_get_idx()
140 if (rpipe_idx < wa->rpipes) in rpipe_get_idx()
193 for (rpipe_idx = 0; rpipe_idx < wa->rpipes; rpipe_idx++) { in rpipe_get_idle()
195 if (rpipe_idx >= wa->rpipes) /* no more pipes :( */ in rpipe_get_idle()
472 wa->rpipes = le16_to_cpu(wa->wa_descr->wNumRPipes); in wa_rpipes_create()
473 wa->rpipe_bm = bitmap_zalloc(wa->rpipes, GFP_KERNEL); in wa_rpipes_create()
483 if (!bitmap_empty(wa->rpipe_bm, wa->rpipes)) { in wa_rpipes_destroy()
486 wa->rpipes, wa->rpipe_bm); in wa_rpipes_destroy()
Dwa-hc.h192 u16 rpipes; member
/Linux-v5.4/drivers/staging/wusbcore/Documentation/
Dwusb-design-overview.rst362 Data is sent and received through /Remote Pipes/ (rpipes). An rpipe is
366 Each HC has a number of rpipes and buffers that can be assigned to them;