Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/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 = kcalloc(BITS_TO_LONGS(wa->rpipes), in wa_rpipes_create()
485 if (!bitmap_empty(wa->rpipe_bm, wa->rpipes)) { in wa_rpipes_destroy()
488 wa->rpipes, wa->rpipe_bm); in wa_rpipes_destroy()
Dwa-hc.h192 u16 rpipes; member
/Linux-v4.19/Documentation/usb/
DWUSB-Design-overview.txt345 Data is sent and received through /Remote Pipes/ (rpipes). An rpipe is
349 Each HC has a number of rpipes and buffers that can be assigned to them;