Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Des2.c57 #define NUM_CPORT_OUT_URB 8 macro
108 struct urb *cport_out_urb[NUM_CPORT_OUT_URB];
109 bool cport_out_urb_busy[NUM_CPORT_OUT_URB];
110 bool cport_out_urb_cancelled[NUM_CPORT_OUT_URB];
318 for (i = 0; i < NUM_CPORT_OUT_URB; ++i) { in next_free_urb()
348 for (i = 0; i < NUM_CPORT_OUT_URB; ++i) { in free_urb()
470 for (i = 0; i < NUM_CPORT_OUT_URB; ++i) { in message_cancel()
480 if (i < NUM_CPORT_OUT_URB) { in message_cancel()
787 for (i = 0; i < NUM_CPORT_OUT_URB; ++i) { in es2_destroy()
1397 for (i = 0; i < NUM_CPORT_OUT_URB; ++i) { in ap_probe()