Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/greybus/
H A Des2.c93 * @arpc_urb: array of urbs for the ARPC in messages
94 * @arpc_buffer: array of buffers for the @arpc_urb urbs
120 struct urb *arpc_urb[NUM_ARPC_IN_URB]; member
276 urb = es2->arpc_urb[i]; in es2_arpc_in_enable()
290 urb = es2->arpc_urb[i]; in es2_arpc_in_enable()
303 urb = es2->arpc_urb[i]; in es2_arpc_in_disable()
795 usb_free_urb(es2->arpc_urb[i]); in es2_destroy()
1378 es2->arpc_urb[i] = urb; in ap_probe()
/kernel/linux/linux-6.6/drivers/greybus/
H A Des2.c93 * @arpc_urb: array of urbs for the ARPC in messages
94 * @arpc_buffer: array of buffers for the @arpc_urb urbs
120 struct urb *arpc_urb[NUM_ARPC_IN_URB]; member
276 urb = es2->arpc_urb[i]; in es2_arpc_in_enable()
290 urb = es2->arpc_urb[i]; in es2_arpc_in_enable()
303 urb = es2->arpc_urb[i]; in es2_arpc_in_disable()
792 usb_free_urb(es2->arpc_urb[i]); in es2_destroy()
1373 es2->arpc_urb[i] = urb; in ap_probe()

Completed in 5 milliseconds