Home
last modified time | relevance | path

Searched refs:cport_out_urb_busy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/greybus/
H A Des2.c83 * @cport_out_urb_busy: array of flags to see if the @cport_out_urb is busy or
87 * @cport_out_urb_lock: locks the @cport_out_urb_busy "list"
108 bool cport_out_urb_busy[NUM_CPORT_OUT_URB]; member
318 if (!es2->cport_out_urb_busy[i] && in next_free_urb()
320 es2->cport_out_urb_busy[i] = true; in next_free_urb()
349 es2->cport_out_urb_busy[i] = false; in free_urb()
791 es2->cport_out_urb_busy[i] = false; /* just to be anal */ in es2_destroy()
1406 es2->cport_out_urb_busy[i] = false; /* just to be anal */ in ap_probe()
/kernel/linux/linux-6.6/drivers/greybus/
H A Des2.c83 * @cport_out_urb_busy: array of flags to see if the @cport_out_urb is busy or
87 * @cport_out_urb_lock: locks the @cport_out_urb_busy "list"
108 bool cport_out_urb_busy[NUM_CPORT_OUT_URB]; member
318 if (!es2->cport_out_urb_busy[i] && in next_free_urb()
320 es2->cport_out_urb_busy[i] = true; in next_free_urb()
349 es2->cport_out_urb_busy[i] = false; in free_urb()
788 es2->cport_out_urb_busy[i] = false; /* just to be anal */ in es2_destroy()
1401 es2->cport_out_urb_busy[i] = false; /* just to be anal */ in ap_probe()

Completed in 5 milliseconds