root/include/linux/platform_data/usb-ehci-mxc.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef __INCLUDE_ASM_ARCH_MXC_EHCI_H
   3 #define __INCLUDE_ASM_ARCH_MXC_EHCI_H
   4 
   5 struct mxc_usbh_platform_data {
   6         int (*init)(struct platform_device *pdev);
   7         int (*exit)(struct platform_device *pdev);
   8 
   9         unsigned int             portsc;
  10         struct usb_phy          *otg;
  11 };
  12 
  13 #endif /* __INCLUDE_ASM_ARCH_MXC_EHCI_H */
  14 

/* [<][>][^][v][top][bottom][index][help] */