diff options
Diffstat (limited to 'drivers/usb/cdns3/core.h')
| -rw-r--r-- | drivers/usb/cdns3/core.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/cdns3/core.h b/drivers/usb/cdns3/core.h index 921cccf1ca9d..801be9e61340 100644 --- a/drivers/usb/cdns3/core.h +++ b/drivers/usb/cdns3/core.h @@ -79,6 +79,8 @@ struct cdns3_platform_data {   * @pdata: platform data from glue layer   * @lock: spinlock structure   * @xhci_plat_data: xhci private data structure pointer + * @override_apb_timeout: hold value of APB timeout. For value 0 the default + *                        value in CHICKEN_BITS_3 will be preserved.   * @gadget_init: pointer to gadget initialization function   */  struct cdns { @@ -117,6 +119,7 @@ struct cdns {  	struct cdns3_platform_data	*pdata;  	spinlock_t			lock;  	struct xhci_plat_priv		*xhci_plat_data; +	u32                             override_apb_timeout;  	int (*gadget_init)(struct cdns *cdns);  };  | 
