Lines Matching +full:data +full:- +full:role
1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 2017-2018 NXP
6 * Copyright (C) 2018-2019 Cadence.
12 #include <linux/usb/role.h>
20 * struct cdns3_role_driver - host/gadget role driver
21 * @start: start this role
22 * @stop: stop this role
23 * @suspend: suspend callback for this role
24 * @resume: resume callback for this role
25 * @irq: irq handler for this role
26 * @name: role name string (host/gadget)
48 * struct cdns3 - Representation of Cadence USB3 DRD controller.
61 * @role: current role
71 * @role_sw: pointer to role switch object.
74 * @pdata: platform data from glue layer
96 enum usb_role role; member