Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/
Dwa-rpipe.c134 static unsigned rpipe_get_idx(struct wahc *wa, unsigned rpipe_idx) in rpipe_get_idx() argument
139 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()
141 set_bit(rpipe_idx, wa->rpipe_bm); in rpipe_get_idx()
144 return rpipe_idx; in rpipe_get_idx()
147 static void rpipe_put_idx(struct wahc *wa, unsigned rpipe_idx) in rpipe_put_idx() argument
152 clear_bit(rpipe_idx, wa->rpipe_bm); in rpipe_put_idx()
183 unsigned rpipe_idx; in rpipe_get_idle() local
193 for (rpipe_idx = 0; rpipe_idx < wa->rpipes; rpipe_idx++) { in rpipe_get_idle()
194 rpipe_idx = rpipe_get_idx(wa, rpipe_idx); in rpipe_get_idle()
[all …]