Searched defs:fsl_usb2_platform_data (Results 1 – 1 of 1) sorted by relevance
64 struct fsl_usb2_platform_data { struct66 enum fsl_usb2_operating_modes operating_mode;67 enum fsl_usb2_phy_modes phy_mode;68 unsigned int port_enables;69 unsigned int workaround;71 int (*init)(struct platform_device *);72 void (*exit)(struct platform_device *);73 void __iomem *regs; /* ioremap'd register base */74 struct clk *clk;75 unsigned power_budget; /* hcd->power_budget */[all …]