Searched defs:lpc32xx_udc (Results 1 – 1 of 1) sorted by relevance
125 struct lpc32xx_udc { struct126 struct usb_gadget gadget;127 struct usb_gadget_driver *driver;128 struct platform_device *pdev;129 struct device *dev;130 struct dentry *pde;131 spinlock_t lock;132 struct i2c_client *isp1301_i2c_client;135 struct lpc32xx_usbd_cfg *board;136 void __iomem *udp_baseaddr;[all …]