Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/greybus/
H A Des2.c82 * @cport_out_urb: array of urbs for the CPort out messages
83 * @cport_out_urb_busy: array of flags to see if the @cport_out_urb is busy or
86 * corresponding @cport_out_urb is being cancelled
107 struct urb *cport_out_urb[NUM_CPORT_OUT_URB]; member
321 urb = es2->cport_out_urb[i]; in next_free_urb()
348 if (urb == es2->cport_out_urb[i]) { in free_urb()
470 if (urb == es2->cport_out_urb[i]) { in message_cancel()
787 urb = es2->cport_out_urb[i]; in es2_destroy()
790 es2->cport_out_urb[i] = NULL; in es2_destroy()
1405 es2->cport_out_urb[ in ap_probe()
[all...]
/kernel/linux/linux-6.6/drivers/greybus/
H A Des2.c82 * @cport_out_urb: array of urbs for the CPort out messages
83 * @cport_out_urb_busy: array of flags to see if the @cport_out_urb is busy or
86 * corresponding @cport_out_urb is being cancelled
107 struct urb *cport_out_urb[NUM_CPORT_OUT_URB]; member
321 urb = es2->cport_out_urb[i]; in next_free_urb()
348 if (urb == es2->cport_out_urb[i]) { in free_urb()
470 if (urb == es2->cport_out_urb[i]) { in message_cancel()
784 urb = es2->cport_out_urb[i]; in es2_destroy()
787 es2->cport_out_urb[i] = NULL; in es2_destroy()
1400 es2->cport_out_urb[ in ap_probe()
[all...]

Completed in 5 milliseconds