Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/greybus/
H A Des2.c80 * @cport_in: endpoint, urbs and buffer for cport in messages
105 struct es2_cport_in cport_in; member
229 struct es2_cport_in *cport_in) in es2_cport_in_enable()
236 urb = cport_in->urb[i]; in es2_cport_in_enable()
250 urb = cport_in->urb[i]; in es2_cport_in_enable()
258 struct es2_cport_in *cport_in) in es2_cport_in_disable()
264 urb = cport_in->urb[i]; in es2_cport_in_disable()
801 usb_free_urb(es2->cport_in.urb[i]); in es2_destroy()
802 kfree(es2->cport_in.buffer[i]); in es2_destroy()
803 es2->cport_in in es2_destroy()
228 es2_cport_in_enable(struct es2_ap_dev *es2, struct es2_cport_in *cport_in) es2_cport_in_enable() argument
257 es2_cport_in_disable(struct es2_ap_dev *es2, struct es2_cport_in *cport_in) es2_cport_in_disable() argument
[all...]
/kernel/linux/linux-6.6/drivers/greybus/
H A Des2.c80 * @cport_in: endpoint, urbs and buffer for cport in messages
105 struct es2_cport_in cport_in; member
229 struct es2_cport_in *cport_in) in es2_cport_in_enable()
236 urb = cport_in->urb[i]; in es2_cport_in_enable()
250 urb = cport_in->urb[i]; in es2_cport_in_enable()
258 struct es2_cport_in *cport_in) in es2_cport_in_disable()
264 urb = cport_in->urb[i]; in es2_cport_in_disable()
798 usb_free_urb(es2->cport_in.urb[i]); in es2_destroy()
799 kfree(es2->cport_in.buffer[i]); in es2_destroy()
800 es2->cport_in in es2_destroy()
228 es2_cport_in_enable(struct es2_ap_dev *es2, struct es2_cport_in *cport_in) es2_cport_in_enable() argument
257 es2_cport_in_disable(struct es2_ap_dev *es2, struct es2_cport_in *cport_in) es2_cport_in_disable() argument
[all...]

Completed in 7 milliseconds